From 5510d6a1c7f2da7dff3876369aafd92f68727020 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 8 Feb 1999 17:07:07 +0000 Subject: [PATCH] Add support for StrongARM host/target. --- gdb/ChangeLog | 5 +++++ gdb/configure.host | 2 ++ gdb/configure.tgt | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 86bc21f9ed..f9f6292803 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +1999-02-08 Nick Clifton + + * configure.host: Add support for StrongARM host. + * configure.tgt: Add support for StrongARM target. + Mon Feb 8 12:05:05 1999 David Taylor * dsrec.c (make_srec): cast targ_addr to int in call to sprintf diff --git a/gdb/configure.host b/gdb/configure.host index d3063ee04c..4a3bb129c5 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -150,6 +150,8 @@ sparc-*-sunos5*) gdb_host=sun4sol2 ;; sparc-*-*) gdb_host=sun4os4 ;; sparc64-*-*) gdb_host=sun4sol2 ;; +strongarm-*-*) gdb_host=arm ;; + tahoe-*-*) gdb_host=tahoe ;; vax-*-bsd*) gdb_host=vaxbsd ;; diff --git a/gdb/configure.tgt b/gdb/configure.tgt index acf031e6af..1bce5fc47d 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -25,6 +25,7 @@ pn) gdb_target_cpu=gould ;; pyramid) gdb_target_cpu=pyr ;; sparc*) gdb_target_cpu=sparc ;; thumb*) gdb_target_cpu=arm ;; +strongarm*) gdb_target_cpu=arm ;; v850*) gdb_target_cpu=v850 ;; *) gdb_target_cpu=$target_cpu ;; @@ -49,7 +50,7 @@ alpha*-*-linux*) gdb_target=alpha-linux ;; arc-*-*) gdb_target=arc ;; -arm-*-* | thumb-*-*) gdb_target=arm +arm-*-* | thumb-*-* | strongarm-*-*) gdb_target=arm # rdi doesn't work for wingdb yet case $gdb_host in