summaryrefslogtreecommitdiffstats
path: root/backends/sparc_init.c
diff options
context:
space:
mode:
authorJose E. Marchesi <[email protected]>2015-10-06 16:20:40 +0200
committerMark Wielaard <[email protected]>2015-10-06 23:54:57 +0200
commit0e3ce39c8f154cb7df7f3a9bf29d347fe9cca036 (patch)
tree828225ff2324bb162b347c7e36de977a9812b133 /backends/sparc_init.c
parent6a20e20ea9f122aea86533d28a688e7bb2812aa1 (diff)
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 <[email protected]>
Diffstat (limited to 'backends/sparc_init.c')
-rw-r--r--backends/sparc_init.c1
1 files changed, 1 insertions, 0 deletions
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;
}