Add support for StrongARM host/target.
authorNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 17:07:07 +0000 (17:07 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 17:07:07 +0000 (17:07 +0000)
gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt

index 86bc21f..f9f6292 100644 (file)
@@ -1,3 +1,8 @@
+1999-02-08  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.host: Add support for StrongARM host.
+       * configure.tgt: Add support for StrongARM target.
+
 Mon Feb  8 12:05:05 1999  David Taylor  <taylor@texas.cygnus.com>
 
        * dsrec.c (make_srec): cast targ_addr to int in call to sprintf
index d3063ee..4a3bb12 100644 (file)
@@ -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 ;;
index acf031e..1bce5fc 100644 (file)
@@ -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