diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-10-10 15:59:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-10-10 15:59:10 +0000 |
commit | 599917b82b8592664e680ac7fca4260f0160e169 (patch) | |
tree | e3ea9c21b833848b833549fa6130c3ee0a63a850 /ld/ChangeLog | |
parent | ac62e7a36867559d7a8a31a73328ff27278bb122 (diff) | |
download | gdb-599917b82b8592664e680ac7fca4260f0160e169.zip gdb-599917b82b8592664e680ac7fca4260f0160e169.tar.gz gdb-599917b82b8592664e680ac7fca4260f0160e169.tar.bz2 |
* ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
they have OUTPUT_FORMAT not matching actual output format.
* ldlang.c (lang_get_output_target): New function.
(open_output): Use it.
* ldlang.h (lang_get_output_target): New prototype.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7d783ff..b5399ca 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2002-10-10 Jakub Jelinek <jakub@redhat.com> + + * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if + they have OUTPUT_FORMAT not matching actual output format. + * ldlang.c (lang_get_output_target): New function. + (open_output): Use it. + * ldlang.h (lang_get_output_target): New prototype. + 2002-10-10 Alan Modra <amodra@bigpond.net.au> * emultempl/elf32.em (output_rel_find): Prefer .rel script sections |