2007-05-03 Sandra Loosemore <sandra@codesourcery.com>

bfd/
	* elf32-arm.c (allocate_dynrelocs): Fix typo in comment.
This commit is contained in:
Sandra Loosemore 2007-05-03 19:27:14 +00:00
parent 6da397e0eb
commit 7bdca076ec
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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