2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 15 Jun 2009 13:12:33 +0000 (13:12 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 15 Jun 2009 13:12:33 +0000 (13:12 +0000)
* elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c

index c20322e8e03a0f7ac4366846e0246041f8f552e8..ee5731712eb15fbee30bcfd942bcf8d564f17edc 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * 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  <nickc@redhat.com>
 
        * po/ru.po: New Russian translation.
index 0baab2cadf3948655e1ff29c1a88da4f095ae8fc..e6fc7bff8dc2f01b2b2483a021456dbe7c257a1b 100644 (file)
@@ -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,
index 3767a8653bafe4540c9647cdad603e38e1d28866..efae09d57e6d50ad0f552b2bbe8a50000d65bdd2 100644 (file)
@@ -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,