summaryrefslogtreecommitdiffstats
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-06-14 05:45:09 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-06-14 05:45:09 +0000
commit8b7e29925c2f1d23df7fba3a7fa6175a5e60499c (patch)
tree7904bffd0b2f713fa55f510c9b7195185fa65ba7 /bfd/elf64-x86-64.c
parentc25bc9fc0d99cdc97211346362b677428747eabd (diff)
downloadppe42-binutils-8b7e29925c2f1d23df7fba3a7fa6175a5e60499c.tar.gz
ppe42-binutils-8b7e29925c2f1d23df7fba3a7fa6175a5e60499c.zip
2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_relocs): Properly report local symbol for unhandled relocation against STT_GNU_IFUNC symbol. * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 2808906a46..3cb4f06202 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -1263,7 +1263,8 @@ elf64_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info,
(_("%B: relocation %s against STT_GNU_IFUNC "
"symbol `%s' isn't handled by %s"), abfd,
x86_64_elf_howto_table[r_type].name,
- h != NULL ? h->root.root.string : "a local symbol",
+ (h->root.root.string
+ ? h->root.root.string : "a local symbol"),
__FUNCTION__);
bfd_set_error (bfd_error_bad_value);
return FALSE;
OpenPOWER on IntegriCloud