[binutils-gdb] aarch64: Merge dgh tests into system.d

Alice Carlotti acarlotti@sourceware.org
Fri May 9 19:39:57 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20687924847067ab7270c6cc2fec4316b43facf0

commit 20687924847067ab7270c6cc2fec4316b43facf0
Author: Alice Carlotti <alice.carlotti@arm.com>
Date:   Thu Apr 17 20:39:26 2025 +0100

    aarch64: Merge dgh tests into system.d

Diff:
---
 gas/testsuite/gas/aarch64/dgh.d    | 11 -----------
 gas/testsuite/gas/aarch64/dgh.s    |  4 ----
 gas/testsuite/gas/aarch64/system.d |  1 +
 gas/testsuite/gas/aarch64/system.s |  1 +
 4 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/gas/testsuite/gas/aarch64/dgh.d b/gas/testsuite/gas/aarch64/dgh.d
deleted file mode 100644
index e9eebbca202..00000000000
--- a/gas/testsuite/gas/aarch64/dgh.d
+++ /dev/null
@@ -1,11 +0,0 @@
-#name: V8.6 Data Gathering Hint
-#as: -march=armv8.6-a
-#objdump: -dr
-
-.* file format .*
-
-Disassembly of section \.text:
-
-0+ <\.text>:
- *[0-9a-f]*:	d50320df 	dgh
- *[0-9a-f]*:	d50320df 	dgh
diff --git a/gas/testsuite/gas/aarch64/dgh.s b/gas/testsuite/gas/aarch64/dgh.s
deleted file mode 100644
index 6470cd0937c..00000000000
--- a/gas/testsuite/gas/aarch64/dgh.s
+++ /dev/null
@@ -1,4 +0,0 @@
-# Test for the V8.6-a Data Gathering Hint instruction
-
-dgh
-hint #6
diff --git a/gas/testsuite/gas/aarch64/system.d b/gas/testsuite/gas/aarch64/system.d
index 263581403b5..8c1a113b331 100644
--- a/gas/testsuite/gas/aarch64/system.d
+++ b/gas/testsuite/gas/aarch64/system.d
@@ -15,6 +15,7 @@ Disassembly of section \.text:
 .*:	d503207f 	wfi
 .*:	d503209f 	sev
 .*:	d50320bf 	sevl
+.*:	d50320df 	dgh
 .*:	d503229f 	csdb
 .*:	d50322df 	clrbhb
 .*:	d503201f 	nop
diff --git a/gas/testsuite/gas/aarch64/system.s b/gas/testsuite/gas/aarch64/system.s
index 304c53db35e..db35e7d8541 100644
--- a/gas/testsuite/gas/aarch64/system.s
+++ b/gas/testsuite/gas/aarch64/system.s
@@ -12,6 +12,7 @@
 	wfi
 	sev
 	sevl
+	dgh
 	csdb
 	clearbhb


More information about the Binutils-cvs mailing list