aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/elf32.em
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
commit605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5 (patch)
tree9b8abd1eb2bd438381aa3500ead6b0a809ae1652 /ld/emultempl/elf32.em
parent99293407a579c1a6362c64d982704abad30ee015 (diff)
downloadfsf-binutils-gdb-605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5.zip
fsf-binutils-gdb-605d9b3a4fa7dbdf0a96f98c1d0e1fb2d7a2bce5.tar.gz
fsf-binutils-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/emultempl/elf32.em')
-rw-r--r--ld/emultempl/elf32.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
index cce6b3e..4e31b22 100644
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
@@ -837,7 +837,7 @@ gld${EMULATION_NAME}_before_allocation ()
rpath = (const char *) getenv ("LD_RUN_PATH");
if (! (bfd_elf${ELFSIZE}_size_dynamic_sections
(output_bfd, command_line.soname, rpath,
- command_line.export_dynamic, command_line.filter_shlib,
+ command_line.filter_shlib,
(const char * const *) command_line.auxiliary_filters,
&link_info, &sinterp, lang_elf_version_info)))
einfo ("%P%F: failed to set dynamic section sizes: %E\n");