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/lexsup.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/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index e120c13..91a1f1d 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -667,7 +667,6 @@ parse_args (argc, argv) break; case OPTION_EXPORT_DYNAMIC: case 'E': /* HP/UX compatibility. */ - command_line.export_dynamic = true; link_info.export_dynamic = true; break; case 'e': |