diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-04 17:44:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-04 17:44:22 +0000 |
commit | 1d7b4a7037cd4773bce26906e81778b5097b09c3 (patch) | |
tree | 72650de39e91f8e90e5a0ec3416f87131a4b6ba1 /sim/configure | |
parent | eb3243445a6173625255bb1398ccca31b22aff49 (diff) | |
download | gdb-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')
-rwxr-xr-x | sim/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure index 1cf0231..fd350d1 100755 --- a/sim/configure +++ b/sim/configure @@ -3646,6 +3646,7 @@ subdirs="$subdirs arm" subdirs="$subdirs bfin" + sim_testsuite=yes ;; cr16*-*-*) |