summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2002-06-18 01:37:34 +0000
committerCatherine Moore <clm@redhat.com>2002-06-18 01:37:34 +0000
commitcad5f1d60333dc9596d156ca350299ce3600b517 (patch)
tree2cae502664acd9abb93223dd15d0faf9733af84b
parent798c88786bafa62dc9272c96aafdf4ffc416976e (diff)
downloadbinutils-redhat-cad5f1d60333dc9596d156ca350299ce3600b517.tar.gz
* config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/obj-elf.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9a87148b2a..a62852e978 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-17 Catherine Moore <clm@redhat.com>
+
+ * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
+
Mon Jun 17 16:29:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
* config/tc-sh.c (assemble_ppi): Initialize reg_n.
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h
index 2eb0af5a79..6197bf1e65 100644
--- a/gas/config/obj-elf.h
+++ b/gas/config/obj-elf.h
@@ -1,5 +1,5 @@
/* ELF object file format.
- Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -86,7 +86,9 @@ struct elf_obj_sy
#define ELF_TARGET_SYMBOL_FIELDS int local:1;
/* Don't change this; change ELF_TARGET_SYMBOL_FIELDS instead. */
+#ifndef TARGET_SYMBOL_FIELDS
#define TARGET_SYMBOL_FIELDS ELF_TARGET_SYMBOL_FIELDS
+#endif
/* #include "targ-cpu.h" */