summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2011-05-04 19:28:11 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2011-05-04 19:28:11 +0000
commit2b4bdd8696da9d818a71b839686de2a2904b82bf (patch)
treed83b240a47f34eb27f18647b567b253a36f1e863 /gdb/configure.tgt
parentb6c38600715751c2bc9a60659f901fbba27c6f73 (diff)
downloadgdb-2b4bdd8696da9d818a71b839686de2a2904b82bf.tar.gz
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 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 5ab1554df70..eb05c2699d8 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -94,7 +94,7 @@ arm*-*-symbianelf*)
# Target: SymbianOS/arm
gdb_target_obs="arm-tdep.o solib-target.o arm-symbian-tdep.o"
;;
-arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
+arm*-*-*)
# Target: ARM embedded system
gdb_target_obs="arm-tdep.o"
gdb_sim=../sim/arm/libsim.a