diff options
author | Mark Wielaard <mark@klomp.org> | 2020-09-03 09:42:32 -0400 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-09-07 11:23:54 +0200 |
commit | 18d64cd8e7ce0761568631bb40136ca7a154b6e0 (patch) | |
tree | ef5e71c8f41f426f0a628b491bd01e2137c255ac /tests/Makefile.am | |
parent | f1a0e680aa0f4e9fcdf10afcea075a833a5a9e4a (diff) | |
download | elfutils-18d64cd8e7ce0761568631bb40136ca7a154b6e0.tar.gz |
libebl: Handle aarch64 bti, pac bits in gnu property note
When building with gcc -mbranch-protection= we might get a gnu property
note indicating BTI (Branch Target Identification) and/or PAC (Pointer
Authentication Code) is being used.
Add a small testcase to show eu-readelf -n now properly lists those
bits in the gnu property note.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d30b8218..939bbb6a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -319,6 +319,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile_gnu_props.64le.o.bz2 \ testfile_gnu_props.32be.o.bz2 \ testfile_gnu_props.64be.o.bz2 \ + testfile-gnu-property-note-aarch64.bz2 \ run-allfcts-multi.sh \ test-offset-loop.bz2 test-offset-loop.alt.bz2 \ run-prelink-addr-test.sh \ |