From 0a4734dc09362b45ad88c4092fe2531d27b8d1d1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 12 Jan 2012 08:53:34 +0000 Subject: [PATCH] 2012-01-12 Tristan Gingold PR gas/13591 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict. --- gas/ChangeLog | 5 +++++ gas/config/obj-coff.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. */ -- 2.7.4