aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/configure.host1
-rw-r--r--gdb/configure.tgt4
3 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0606063..85b57cf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/configure.host b/gdb/configure.host
index 13023fd..1c35df0 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 9277e1e..df84e55 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 ;;