OSDN Git Service

2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Mon, 9 Mar 2009 18:33:42 +0000 (18:33 +0000)
committerH.J. Lu <hjl@lucon.org>
Mon, 9 Mar 2009 18:33:42 +0000 (18:33 +0000)
PR gas/9915
* config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
(LOCAL_LABELS_FB): Undefine befoe define.

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

index 598c560..12ad646 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/9915
+       * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
+       (LOCAL_LABELS_FB): Undefine befoe define.
+
 2009-03-06  Nick Clifton  <nickc@redhat.com>
 
        * po/es.po: Updated Spanish translation.
index db580d8..ea2b653 100644 (file)
@@ -90,6 +90,10 @@ extern void i386_elf_emit_arch_note (void);
 
 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
 
+/* '$' may be used as immediate prefix.  */
+#undef LOCAL_LABELS_DOLLAR
+#define LOCAL_LABELS_DOLLAR 0
+#undef LOCAL_LABELS_FB
 #define LOCAL_LABELS_FB 1
 
 extern const char extra_symbol_chars[];