summaryrefslogtreecommitdiffstats
path: root/tests/tcg/aarch64/bti-1.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/tcg/aarch64: Add bti smoke testsRichard Henderson2020-10-271-0/+62
The note test requires gcc 10 for -mbranch-protection=standard. The mmap test uses PROT_BTI and does not require special compiler support. Acked-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20201021173749.111103-13-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>