diff options
author | Nick Clifton <nickc@redhat.com> | 2017-08-07 10:09:51 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-08-07 10:09:51 +0100 |
commit | b7a18930e3925c4092bd975e95bc3603aa1418d9 (patch) | |
tree | 84759f2ee4521a7d04c921ebf2fdc553d584dd5b /bfd/ChangeLog | |
parent | 2010d1a3f87927c3f41b3a2509dec13f4f72ef19 (diff) | |
download | gdb-b7a18930e3925c4092bd975e95bc3603aa1418d9.zip gdb-b7a18930e3925c4092bd975e95bc3603aa1418d9.tar.gz gdb-b7a18930e3925c4092bd975e95bc3603aa1418d9.tar.bz2 |
Do not choose a non-ELF format input file to hold the linker created GOT sections.
PR 21884
* elf32-i386.c (elf_i386_link_setup_gnu_properties): If the dynobj
has not been set then use the bfd returned by
_bfd_elf_link_setup_gnu_properties. If that is null then search
through all the input bfds selecting the first normal, ELF format
one.
* elf64-x86-64.c (elf_x86_64_link_setup_gnu_properties): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 49ef45f..694675f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2017-08-07 Nick Clifton <nickc@redhat.com> + + PR 21884 + * elf32-i386.c (elf_i386_link_setup_gnu_properties): If the dynobj + has not been set then use the bfd returned by + _bfd_elf_link_setup_gnu_properties. If that is null then search + through all the input bfds selecting the first normal, ELF format + one. + * elf64-x86-64.c (elf_x86_64_link_setup_gnu_properties): Likewise. + 2017-08-06 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_link_hash_entry): Change tls_get_addr |