summaryrefslogtreecommitdiff
path: root/sim/configure
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
parenteb3243445a6173625255bb1398ccca31b22aff49 (diff)
downloadbinutils-gdb-1d7b4a7037cd4773bce26906e81778b5097b09c3.tar.gz
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')
-rwxr-xr-xsim/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure
index 1cf023109d8..fd350d1a7c8 100755
--- a/sim/configure
+++ b/sim/configure
@@ -3646,6 +3646,7 @@ subdirs="$subdirs arm"
subdirs="$subdirs bfin"
+ sim_testsuite=yes
;;
cr16*-*-*)