summaryrefslogtreecommitdiff
path: root/ld/ld.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-06-18 22:20:57 +0000
committerHans-Peter Nilsson <hp@axis.com>2001-06-18 22:20:57 +0000
commitd306be4af22bde43db8f0b47027f4fc68a6903b6 (patch)
tree24631ec8f7fb639c0d44e0e25432d0d9190cad80 /ld/ld.h
parentcb451663ed2aeb1ecfd2859035428f4b9de0a83f (diff)
downloadbinutils-redhat-d306be4af22bde43db8f0b47027f4fc68a6903b6.tar.gz
* 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/ld.h b/ld/ld.h
index e13e28082b..3d64e56586 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -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;