Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
authorBrendan Conoboy <blc@redhat.com>
Fri, 8 Aug 2003 00:47:28 +0000 (00:47 +0000)
committerBrendan Conoboy <blc@redhat.com>
Fri, 8 Aug 2003 00:47:28 +0000 (00:47 +0000)
        * configure.srv: Add xscale*linux copy of arm*linux entry.

gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv

index 1a3a7dc..98c8312 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 21 20:09:34 UTC 2003  Brendan Conoboy  <blc@redhat.com>
+
+       * configure.srv: Add xscale*linux copy of arm*linux entry.
+
 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
 
        * linux-arm-low.c (arm_reinsert_addr): New function.
index 6ab60e9..251dd6b 100644 (file)
@@ -64,6 +64,11 @@ case "${target}" in
                        srv_tgtobj="linux-low.o linux-x86-64-low.o i387-fp.o"
                        srv_linux_regsets=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
+                       ;;
   *)                   echo "Error: target not supported by gdbserver."
                        exit 1
                        ;;