diff options
| author | Roland McGrath <[email protected]> | 2008-08-07 08:39:41 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-08-07 08:39:41 +0000 |
| commit | 1d8bb25cac06b5af57f8733e5ea7a068a79edfe0 (patch) | |
| tree | f794a75ef8e1f324185d2850e6e4da59323fe9ca /backends/ppc_init.c | |
| parent | 9d2f3ee2554185a9df70f434eddc4405a4aff0fa (diff) | |
src/
(find_symbol): Likewise.
Convert plain number, or handle strings like "(section)+offset"
or "symbol+offset".
Diffstat (limited to 'backends/ppc_init.c')
| -rw-r--r-- | backends/ppc_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/ppc_init.c b/backends/ppc_init.c index 2e587167..523c6583 100644 --- a/backends/ppc_init.c +++ b/backends/ppc_init.c @@ -57,6 +57,7 @@ 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); |
