diff options
| author | Jose E. Marchesi <[email protected]> | 2015-10-06 16:20:40 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-10-06 23:54:57 +0200 |
| commit | 0e3ce39c8f154cb7df7f3a9bf29d347fe9cca036 (patch) | |
| tree | 828225ff2324bb162b347c7e36de977a9812b133 /backends/sparc_init.c | |
| parent | 6a20e20ea9f122aea86533d28a688e7bb2812aa1 (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.c | 1 |
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; } |
