2012-01-12 Tristan Gingold <gingold@adacore.com>

PR gas/13591
	* config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
This commit is contained in:
Tristan Gingold
2012-01-12 08:53:34 +00:00
parent bc71dbbe56
commit 0a4734dc09
2 changed files with 6 additions and 1 deletions

View 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> 2012-01-10 Tristan Gingold <gingold@adacore.com>
* struc-symbol.h (struct symbol_flags): New struct, created from... * struc-symbol.h (struct symbol_flags): New struct, created from...

View File

@@ -181,7 +181,7 @@
#endif #endif
#define OBJ_SYMFIELD_TYPE unsigned long #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 /* 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. */ COFF symbols have extra fields. See bfd/libcoff.h:coff_symbol_type. */