diff options
author | Mark Wielaard <mark@klomp.org> | 2020-10-17 21:22:22 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-10-26 22:44:07 +0100 |
commit | c505ddf9b1965ede67295943154bf6a0295eab52 (patch) | |
tree | eb91983ab19f1587cd1f40021840eb8d4cec83b7 /backends/ppc_init.c | |
parent | e6031e78d207e976c3add03be7294388cd375682 (diff) | |
download | elfutils-c505ddf9b1965ede67295943154bf6a0295eab52.tar.gz |
libebl: Remove unused ebl_syscall_abi.
GCC11 -Warray-parameter warned about ebl_syscall_abi being inconsistently
declared (once with a pointer to int, once with an array of 6 int elements).
Since ebl_syscall_abi isn't actually used and was only implemented for
3 backends without any tests just remove it.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'backends/ppc_init.c')
-rw-r--r-- | backends/ppc_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/ppc_init.c b/backends/ppc_init.c index ac440ab2..08468f8f 100644 --- a/backends/ppc_init.c +++ b/backends/ppc_init.c @@ -54,7 +54,6 @@ ppc_init (Elf *elf __attribute__ ((unused)), 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); |