summaryrefslogtreecommitdiff
path: root/elfutils/backends/ppc64_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/backends/ppc64_init.c')
-rw-r--r--elfutils/backends/ppc64_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/elfutils/backends/ppc64_init.c b/elfutils/backends/ppc64_init.c
index 8cd75357..02a592fd 100644
--- a/elfutils/backends/ppc64_init.c
+++ b/elfutils/backends/ppc64_init.c
@@ -1,5 +1,5 @@
/* Initialization of PPC64 specific backend library.
- Copyright (C) 2004, 2005, 2006 Red Hat, Inc.
+ Copyright (C) 2004, 2005, 2006, 2007 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2004.
@@ -58,6 +58,8 @@ ppc64_init (elf, machine, eh, ehlen)
HOOK (eh, bss_plt_p);
HOOK (eh, return_value_location);
HOOK (eh, register_info);
+ HOOK (eh, core_note);
+ HOOK (eh, auxv_info);
return MODVERSION;
}