From: H.J. Lu Date: Mon, 15 Jun 2009 13:12:33 +0000 (+0000) Subject: 2009-06-15 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eba077f227bc59c80875833157462e272a202a75;p=binutils-gdb.git 2009-06-15 H.J. Lu * elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo. * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c20322e8e03..ee5731712eb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 H.J. Lu + + * elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo. + * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise. + 2009-06-15 Nick Clifton * po/ru.po: New Russian translation. diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 0baab2cadf3..e6fc7bff8dc 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -2152,7 +2152,7 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf) && h->pointer_equality_needed) { info->callbacks->einfo - (_("%F%P: dynamic STT_GNU_IFUNC symbool `%s' with pointer " + (_("%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer " "equality in `%B' can not be used when making an " "executable; recompile with -fPIE and relink with -pie\n"), h->root.root.string, diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 3767a8653ba..efae09d57e6 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1994,7 +1994,7 @@ elf64_x86_64_allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf) && h->pointer_equality_needed) { info->callbacks->einfo - (_("%F%P: dynamic STT_GNU_IFUNC symbool `%s' with pointer " + (_("%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer " "equality in `%B' can not be used when making an " "executable; recompile with -fPIE and relink with -pie\n"), h->root.root.string,