summaryrefslogtreecommitdiff
path: root/ld/mpw-elfmips.c
diff options
context:
space:
mode:
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"));