aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asm-source.exp
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-12-01 01:13:27 +0000
committerJim Blandy <jimb@codesourcery.com>2001-12-01 01:13:27 +0000
commitcd5195a8910f35a664e2fa98b50642b6eb181f60 (patch)
tree54f00b7d72d7e84f33c263c0a0689d1338181ab9 /gdb/testsuite/gdb.asm/asm-source.exp
parent6ded7999cda94104758893ee6cd00fe17d584ba2 (diff)
downloadgdb-cd5195a8910f35a664e2fa98b50642b6eb181f60.zip
gdb-cd5195a8910f35a664e2fa98b50642b6eb181f60.tar.gz
gdb-cd5195a8910f35a664e2fa98b50642b6eb181f60.tar.bz2
Add assembly-source tests for s390-ibm-linux.
* gdb.asm/s390.inc: New file. * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for the S/390 architecture. * gdb.asm/configure: Regenerated.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r--gdb/testsuite/gdb.asm/asm-source.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp
index 602d844..8e07692 100644
--- a/gdb/testsuite/gdb.asm/asm-source.exp
+++ b/gdb/testsuite/gdb.asm/asm-source.exp
@@ -38,6 +38,9 @@ set link-flags ""
if [istarget "d10v-*-*"] then {
set asm-arch d10v
}
+if [istarget "s390-*-*"] then {
+ set asm-arch s390
+}
if [istarget "i\[3456\]86-*-*"] then {
set asm-arch i386
}