diff options
author | Alan Modra <amodra@gmail.com> | 2007-10-31 07:36:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-10-31 07:36:46 +0000 |
commit | 8f317e316924d673e4e685c88b202e845f4b0f79 (patch) | |
tree | 2a63f6e73966f5134124be8b23c4ac6f6f68d8e4 /bfd/ChangeLog | |
parent | 081a0cdd45826347f2c755a9177c9365e40bbec4 (diff) | |
download | gdb-8f317e316924d673e4e685c88b202e845f4b0f79.zip gdb-8f317e316924d673e4e685c88b202e845f4b0f79.tar.gz gdb-8f317e316924d673e4e685c88b202e845f4b0f79.tar.bz2 |
* elf-bfd.h (bfd_elf_match_symbols_in_sections): Don't declare.
* elflink.c (bfd_elf_match_symbols_in_sections): Make static.
Remove section name comparisons.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5484c4b..6647eae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2007-10-31 Alan Modra <amodra@bigpond.net.au> + + * elf-bfd.h (bfd_elf_match_symbols_in_sections): Don't declare. + * elflink.c (bfd_elf_match_symbols_in_sections): Make static. + Remove section name comparisons. + 2007-10-30 Nick Clifton <nickc@redhat.com> * reloc.c (BFD_RELOC_MN10300_ALIGN): Add. |