This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2 1/7] x86: add code comment on deprecated status of pseudo-suffixes


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;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]