[committed,v4,3/7] aarch64: remove MLBI from sys-rt-alias test.

Message ID 20260702124446.3296717-4-rearnsha@arm.com
State Committed
Headers
Series aarch64: deprecate some ISA features |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

Richard Earnshaw July 2, 2026, 12:44 p.m. UTC
  ---
 gas/testsuite/gas/aarch64/sys-rt-alias.d | 2 --
 gas/testsuite/gas/aarch64/sys-rt-alias.s | 2 --
 2 files changed, 4 deletions(-)
  

Patch

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)