From: Nick Clifton Date: Sun, 26 Nov 2000 20:04:41 +0000 (+0000) Subject: Add support for configuring an xscale atrget X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cf6486b83d02622d94cdae3ca3b74d5aadb45b3;p=binutils-gdb.git Add support for configuring an xscale atrget --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 06060634184..85b57cf28e3 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 13023fd198d..1c35df02269 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 9277e1e8d19..df84e5530f4 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 ;;