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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 02b05e1..599e9e9 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2011-06-04 Mike Frysinger <vapier@gentoo.org> + + * configure.tgt (bfin-*-*): Add sim_testsuite=yes. + * configure: Regenerate. + 2011-05-04 Joseph Myers <joseph@codesourcery.com> * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't |