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)
* 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

index 9e1cc66fc4c0adee8295fdc68f6657339d4048c4..60e5ff333088ee790c0fa269e98149f1d4684399 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.host (xscale*): Don't handle target.
+       * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
+       handle targets.
+
 2011-05-04  Yao Qi  <yao@codesourcery.com>
 
        * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
index bcebdafdc61f2095ab9c27998784467606256c7a..531f4587c0df24074a158b334e1ac281d66d8579 100644 (file)
@@ -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 ;;
index 5ab1554df701b18df80220e7c876dce98f6a3fb5..eb05c2699d8ce00c4296293efa0c0e54d5cce08c 100644 (file)
@@ -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
index fd013275033c5cbde3ea533c154d0688bdf369bc..42b30a4549bae36c370f91d1ee2e87a78901a4fc 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * README: Don't mention xscale*-*-linux*.
+       * configure.srv (xscale*-*-linux*): Don't handle target.
+
 2011-04-27  Nathan Froyd  <froydnj@codesourcery.com>
 
        * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
index 3eaeb618bbd393a55375c5d970c2c6d865eb63fc..52a876b24e8ea695b58de80d2ad19bdc4ea56edd 100644 (file)
@@ -99,7 +99,6 @@ The supported targets as of November 2006 are:
        sh-*-linux*
        spu*-*-*
        x86_64-*-linux*
-       xscale*-*-linux*
 
 Configuring GDBserver you should specify the same machine for host and
 target (which are the machine that GDBserver is going to run on.  This
index d6110dda91a1efd804ef9c7fa8871b36776262a3..55dd4cf733f8ee0642bfb3435e812063043e6196 100644 (file)
@@ -257,11 +257,6 @@ case "${target}" in
                        srv_mingw=yes
                        ;;
 
-  xscale*-*-linux*)    srv_regobj=reg-arm.o
-                       srv_tgtobj="linux-low.o linux-arm-low.o"
-                       srv_linux_usrregs=yes
-                       srv_linux_thread_db=yes
-                       ;;
   xtensa*-*-linux*)    srv_regobj=reg-xtensa.o
                        srv_tgtobj="linux-low.o linux-xtensa-low.o"
                        srv_linux_regsets=yes
index 0e5405d4431908e4c88f81287a16440adf428e97..178cd5d87abc6c2b5bd4f96f0b07ffba406effa4 100644 (file)
@@ -1,3 +1,11 @@
+2011-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * 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.
+
 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/completion.exp (complete help info wat): Rename to ...
