aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.tgt
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-04 17:44:22 +0000
committerMike Frysinger <vapier@gentoo.org>2011-06-04 17:44:22 +0000
commit1d7b4a7037cd4773bce26906e81778b5097b09c3 (patch)
tree72650de39e91f8e90e5a0ec3416f87131a4b6ba1 /sim/configure.tgt
parenteb3243445a6173625255bb1398ccca31b22aff49 (diff)
downloadgdb-1d7b4a7037cd4773bce26906e81778b5097b09c3.zip
gdb-1d7b4a7037cd4773bce26906e81778b5097b09c3.tar.gz
gdb-1d7b4a7037cd4773bce26906e81778b5097b09c3.tar.bz2
sim: bfin: import testsuite
Now that the common sim testsuite code supports .S and .c files, we can import the Blackfin testsuite. There are about ~800 tests here, so I'm only attaching a compressed patch of them. Other than adding files to sim/testsuite/sim/bfin/, the sim/configure.tgt file was updated to mark Blackfin as having a testsuite, and sim/configure regenerated. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/configure.tgt')
-rw-r--r--sim/configure.tgt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.tgt b/sim/configure.tgt
index bc34323..16303d5 100644
--- a/sim/configure.tgt
+++ b/sim/configure.tgt
@@ -25,6 +25,7 @@ case "${target}" in
;;
bfin-*-*)
SIM_ARCH(bfin)
+ sim_testsuite=yes
;;
cr16*-*-*)
SIM_ARCH(cr16)