This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH v2 1/7] x86: add code comment on deprecated status of pseudo-suffixes
- From: "Jan Beulich" <JBeulich at suse dot com>
- To: <binutils at sourceware dot org>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Wed, 05 Sep 2018 07:03:05 -0600
- Subject: [PATCH v2 1/7] x86: add code comment on deprecated status of pseudo-suffixes
- References: <5B62A83102000078001DA1F0@prv1-mh.provo.novell.com> <5B8FC26202000078001E585D@prv1-mh.provo.novell.com>
gas/
2018-09-05 Jan Beulich <jbeulich@suse.com>
* config/tc-i386.c (parse_insn): Extend comment ahead of pseudo-
suffix handling.
--- master.orig/gas/config/tc-i386.c 2018-09-05 08:43:36.267091854 +0200
+++ master/gas/config/tc-i386.c 2018-09-05 11:54:07.932567283 +0200
@@ -4516,7 +4516,8 @@ parse_insn (char *line, char *mnemonic)
if (!current_templates)
{
- /* Check if we should swap operand or force 32bit displacement in
+ /* Deprecated functionality (new code should use pseudo-prefixes instead):
+ Check if we should swap operand or force 32bit displacement in
encoding. */
if (mnem_p - 2 == dot_p && dot_p[1] == 's')
i.dir_encoding = dir_encoding_store;