summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2004-01-13 21:09:34 +0000
committerDaniel Jacobowitz <dan@debian.org>2004-01-13 21:09:34 +0000
commit59523c1506e72f5eb8f3b0869c1e539d5b85ed6e (patch)
tree0134b80e237c078fa8b2ff698c3cbc97f77d0b7e /bfd/ChangeLog
parent84f2bdfbc028c56c92759a003c7853076c71abf3 (diff)
downloadgdb-59523c1506e72f5eb8f3b0869c1e539d5b85ed6e.tar.gz
* 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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2bc8d448b1e..1fcd3f5b3af 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.