diff options
author | Alan Modra <amodra@gmail.com> | 2000-08-27 08:10:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-08-27 08:10:16 +0000 |
commit | f69da49f951abee9c765415cf0029aba9f704cf9 (patch) | |
tree | d9602db60ad906dde8fe0bcd5532ff455946281c /bfd/ChangeLog | |
parent | 8e860359d12cb3bcd60f1237576b85c5c6c8c7e5 (diff) | |
download | gdb-f69da49f951abee9c765415cf0029aba9f704cf9.zip gdb-f69da49f951abee9c765415cf0029aba9f704cf9.tar.gz gdb-f69da49f951abee9c765415cf0029aba9f704cf9.tar.bz2 |
Reclaim reloc space for symbols that have been forced local.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e0ba4d1..74cdcec 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2000-08-27 Alan Modra <alan@linuxcare.com.au> + + * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied + for any shared link, not just shared -Bsymbolic. + (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on + any shared link, and pass link info to it. + (elf_i386_size_dynamic_sections): Update comment. + (elf_i386_discard_copies): Modify to discard relocs for symbols + that have been forced local. + (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols + that have been forced local. + 2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com> * elflink.h (elf_link_add_object_symbols): Allow common |