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