summaryrefslogtreecommitdiff
path: root/backends/ppc_init.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-06-20 19:46:58 -0700
committerRoland McGrath <roland@redhat.com>2010-06-21 02:57:49 -0700
commit82e5e725e248d7d5bf42bb07482828a56cea33aa (patch)
tree82895d964a48914d12965a57c947e3418d656ed6 /backends/ppc_init.c
parent2b1f09548b66c2c75d5be6f13cd9374adc95f8d8 (diff)
downloadelfutils-82e5e725e248d7d5bf42bb07482828a56cea33aa.tar.gz
Replace ebl_reloc_simple_type with ebl_reloc_simple_types.
Diffstat (limited to 'backends/ppc_init.c')
-rw-r--r--backends/ppc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ppc_init.c b/backends/ppc_init.c
index 523c6583..2d5e163a 100644
--- a/backends/ppc_init.c
+++ b/backends/ppc_init.c
@@ -50,7 +50,7 @@ ppc_init (elf, machine, eh, ehlen)
/* We handle it. */
eh->name = "PowerPC";
ppc_init_reloc (eh);
- HOOK (eh, reloc_simple_type);
+ HOOK (eh, reloc_simple_types);
HOOK (eh, dynamic_tag_name);
HOOK (eh, dynamic_tag_check);
HOOK (eh, check_special_symbol);