From 7bdca076ec1e5566b8fdd45b71bb296ddd7608b6 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Thu, 3 May 2007 19:27:14 +0000 Subject: [PATCH] 2007-05-03 Sandra Loosemore bfd/ * elf32-arm.c (allocate_dynrelocs): Fix typo in comment. --- bfd/ChangeLog | 4 ++++ bfd/elf32-arm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 00ae68efa8..4726c96e2c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-05-03 Sandra Loosemore + + * elf32-arm.c (allocate_dynrelocs): Fix typo in comment. + 2007-05-03 Vincent Riviere Nick Clifton diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 38626539ec..97f4fd0858 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -8743,7 +8743,7 @@ allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) if (info->shared || htab->root.is_relocatable_executable) { - /* The only reloc thats uses pc_count are R_ARM_REL32 and + /* The only relocs that use pc_count are R_ARM_REL32 and R_ARM_REL32_NOI, which will appear on something like ".long foo - .". We want calls to protected symbols to resolve directly to the function rather than going via the plt. If people -- 2.34.1