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/mpw-elfmips.c | |
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/mpw-elfmips.c')
-rw-r--r-- | ld/mpw-elfmips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mpw-elfmips.c b/ld/mpw-elfmips.c index 6f7cd2f..86ca643 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")); |