summaryrefslogtreecommitdiff
path: root/backends/aarch64_cfi.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Add default cfi rule to restore SP from CFA address.Mark Wielaard2018-04-131-2/+5
| | | | | | | | | The CFA is set by default to the stack pointer of the previous frame. So that is also how we can always restore the SP. This default aarch64 CFI rule is necessary on Fedora 28 with GCC8 to make the run-deleted.sh and run-backtrace-dwarf.sh testcases work. Signed-off-by: Mark Wielaard <mark@klomp.org>
* backends: Add aarch64 abi_cfi.Mark Wielaard2014-01-031-0/+82
Setup initial CIE values for aarch64 for use with dwarf_frame functions. Register info prefix should be the empty string (not NULL) when not used. Add an EM_AARCH64 testcase to tests/run-addrcfi.sh to check both issues. Signed-off-by: Mark Wielaard <mjw@redhat.com>