diff options
author | Nick Clifton <nickc@redhat.com> | 2012-06-29 15:20:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-06-29 15:20:30 +0000 |
commit | a8c887ddc54248ad44182cd273f5fd4b25767c10 (patch) | |
tree | c7901b07b40be6f75eee514516a62dcf3620518a /bfd/ChangeLog | |
parent | 99aad254595b8837203f467344727c1f1043c378 (diff) | |
download | gdb-a8c887ddc54248ad44182cd273f5fd4b25767c10.zip gdb-a8c887ddc54248ad44182cd273f5fd4b25767c10.tar.gz gdb-a8c887ddc54248ad44182cd273f5fd4b25767c10.tar.bz2 |
PR ld/14189
* elf32-arm.c (elf32_arm_check_relocs): Do not increment refcount
for locally bound symbols.
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 6df9902..1afd7e4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-06-29 Nick Clifton <nickc@redhat.com> + + PR ld/14189 + * elf32-arm.c (elf32_arm_check_relocs): Do not increment refcount + for locally bound symbols. + 2012-06-29 Alan Modra <amodra@gmail.com> * section.c (bfd_get_linker_section): New function. |