aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asm-source.exp
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-04-05 02:48:33 +0000
committerDaniel Jacobowitz <drow@false.org>2002-04-05 02:48:33 +0000
commit7cdb7107515d5093d3448c7f482834b0791e4b69 (patch)
tree88b2a64ad6c3d40c1be4ac22f6ec1fc9c1a0c016 /gdb/testsuite/gdb.asm/asm-source.exp
parenta7d17088c5119ba9981a82d3d051efd04f5c4a51 (diff)
downloadgdb-7cdb7107515d5093d3448c7f482834b0791e4b69.zip
gdb-7cdb7107515d5093d3448c7f482834b0791e4b69.tar.gz
gdb-7cdb7107515d5093d3448c7f482834b0791e4b69.tar.bz2
2002-04-01 Daniel Jacobowitz <drow@mvista.com>
* gdb.asm/Makefile.in: Correct dependencies. * gdb.asm/powerpc.inc: New file. * gdb.asm/asm-source.exp: Add PowerPC. * gdb.asm/configure.in: Likewise. * 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 471b31a..f6dfeaa 100644
--- a/gdb/testsuite/gdb.asm/asm-source.exp
+++ b/gdb/testsuite/gdb.asm/asm-source.exp
@@ -53,6 +53,9 @@ if [istarget "i\[3456\]86-*-*"] then {
if [istarget "m32r*-*"] then {
set asm-arch m32r
}
+if [istarget "powerpc*-*"] then {
+ set asm-arch powerpc
+}
if [istarget "sparc-*-*"] then {
set asm-arch sparc
}