[binutils-gdb] aarch64: remove MLBI from sys-rt-alias test.
Richard Earnshaw via Binutils-cvs <[email protected]> Thu, 2 Jul 2026 12:44:23 +0000 (GMT)
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1973788235f55494e51bfb05d61c4b00983f7ee2 commit 1973788235f55494e51bfb05d61c4b00983f7ee2 Author: Richard Earnshaw <[email protected]> Date: Mon Jun 29 17:03:49 2026 +0100 aarch64: remove MLBI from sys-rt-alias test. Diff: --- gas/testsuite/gas/aarch64/sys-rt-alias.d | 2 -- gas/testsuite/gas/aarch64/sys-rt-alias.s | 2 -- 2 files changed, 4 deletions(-) diff --git a/gas/testsuite/gas/aarch64/sys-rt-alias.d b/gas/testsuite/gas/aarch64/sys-rt-alias.d index 96c2f6844a8..5967ce9ef5c 100644 --- a/gas/testsuite/gas/aarch64/sys-rt-alias.d +++ b/gas/testsuite/gas/aarch64/sys-rt-alias.d @@ -9,8 +9,6 @@ Disassembly of section \.text: .*: d50c8780 sys #4, C8, C7, #4, x0 .*: d50ca79f plbi alle1 .*: d50ca780 sys #4, C10, C7, #4, x0 -.*: d50c709f mlbi alle1 -.*: d50c7080 sys #4, C7, C0, #4, x0 .*: d508751f ic iallu .*: d5087500 sys #0, C7, C5, #0, x0 .*: d50887bf tlbi vale1, xzr diff --git a/gas/testsuite/gas/aarch64/sys-rt-alias.s b/gas/testsuite/gas/aarch64/sys-rt-alias.s index 2aa107fa6d9..213acc68790 100644 --- a/gas/testsuite/gas/aarch64/sys-rt-alias.s +++ b/gas/testsuite/gas/aarch64/sys-rt-alias.s @@ -5,8 +5,6 @@ sys #4, c8, c7, #4, x0 // TLBI ALLE1 with Rt!=31 sys #4, c10, c7, #4 // PLBI ALLE1 with Rt=31 sys #4, c10, c7, #4, x0 // PLBI ALLE1 with Rt!=31 - sys #4, c7, c0, #4 // MLBI ALLE1 with Rt=31 - sys #4, c7, c0, #4, x0 // MLBI ALLE1 with Rt!=31 sys #0, c7, c5, #0 // IC IALLU with Rt=31 sys #0, c7, c5, #0, x0 // IC IALLU with Rt!=31 sys #0, c8, c7, #5, xzr // TLBI VALE1 with Rt=31 (valid Xt form)