index cb1e6fd0a049e5c35f4d32aaf3db6e870b7eda6b..2ba2d8ae02ac2c3f3b8542450c081b5f923fb5fe 100644 (file)
@@ -111,7 +111,7 @@ if [istarget "*-*-vxworks*"] then {
     verbose "Timeout is now $timeout seconds" 2
     gdb_expect -re "$gdb_prompt $" {}
 } else {
-       setup_xfail "mips-idt-*" "arm-*-coff strongarm-*-coff"
+       setup_xfail "mips-idt-*" "arm-*-coff"
        gdb_run_cmd 5
        gdb_expect {
            -re ".*120.*$gdb_prompt $"\
@@ -139,7 +139,7 @@ if [istarget "*-*-vxworks*"] then {
     verbose "Timeout is now $timeout seconds" 2
     gdb_expect -re "$gdb_prompt $" {}
 } else {
-    setup_xfail "arm-*-coff strongarm-*-coff"
+    setup_xfail "arm-*-coff"
     gdb_expect {
            -re ".*120.*$gdb_prompt $"\
                                { pass "run \"$testfile\" again with same args" }
@@ -216,7 +216,7 @@ if [istarget "*-*-vxworks*"] then {
     verbose "Timeout is now $timeout seconds" 2
     gdb_expect -re "$gdb_prompt $" {}
 } else {
-    setup_xfail "arm-*-coff strongarm-*-coff"
+    setup_xfail "arm-*-coff"
     gdb_expect {
            -re ".*720.*$gdb_prompt $" {
                pass "run \"$testfile\" again after setting args"
index 83be8d9d791dc34f464ae2d37c9634ab0d47096b..170ba774af924549b37823dc2684e9213ab0cebd 100644 (file)
@@ -42,9 +42,7 @@ if ![runto_main] then {
 
 if { [istarget "alpha*-*-*"] } then {
     gdb_test "info float" "f0.*" "info float"
-} elseif { [istarget "arm*-*-*"] || \
-       [istarget "xscale*-*-*"] || \
-       [istarget "strongarm*-*-*"] } then {
+} elseif { [istarget "arm*-*-*"] } then {
     gdb_test_multiple "info float" "info float" {
        -re "Software FPU type.*mask:.*flags:.*$gdb_prompt $" {
            pass "info float (FPA)"
index baa76b6f276cfbcb56112a4f885acd38802e434e..9162f6a2155e25165ca4d4975a00ff50500b16ed 100644 (file)
@@ -165,9 +165,7 @@ if { $sizeof_double == 8 || $sizeof_long_double == 8 } {
     # words swapped in big endian format.
     # EABI targets default to natural-endian VFP format.
 
-    if { ([istarget "arm*-*-*"] || \
-         [istarget "xscale*-*-*"] || \
-         [istarget "strongarm*-*-*"]) \
+    if { ([istarget "arm*-*-*"]) \
         && !([istarget "*-*-*eabi"] || \
              [istarget "*-*-mingw32ce*"] || \
              [istarget "*-*-openbsd*"] || \
index 72279928622f3ff79a9013bd4213111589c3d0b1..02b05e1c2cb4c2000fcfa2c71e6846ec7d21a81b 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
+       handle targets.
+       * configure: Regenerate.
+
 2011-03-05  Mike Frysinger  <vapier@gentoo.org>
 
        * MAINTAINERS: Add bfin entry.
index b3d8b3996d69dce7d14fbde54835a918ff362581..1cf023109d8fe0880d5e2b9e3d002be8364ab378 100755 (executable)
@@ -3623,7 +3623,7 @@ sim_common=yes
 sim_igen=no
 sim_arch=
 case "${target}" in
-   arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
+   arm*-*-*)
 
   sim_arch=arm
 
index 980849249bc63573bdcea4825a9e7466cdf08d98..bc34323fddc1809a98d161b178b7e09944b75379 100644 (file)
@@ -16,7 +16,7 @@ sim_common=yes
 sim_igen=no
 sim_arch=
 case "${target}" in
-   arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
+   arm*-*-*)
        SIM_ARCH(arm)
        sim_testsuite=yes
        ;;
index 9a94cc5c2a59deddb07118f1d8e8d84fa82fd0be..f902b4aaa3527f041dc65f819c2733ac3287c5a3 100644 (file)
@@ -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.
index da7967ec2d7b346ad4041f475fea59479b64194a..3f890004ace9ca6671cfa916fef9437a878ff5e4 100755 (executable)
@@ -1823,13 +1823,16 @@ sim_common=yes
 sim_igen=no
 sim_arch=
 case "${target}" in
-   arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
+   arm*-*-*)
        sim_arch=arm
        sim_testsuite=yes
        ;;
    avr*-*-*)
        sim_arch=avr
        ;;
+   bfin-*-*)
+       sim_arch=bfin
+       ;;
    cr16*-*-*)
        sim_arch=cr16
        sim_testsuite=yes
index ec8402f54e4d0fea671a524dfb1fec61478992d4..9752da615ac372832868150d6846c524e0896409 100644 (file)
@@ -1,6 +1,6 @@
 # ARM simulator testsuite.
 
-if { [istarget arm*-*-*] || [istarget xscale*-*-*] } {
+if { [istarget arm*-*-*] } {
     # load support procs (none yet)
     # load_lib cgen.exp
 
index f3d0f0a690e8a2a4f46c12bf50adbdef267900fa..4def69031a90163e508d50aedb4aae62b6fa4403 100644 (file)
@@ -1,6 +1,6 @@
 # Intel(r) Wireless MMX(tm) technology simulator testsuite.
 
-if { [istarget xscale*-*-*] } {
+if { [istarget arm*-*-*] } {
     # load support procs (none yet)
     # load_lib cgen.exp
 
index 1e8006f1492a80b7778027ab282e8ed1f6ed4a24..bc36ca87368bbd6712bc2ee80a6799f51e5dc565 100644 (file)
@@ -1,6 +1,6 @@
 # Miscellaneous ARM simulator testcases
 
-if { [istarget arm*-*-*] || [istarget thumb*-*-*] || [istarget xscale*-*-*] } {
+if { [istarget arm*-*-*] } {
     # load support procs
     # load_lib cgen.exp
 
index 9674bca48451613bff6d9e62601957f31ddc3cbb..4298663fd813d573dcf2dbd8704a230461a0beb3 100644 (file)
@@ -1,7 +1,6 @@
 # ARM simulator testsuite.
 
-if { [istarget arm*-*-*]
-     || [istarget thumb*-*-*] } {
+if { [istarget arm*-*-*] } {
     # load support procs (none yet)
     # load_lib cgen.exp
 
index 375692941a9941003dc6b99cd6c2837f676ea1da..7c08f11d10d659b2cbc917234ffb47166798e0ce 100644 (file)
@@ -1,6 +1,6 @@
 # XSCALE simulator testsuite.
 
-if { [istarget xscale*-*-*] } {
+if { [istarget arm*-*-*] } {
     # load support procs (none yet)
     # load_lib cgen.exp
 
This page took 0.049863 seconds and 4 git commands to generate.