diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 13:12:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 13:12:33 +0000 |
commit | eba077f227bc59c80875833157462e272a202a75 (patch) | |
tree | 6f4bcbdd3cb6c558964d5d844b71fe2e58cd9d9a /bfd/elf64-x86-64.c | |
parent | 7cd1089b09663f833a90a4536db2ffad3591636b (diff) | |
download | gdb-eba077f227bc59c80875833157462e272a202a75.zip gdb-eba077f227bc59c80875833157462e272a202a75.tar.gz gdb-eba077f227bc59c80875833157462e272a202a75.tar.bz2 |
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.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 3767a86..efae09d 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, |