diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-01-13 21:09:34 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-01-13 21:09:34 +0000 |
commit | c84cd8eead90f15c04d45d98d53388bc9040869f (patch) | |
tree | 64d57fa30589279a44951c838e31537e1bcbea37 /bfd/ChangeLog | |
parent | 0885b73e8a827df0530bb2cee57affc5ecd9fa1e (diff) | |
download | gdb-c84cd8eead90f15c04d45d98d53388bc9040869f.zip gdb-c84cd8eead90f15c04d45d98d53388bc9040869f.tar.gz gdb-c84cd8eead90f15c04d45d98d53388bc9040869f.tar.bz2 |
* elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
the .plt section.
(elf32_arm_check_relocs): Don't increment the PLT refcount for
relocs which would not use the PLT.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2bc8d44..1fcd3f5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2004-01-13 Daniel Jacobowitz <drow@mvista.com> + + * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created + the .plt section. + (elf32_arm_check_relocs): Don't increment the PLT refcount for + relocs which would not use the PLT. + 2004-01-13 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs. |