summaryrefslogtreecommitdiffstats
path: root/backends/sparc_attrs.c
Commit message (Collapse)AuthorAgeFilesLines
* sparc: fix the printing of hw capabilities object attributes.Jose E. Marchesi2016-08-241-22/+52
| | | | | | | | | | The GNU_Sparc_HWCAPS and GNU_Sparc_HWCAPS2 object attributes comprise a set of hardware capabilities that may (or not) be present in the target machine for which the object was compiled. This patch adds the support for printing a nicely formatted comma-separated list with the selected hw capabilities. Signed-off-by: Jose E. Marchesi <[email protected]>
* sparc: support for the check_object_attribute ebl hook.Jose E. Marchesi2015-10-061-0/+75
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]>