mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
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*-*-*.
This commit is contained in:
@@ -51,7 +51,6 @@ sparcv9 | sparc64) gdb_host_cpu=sparc ;;
|
||||
s390*) gdb_host_cpu=s390 ;;
|
||||
sh*) gdb_host_cpu=sh ;;
|
||||
x86_64*) gdb_host_cpu=i386 ;;
|
||||
xscale*) gdb_host_cpu=arm ;;
|
||||
m32r*) gdb_host_cpu=m32r ;;
|
||||
xtensa*) gdb_host_cpu=xtensa ;;
|
||||
*) gdb_host_cpu=$host_cpu ;;
|
||||
|
||||
Reference in New Issue
Block a user