From: Alice Carlotti Date: Sun, 20 Apr 2025 22:20:44 +0000 (+0100) Subject: aarch64: Add tests for csdb and eret to system.d X-Git-Tag: binutils-2_45~666 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=727964dd52f5e6d1a42cf0a12508bb0ee4e23833;p=thirdparty%2Fbinutils-gdb.git aarch64: Add tests for csdb and eret to system.d --- diff --git a/gas/testsuite/gas/aarch64/system.d b/gas/testsuite/gas/aarch64/system.d index c1400771d43..254b1ae8f1c 100644 --- a/gas/testsuite/gas/aarch64/system.d +++ b/gas/testsuite/gas/aarch64/system.d @@ -8,12 +8,14 @@ Disassembly of section \.text: 0+ <.*>: .*: d6bf03e0 drps +.*: d69f03e0 eret .*: d503201f nop .*: d503203f yield .*: d503205f wfe .*: d503207f wfi .*: d503209f sev .*: d50320bf sevl +.*: d503229f csdb .*: d50322df clrbhb .*: d503201f nop .*: d503203f yield diff --git a/gas/testsuite/gas/aarch64/system.s b/gas/testsuite/gas/aarch64/system.s index 9457b392f78..304c53db35e 100644 --- a/gas/testsuite/gas/aarch64/system.s +++ b/gas/testsuite/gas/aarch64/system.s @@ -1,5 +1,6 @@ .text drps + eret // // HINTS @@ -11,6 +12,7 @@ wfi sev sevl + csdb clearbhb .macro all_hints from=0, to=127