Add support for configuring an xscale atrget

This commit is contained in:
Nick Clifton 2000-11-26 20:04:41 +00:00
parent fd89e65f16
commit 7cf6486b83
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-11-26 Nick Clifton <nickc@redhat.com>
* configure.tgt (xscale-*): Add.
* configure.host (xscale-*): Add.
2000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* m68hc11-tdep.c (gdb_print_insn_m68hc11): New function.

View File

@ -162,6 +162,7 @@ sparc-*-*) gdb_host=sun4os4 ;;
sparc64-*-*) gdb_host=sun4sol2 ;;
strongarm-*-*) gdb_host=arm ;;
xscale-*-*) gdb_host=arm ;;
# OBSOLETE tahoe-*-*) gdb_host=tahoe ;;

View File

@ -26,6 +26,7 @@ powerpc*) gdb_target_cpu=powerpc ;;
sparc*) gdb_target_cpu=sparc ;;
thumb*) gdb_target_cpu=arm ;;
strongarm*) gdb_target_cpu=arm ;;
xscale*) gdb_target_cpu=arm ;;
v850*) gdb_target_cpu=v850 ;;
*) gdb_target_cpu=$target_cpu ;;
@ -59,6 +60,9 @@ arm*-*-* | thumb*-*-* | strongarm*-*-*)
gdb_target=embed
configdirs="$configdirs rdi-share"
;;
xscale-*-*) gdb_target=embed
configdirs="$configdirs rdi-share"
;;
# OBSOLETE c1-*-*) gdb_target=convex ;;
# OBSOLETE c2-*-*) gdb_target=convex ;;