[binutils-gdb] s390: Enable .bss/.struct data allocation directives tests

Jens Remus jremus@sourceware.org
Tue Dec 3 13:35:05 GMT 2024


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

commit 8a00d45f0b1e910d8a09a7b6ac84d67c67224abd
Author: Jens Remus <jremus@linux.ibm.com>
Date:   Tue Dec 3 14:33:32 2024 +0100

    s390: Enable .bss/.struct data allocation directives tests
    
    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>

Diff:
---
 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 427faf5f03e..645decf5359 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 7edba655b9c..da1d33600dd 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]*:


More information about the Binutils-cvs mailing list