gdb:
authorJoseph Myers <joseph@codesourcery.com>
Wed, 4 May 2011 19:28:16 +0000 (19:28 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 4 May 2011 19:28:16 +0000 (19:28 +0000)
commit4d393d60c43d163ca00d80abdf7544f99c9915e0
tree1af6d4f08534a0ba8c7a0bc51dbd9052e7e523b5
parent8ffd0459d267b0bc7cfa3ef71dfba480143c5276
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*-*-*.
20 files changed:
gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt
gdb/gdbserver/ChangeLog
gdb/gdbserver/README
gdb/gdbserver/configure.srv
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a2-run.exp
gdb/testsuite/gdb.base/float.exp
gdb/testsuite/gdb.base/long_long.exp
sim/ChangeLog
sim/configure
sim/configure.tgt
sim/testsuite/ChangeLog
sim/testsuite/configure
sim/testsuite/sim/arm/allinsn.exp
sim/testsuite/sim/arm/iwmmxt/iwmmxt.exp
sim/testsuite/sim/arm/misc.exp
sim/testsuite/sim/arm/thumb/allthumb.exp
sim/testsuite/sim/arm/xscale/xscale.exp
This page took 0.027495 seconds and 4 git commands to generate.