aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asm-source.exp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-06 18:40:30 +0000
committerMike Frysinger <vapier@gentoo.org>2011-07-06 18:40:30 +0000
commit33a365dfadc7407cd2aebe62f33e7e58749858d5 (patch)
treec2e7f57ce3a47f4c41a2fc4c040aedb0c2793c31 /gdb/testsuite/gdb.asm/asm-source.exp
parent01f372ca0b28ae91e88d67a9321929335cc058bc (diff)
downloadgdb-33a365dfadc7407cd2aebe62f33e7e58749858d5.zip
gdb-33a365dfadc7407cd2aebe62f33e7e58749858d5.tar.gz
gdb-33a365dfadc7407cd2aebe62f33e7e58749858d5.tar.bz2
gdb: testsuite: add Blackfin support
This fills out a few of the test places where needed for Blackfin targets. Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 bd7c1f0..7ae556c 100644
--- a/gdb/testsuite/gdb.asm/asm-source.exp
+++ b/gdb/testsuite/gdb.asm/asm-source.exp
@@ -43,6 +43,9 @@ switch -glob -- [istarget] {
"arm*-*-*" {
set asm-arch arm
}
+ "bfin-*-*" {
+ set asm-arch bfin
+ }
"frv-*-*" {
set asm-arch frv
}