summaryrefslogtreecommitdiff
path: root/elfutils/backends/ppc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/backends/ppc_init.c')
-rw-r--r--elfutils/backends/ppc_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elfutils/backends/ppc_init.c b/elfutils/backends/ppc_init.c
index 1663258c..1dfd5ec9 100644
--- a/elfutils/backends/ppc_init.c
+++ b/elfutils/backends/ppc_init.c
@@ -1,5 +1,5 @@
/* Initialization of PPC specific backend library.
- Copyright (C) 2004, 2005 Red Hat, Inc.
+ Copyright (C) 2004, 2005, 2006 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2004.
@@ -56,7 +56,7 @@ ppc_init (elf, machine, eh, ehlen)
HOOK (eh, check_special_symbol);
HOOK (eh, bss_plt_p);
HOOK (eh, return_value_location);
- HOOK (eh, register_name);
+ HOOK (eh, register_info);
return MODVERSION;
}