diff options
Diffstat (limited to 'backends/ppc64_init.c')
-rw-r--r-- | backends/ppc64_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/ppc64_init.c b/backends/ppc64_init.c index 14358754..3ed882bb 100644 --- a/backends/ppc64_init.c +++ b/backends/ppc64_init.c @@ -65,6 +65,9 @@ ppc64_init (elf, machine, eh, ehlen) HOOK (eh, core_note); HOOK (eh, auxv_info); HOOK (eh, abi_cfi); + HOOK (eh, init_symbols); + HOOK (eh, get_symbol); + HOOK (eh, destr); return MODVERSION; } |