Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
* configure.srv: Add xscale*linux copy of arm*linux entry.
This commit is contained in:
parent
562961552f
commit
7f313d077f
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue