From: Tristan Gingold Date: Thu, 12 Jan 2012 08:53:34 +0000 (+0000) Subject: 2012-01-12 Tristan Gingold X-Git-Tag: sid-snapshot-20120201~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a4734dc09362b45ad88c4092fe2531d27b8d1d1;p=platform%2Fupstream%2Fbinutils.git 2012-01-12 Tristan Gingold PR gas/13591 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f11e62e..d4f2e7a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-01-12 Tristan Gingold + + PR gas/13591 + * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict. + 2012-01-10 Tristan Gingold * struc-symbol.h (struct symbol_flags): New struct, created from... diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index fb9c6be..ff5548e 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -181,7 +181,7 @@ #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. */