2012-01-12 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 12 Jan 2012 08:53:34 +0000 (08:53 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 12 Jan 2012 08:53:34 +0000 (08:53 +0000)
PR gas/13591
* config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.

gas/ChangeLog
gas/config/obj-coff.h

index f11e62e..d4f2e7a 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-12  Tristan Gingold  <gingold@adacore.com>
+
+       PR gas/13591
+       * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
+
 2012-01-10  Tristan Gingold  <gingold@adacore.com>
 
        * struc-symbol.h (struct symbol_flags): New struct, created from...
index fb9c6be..ff5548e 100644 (file)
 #endif
 
 #define OBJ_SYMFIELD_TYPE      unsigned long
-#define sy_obj                 sy_flags
+#define sy_obj                 sy_obj_flags
 
 /* We can't use the predefined section symbols in bfd/section.c, as
    COFF symbols have extra fields.  See bfd/libcoff.h:coff_symbol_type.  */