diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-05-04 19:28:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-05-04 19:28:16 +0000 |
commit | 4d393d60c43d163ca00d80abdf7544f99c9915e0 (patch) | |
tree | 1af6d4f08534a0ba8c7a0bc51dbd9052e7e523b5 /sim/testsuite/ChangeLog | |
parent | 8ffd0459d267b0bc7cfa3ef71dfba480143c5276 (diff) | |
download | gdb-4d393d60c43d163ca00d80abdf7544f99c9915e0.zip gdb-4d393d60c43d163ca00d80abdf7544f99c9915e0.tar.gz gdb-4d393d60c43d163ca00d80abdf7544f99c9915e0.tar.bz2 |
gdb:
* configure.host (xscale*): Don't handle target.
* configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
handle targets.
gdb/gdbserver:
* README: Don't mention xscale*-*-linux*.
* configure.srv (xscale*-*-linux*): Don't handle target.
gdb/testsuite:
* gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
* gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
targets.
* gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
handle targets.
sim:
* configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
handle targets.
* configure: Regenerate.
sim/testsuite:
* configure: Regenerate.
* sim/arm/allinsn.exp (xscale*-*-*): Don't handle target.
* sim/arm/misc.exp (thumb*-*-*, xscale*-*-*): Don't handle
targets.
* sim/arm/iwmmxt/iwmmxt.exp: Test for arm*-*-* instead of
xscale*-*-*.
* sim/arm/thumb/allthumb.exp (thumb*-*-*): Don't handle target.
* sim/arm/xscale/xscale.exp: Test for arm*-*-* instead of
xscale*-*-*.
Diffstat (limited to 'sim/testsuite/ChangeLog')
-rw-r--r-- | sim/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 9a94cc5..f902b4a 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2011-05-04 Joseph Myers <joseph@codesourcery.com> + + * configure: Regenerate. + * sim/arm/allinsn.exp (xscale*-*-*): Don't handle target. + * sim/arm/misc.exp (thumb*-*-*, xscale*-*-*): Don't handle + targets. + * sim/arm/iwmmxt/iwmmxt.exp: Test for arm*-*-* instead of + xscale*-*-*. + * sim/arm/thumb/allthumb.exp (thumb*-*-*): Don't handle target. + * sim/arm/xscale/xscale.exp: Test for arm*-*-* instead of + xscale*-*-*. + 2010-10-07 Hans-Peter Nilsson <hp@axis.com> * sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests. |