mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 20:05:46 +08:00
* config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
This commit is contained in:
@ -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>
|
Mon Jun 17 16:29:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||||
|
|
||||||
* config/tc-sh.c (assemble_ppi): Initialize reg_n.
|
* config/tc-sh.c (assemble_ppi): Initialize reg_n.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* ELF object file format.
|
/* 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.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
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;
|
#define ELF_TARGET_SYMBOL_FIELDS int local:1;
|
||||||
|
|
||||||
/* Don't change this; change ELF_TARGET_SYMBOL_FIELDS instead. */
|
/* Don't change this; change ELF_TARGET_SYMBOL_FIELDS instead. */
|
||||||
|
#ifndef TARGET_SYMBOL_FIELDS
|
||||||
#define TARGET_SYMBOL_FIELDS ELF_TARGET_SYMBOL_FIELDS
|
#define TARGET_SYMBOL_FIELDS ELF_TARGET_SYMBOL_FIELDS
|
||||||
|
#endif
|
||||||
|
|
||||||
/* #include "targ-cpu.h" */
|
/* #include "targ-cpu.h" */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user