summaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-01-12 08:53:34 +0000
committerTristan Gingold <gingold@adacore.com>2012-01-12 08:53:34 +0000
commit2be59c8a13008fce1f83a19e262aaf6141a04131 (patch)
treee77d51f767845660b3cfc0b1c47eb0d7f47d4a0c /gas/config
parent1a6ab08da78c00969ab4eb66c0d326f84fb45f70 (diff)
downloadbinutils-redhat-2be59c8a13008fce1f83a19e262aaf6141a04131.tar.gz
2012-01-12 Tristan Gingold <gingold@adacore.com>
PR gas/13591 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/obj-coff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h
index fb9c6be1f2..ff5548eab4 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. */