From 0e3ce39c8f154cb7df7f3a9bf29d347fe9cca036 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Tue, 6 Oct 2015 16:20:40 +0200 Subject: sparc: support for the check_object_attribute ebl hook. This makes elfutils based utilities to be aware of the ELF attribute tags defined in sparc targets. Signed-off-by: Jose E. Marchesi --- backends/sparc_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/sparc_init.c') diff --git a/backends/sparc_init.c b/backends/sparc_init.c index 229a9b08..f8a7cfbd 100644 --- a/backends/sparc_init.c +++ b/backends/sparc_init.c @@ -75,6 +75,7 @@ sparc_init (Elf *elf __attribute__ ((unused)), HOOK (eh, auxv_info); HOOK (eh, register_info); HOOK (eh, return_value_location); + HOOK (eh, check_object_attribute); return MODVERSION; } -- cgit v1.2.3