summaryrefslogtreecommitdiffstats
path: root/backends/tilegx_retval.c
Commit message (Collapse)AuthorAgeFilesLines
* backends (*_return_value_location): call dwarf_peeled_die_typePetr Machata2014-06-201-37/+26
| | | | | | ... instead of inlining equivalent code. Signed-off-by: Petr Machata <[email protected]>
* backends: Check type DIE exists before calling dwarf_tag ().Mark Wielaard2013-02-061-4/+4
| | | | | | | | | | | | | dwarf_attr () or dwarf_form () functions leave typedie NULL when they fail because of missing attribute or unexpected form. In such cases first check the DIE exists and return error instead of calling dwarf_tag () and crashing. This also happens in the testsuite with native tests when elfutils is build without DWZ support on a distro that uses DWZ DWARF compression on system libraries. Only the backends used dwarf_tag () directly without checking, all other uses in elfutils already checked whether the given DIE was NULL. Signed-off-by: Mark Wielaard <[email protected]>
* Add support for Tilera TILE-Gx processor.Jeff Kenton2012-08-241-0/+165
Signed-off-by: Jeff Kenton <[email protected]>