PATCH: Use a non-ascii letter for LONG_DOUBLE_MNEM_SUFFIX

H.J. Lu hjl@lucon.org
Thu Nov 1 18:39:00 GMT 2007


LONG_DOUBLE_MNEM_SUFFIX never appears in instructions. I am
checking in this patch to change it.

2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Use a non-ascii
	letter.

--- gas/config/tc-i386.h.foo	2007-10-30 11:48:39.000000000 -0700
+++ gas/config/tc-i386.h	2007-11-01 11:38:07.000000000 -0700
@@ -122,8 +122,9 @@ extern const char *i386_comment_chars;
 #define SHORT_MNEM_SUFFIX 's'
 #define LONG_MNEM_SUFFIX  'l'
 #define QWORD_MNEM_SUFFIX  'q'
-/* Intel Syntax */
-#define LONG_DOUBLE_MNEM_SUFFIX 'x'
+/* Intel Syntax.  Use a non-ascii letter since since it never appears
+   in instructions.  */
+#define LONG_DOUBLE_MNEM_SUFFIX '\1'
 
 #define END_OF_INSN '\0'
 



More information about the Binutils mailing list