[PATCH v2 1/7] x86: add code comment on deprecated status of pseudo-suffixes
Jan Beulich
JBeulich@suse.com
Wed Sep 5 13:03:00 GMT 2018
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;
More information about the Binutils
mailing list