diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2010-04-14 08:29:33 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2010-04-14 08:29:33 +0000 |
commit | 895fa45f398c6815252ed56c8a1b7992f40ccaa0 (patch) | |
tree | 2ee4767c67fae2d000d301d2398cb2883b61e700 /bfd/ChangeLog | |
parent | 5558e7e691534636afa28f6bf68bfd83530d8054 (diff) | |
download | binutils-gdb-895fa45f398c6815252ed56c8a1b7992f40ccaa0.tar.gz |
* bfd/elflink.c (_bfd_elf_merge_symbol): Tighten up the test for early
exit due to merging the same weak symbol to test that the symbols are
actually weak.
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 b56b279eb85..3ec74f2201b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-04-14 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + + * elflink.c (_bfd_elf_merge_symbol): Tighten up the test for early + exit due to merging the same weak symbol to test that the symbols are + actually weak. + 2010-04-13 Alan Modra <amodra@gmail.com> * elf64-ppc.c (ppc64_elf_relocate_section): Correct NOP location |