diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-06-18 22:20:57 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-06-18 22:20:57 +0000 |
commit | 605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5 (patch) | |
tree | 9b8abd1eb2bd438381aa3500ead6b0a809ae1652 /ld/ld.h | |
parent | 99293407a579c1a6362c64d982704abad30ee015 (diff) | |
download | gdb-605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5.zip gdb-605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5.tar.gz gdb-605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
* mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
* ld.h (args_type): Remove member export_dynamic. All users
changed to use struct bfd_link_info member.
Diffstat (limited to 'ld/ld.h')
-rw-r--r-- | ld/ld.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -115,10 +115,6 @@ typedef struct { /* Big or little endian as set on command line. */ enum { ENDIAN_UNSET = 0, ENDIAN_BIG, ENDIAN_LITTLE } endian; - /* If true, export all symbols in the dynamic symbol table of an ELF - executable. */ - boolean export_dynamic; - /* If true, build MIPS embedded PIC relocation tables in the output file. */ boolean embedded_relocs; |