diff options
author | Alan Modra <amodra@gmail.com> | 2002-07-25 06:54:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-07-25 06:54:51 +0000 |
commit | 8c58d23b6d454082b0e55ccb2a948397ab4b58c8 (patch) | |
tree | 6875b3e59ffda2ae412d37c033acf16dcf9bfbac /bfd/ChangeLog | |
parent | 8c554d79d1d9d2ee28545381da20e7a88133266e (diff) | |
download | gdb-8c58d23b6d454082b0e55ccb2a948397ab4b58c8.zip gdb-8c58d23b6d454082b0e55ccb2a948397ab4b58c8.tar.gz gdb-8c58d23b6d454082b0e55ccb2a948397ab4b58c8.tar.bz2 |
* elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
as elf_link_record_local_dynamic_symbol.
(_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
(elf_link_record_local_dynamic_symbol): Declare. Now returns int.
* elflink.h (elf_link_record_local_dynamic_symbol): Move to..
* elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
attempt is made to record a symbol in a discarded section, and
return `2' in that case.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9b46913..e626129 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2002-07-25 Alan Modra <amodra@bigpond.net.au> + + * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define + as elf_link_record_local_dynamic_symbol. + (_bfd_elf64_link_record_local_dynamic_symbol): Likewise. + (elf_link_record_local_dynamic_symbol): Declare. Now returns int. + * elflink.h (elf_link_record_local_dynamic_symbol): Move to.. + * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an + attempt is made to record a symbol in a discarded section, and + return `2' in that case. + 2002-07-24 Nick Clifton <nickc@redhat.com> * po/sv.po: Updated Swedish translation. |