aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2007-05-03 19:27:14 +0000
committerSandra Loosemore <sandra@codesourcery.com>2007-05-03 19:27:14 +0000
commit7bdca076ec1e5566b8fdd45b71bb296ddd7608b6 (patch)
treef5f25f207b53aeebd2ad023e5f1d3b69f4cde15b /bfd
parent6da397e0ebe6a3c39efe93bb7f40946c8ba92947 (diff)
downloadgdb-7bdca076ec1e5566b8fdd45b71bb296ddd7608b6.zip
gdb-7bdca076ec1e5566b8fdd45b71bb296ddd7608b6.tar.gz
gdb-7bdca076ec1e5566b8fdd45b71bb296ddd7608b6.tar.bz2
2007-05-03 Sandra Loosemore <sandra@codesourcery.com>
bfd/ * elf32-arm.c (allocate_dynrelocs): Fix typo in comment.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf32-arm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 00ae68e..4726c96 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-03 Sandra Loosemore <sandra@codesourcery.com>
+
+ * elf32-arm.c (allocate_dynrelocs): Fix typo in comment.
+
2007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
Nick Clifton <nickc@redhat.com>
diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
index 3862653..97f4fd0 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