diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0606063418..85b57cf28e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-11-26 Nick Clifton + + * configure.tgt (xscale-*): Add. + * configure.host (xscale-*): Add. + 2000-11-24 Stephane Carrez * m68hc11-tdep.c (gdb_print_insn_m68hc11): New function. diff --git a/gdb/configure.host b/gdb/configure.host index 13023fd198..1c35df0226 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -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 ;; diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 9277e1e8d1..df84e5530f 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 ;;