diff options
author | Catherine Moore <clm@redhat.com> | 2002-06-18 01:37:34 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2002-06-18 01:37:34 +0000 |
commit | 2a24298d3333960a1fc6e0f9cf1f863ea6a743df (patch) | |
tree | f5c5f0257582388cbf92daed77bff085c2ef478a /gas/config | |
parent | 6ed58df8f471d425028ad3f37d1601988875d3cd (diff) | |
download | gdb-2a24298d3333960a1fc6e0f9cf1f863ea6a743df.zip gdb-2a24298d3333960a1fc6e0f9cf1f863ea6a743df.tar.gz gdb-2a24298d3333960a1fc6e0f9cf1f863ea6a743df.tar.bz2 |
* config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/obj-elf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index 2eb0af5..6197bf1 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" */ |