[PATCH 1/2] s390: Enable .bss/.struct data allocation directives tests

Jens Remus jremus@linux.ibm.com
Fri Nov 29 14:11:48 GMT 2024


This reduces the number of unsupported tests on s390 by two.

gas/testsuite/
	* gas/elf/bss.d: Enable for s390*-*-*.
	* gas/elf/bad-bss.d: Likewise.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
---
 gas/testsuite/gas/elf/bad-bss.d | 2 +-
 gas/testsuite/gas/elf/bss.d     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gas/testsuite/gas/elf/bad-bss.d b/gas/testsuite/gas/elf/bad-bss.d
index 427faf5f03e8..645decf5359f 100644
--- a/gas/testsuite/gas/elf/bad-bss.d
+++ b/gas/testsuite/gas/elf/bad-bss.d
@@ -2,4 +2,4 @@
 #source: bss.s
 #error_output: bad-bss.err
 #notarget: arm*-*-elf arm*-*-nto*
-#target: i?86-*-* x86_64-*-* ia64-*-* arm-*-* aarch64-*-* kvx-*-*
+#target: i?86-*-* x86_64-*-* ia64-*-* arm-*-* aarch64-*-* kvx-*-* s390*-*-*
diff --git a/gas/testsuite/gas/elf/bss.d b/gas/testsuite/gas/elf/bss.d
index 7edba655b9cd..da1d33600dd0 100644
--- a/gas/testsuite/gas/elf/bss.d
+++ b/gas/testsuite/gas/elf/bss.d
@@ -2,7 +2,7 @@
 #as: --defsym okay=1
 #warning: Warning: zero assumed
 #readelf: -sSW
-#target: i?86-*-* x86_64-*-* ia64-*-* arm-*-* aarch64-*-* kvx-*-*
+#target: i?86-*-* x86_64-*-* ia64-*-* arm-*-* aarch64-*-* kvx-*-* s390*-*-*
 
 There are [1-9][0-9]* section headers, starting at offset 0x[0-9a-f]*:
 
-- 
2.45.2



More information about the Binutils mailing list