diff options
| author | Mark Wielaard <[email protected]> | 2014-01-03 18:15:02 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2014-01-03 18:59:45 +0100 |
| commit | b92af19f2110999579a65a5dceab532c97979559 (patch) | |
| tree | 3ae1c63fa865153deae297134c602fde0f80ea2b /backends/Makefile.am | |
| parent | da91c5bb6997aa562d82ed964ab798bd6c7ac8cd (diff) | |
backends: Add aarch64 abi_cfi.
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 <[email protected]>
Diffstat (limited to 'backends/Makefile.am')
| -rw-r--r-- | backends/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index 8deed2f9..b8bea36b 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -83,7 +83,7 @@ libebl_arm_pic_a_SOURCES = $(arm_SRCS) am_libebl_arm_pic_a_OBJECTS = $(arm_SRCS:.c=.os) aarch64_SRCS = aarch64_init.c aarch64_regs.c aarch64_symbol.c \ - aarch64_corenote.c aarch64_retval.c + aarch64_corenote.c aarch64_retval.c aarch64_cfi.c libebl_aarch64_pic_a_SOURCES = $(aarch64_SRCS) am_libebl_aarch64_pic_a_OBJECTS = $(aarch64_SRCS:.c=.os) aarch64_regs_no_Wformat = yes |
