summaryrefslogtreecommitdiff
path: root/ld/mpw-elfmips.c
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/mpw-elfmips.c
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/mpw-elfmips.c')
-rw-r--r--ld/mpw-elfmips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mpw-elfmips.c b/ld/mpw-elfmips.c
index 6f7cd2f7ef..86ca643437 100644
--- a/ld/mpw-elfmips.c
+++ b/ld/mpw-elfmips.c
@@ -445,7 +445,7 @@ gldelf32ebmip_before_allocation ()
rpath = (const char *) getenv ("LD_RUN_PATH");
if (! (bfd_elf32_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"));