x86: add code comment on deprecated status of pseudo-suffixes
authorJan Beulich <jbeulich@novell.com>
Thu, 13 Sep 2018 09:04:38 +0000 (11:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 13 Sep 2018 09:04:38 +0000 (11:04 +0200)
gas/ChangeLog
gas/config/tc-i386.c

index 8675e2fe75af6c4c54de046060822571c9e13ae9..acb9af326738176627bbb5c73e6c1b081fd75f50 100644 (file)
@@ -1,3 +1,8 @@
+2018-09-13  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-i386.c (parse_insn): Extend comment ahead of pseudo-
+       suffix handling.
+
 2018-09-13  Jan Beulich  <jbeulich@suse.com>
 
        * testsuite/gas/i386/x86-64-mpx.s: And BNDMK case with RIP-
index bb1d1725d4c2f0c13c6450862a0ef9783f081ef7..ccae04813097bc07e0b741221eb4721ecb2ff066 100644 (file)
@@ -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;
This page took 0.035086 seconds and 4 git commands to generate.