summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/s390/s390.exp
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-01-28 15:25:18 +0000
committerNick Clifton <nickc@redhat.com>2010-01-28 15:25:18 +0000
commit28595dd93b86dd27f7e095658d81d6cf4e8f305d (patch)
tree6a52af6cdbfa3e634b835467be36591846a98d9b /gas/testsuite/gas/s390/s390.exp
parentfe4f6b0b603ebbee91b3bcbc22c0f254da04c199 (diff)
downloadbinutils-redhat-28595dd93b86dd27f7e095658d81d6cf4e8f305d.tar.gz
PR 11225
* objdump.c (only): Replace with linked list. (only_size, only_used): Replace with only_list. (process_section_p): Set seen field on matches sections. (add_only): New function. (free_only_list): New function. (disassemble_section): Check only_list. (main): Use add_only and free_only_list. * gas/pe/aligncomm-c.d: Dump all sections. * ld-sh/refdbg-0-dso.d: Dump all sections.
Diffstat (limited to 'gas/testsuite/gas/s390/s390.exp')
-rw-r--r--gas/testsuite/gas/s390/s390.exp15
1 files changed, 9 insertions, 6 deletions
diff --git a/gas/testsuite/gas/s390/s390.exp b/gas/testsuite/gas/s390/s390.exp
index 4820013d0c..fae071c2f5 100644
--- a/gas/testsuite/gas/s390/s390.exp
+++ b/gas/testsuite/gas/s390/s390.exp
@@ -4,12 +4,15 @@
if [expr [istarget "s390-*-*"] || [istarget "s390x-*-*"]] then {
- run_dump_test "esa-g5" "{as -m31}"
- run_dump_test "esa-z900" "{as -m31} {as -march=z900}"
- run_dump_test "esa-z990" "{as -m31} {as -march=z990}"
- run_dump_test "esa-z9-109" "{as -m31} {as -march=z9-109}"
- run_dump_test "esa-reloc" "{as -m31}"
- run_dump_test "esa-operands" "{as -m31}"
+ # s390x-ibm-tpf target does not support a 32-bit target.
+ if { ! [istarget "s390x-*-tpf*"] } then {
+ run_dump_test "esa-g5" "{as -m31}"
+ run_dump_test "esa-z900" "{as -m31} {as -march=z900}"
+ run_dump_test "esa-z990" "{as -m31} {as -march=z990}"
+ run_dump_test "esa-z9-109" "{as -m31} {as -march=z9-109}"
+ run_dump_test "esa-reloc" "{as -m31}"
+ run_dump_test "esa-operands" "{as -m31}"
+ }
# # PIC is only supported on ELF targets.
# if { ([istarget "*-*-elf*"] || [istarget "*-*-linux*"] ) } then {