2007-11-01 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Nov 2007 18:40:53 +0000 (18:40 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Nov 2007 18:40:53 +0000 (18:40 +0000)
* config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Use a non-ascii
letter.

gas/ChangeLog
gas/config/tc-i386.h

index 62de5b7c0149c1de51a68baacbae0e9e33889db7..416a38a5e1735ff5bdf5cd824fe5b744056d39a2 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Use a non-ascii
+       letter.
+
 2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (process_suffix): Check addrprefixop0 to
index 65e300a4f771a6e1f81f60ca132f9264e2dd5bfd..bf27842bee0d0f252170998ca27c85d052b48251 100644 (file)
@@ -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'
 
This page took 0.02705 seconds and 4 git commands to generate.