diff options
author | Jens Remus <jremus@linux.ibm.com> | 2024-12-03 14:33:32 +0100 |
---|---|---|
committer | Jens Remus <jremus@linux.ibm.com> | 2024-12-03 14:33:32 +0100 |
commit | 8a00d45f0b1e910d8a09a7b6ac84d67c67224abd (patch) | |
tree | a4ff92144e35d544cc3f16cc4bae4be5d9833c4d | |
parent | 2b6770659ea94f1f30303ecf541fad3c21051b72 (diff) | |
download | binutils-8a00d45f0b1e910d8a09a7b6ac84d67c67224abd.zip binutils-8a00d45f0b1e910d8a09a7b6ac84d67c67224abd.tar.gz binutils-8a00d45f0b1e910d8a09a7b6ac84d67c67224abd.tar.bz2 |
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>
-rw-r--r-- | gas/testsuite/gas/elf/bad-bss.d | 2 | ||||
-rw-r--r-- | 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 427faf5..645decf 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 7edba65..da1d336 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]*: |