Add support for StrongARM target.
authorNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 12:41:43 +0000 (12:41 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 12:41:43 +0000 (12:41 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index 29f0815..34d216e 100644 (file)
@@ -1,3 +1,8 @@
+1999-02-08  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.in: Add support for StrongARM target.
+       * configure: Regenerate.
+
 start-sanitize-cygnus
 Fri Feb  5 19:25:50 1999  Doug Evans  <devans@canuck.cygnus.com>
 
index 0ed0f12..9bef481 100755 (executable)
@@ -1586,6 +1586,7 @@ for this_target in $target $canon_targets ; do
       alpha*)          cpu_type=alpha ;;
       armeb)           cpu_type=arm endian=big ;;
       arm*)            cpu_type=arm endian=little ;;
+      strongarm*)      cpu_type=arm endian=little ;;
       thumb*)          cpu_type=arm endian=little ;;
       hppa*)           cpu_type=hppa ;;
       i[456]86)                cpu_type=i386 ;;
@@ -1813,6 +1814,9 @@ EOF
       sparc-*-netbsd*)      fmt=aout em=nbsd ;;
       sparc-*-openbsd*)     fmt=aout em=nbsd ;;
 
+      strongarm-*-coff)     fmt=coff ;;
+      strongarm-*-elf)      fmt=elf ;;
+
       tic30-*-*aout*)      fmt=aout bfd_gas=yes ;;
       tic30-*-*coff*)       fmt=coff bfd_gas=yes ;;
 # start-sanitize-tic80
@@ -1871,6 +1875,7 @@ EOF
       ns32k-*) bfd_gas=yes ;;
       ppc-*)   bfd_gas=yes ;;
       sparc-*) bfd_gas=yes ;;
+      strongarm-*)     bfd_gas=yes ;;
       *-elf)   bfd_gas=yes ;;
       *-ecoff) bfd_gas=yes ;;
       *-som)   bfd_gas=yes ;;
index c90f502..4309fd1 100644 (file)
@@ -77,6 +77,7 @@ changequote([,])dnl
       alpha*)          cpu_type=alpha ;;
       armeb)           cpu_type=arm endian=big ;;
       arm*)            cpu_type=arm endian=little ;;
+      strongarm*)      cpu_type=arm endian=little ;;
       thumb*)          cpu_type=arm endian=little ;;
       hppa*)           cpu_type=hppa ;;
 changequote(,)dnl
@@ -301,6 +302,9 @@ dnl end-sanitize-beos
       sparc-*-netbsd*)      fmt=aout em=nbsd ;;
       sparc-*-openbsd*)     fmt=aout em=nbsd ;;
 
+      strongarm-*-coff)     fmt=coff ;;
+      strongarm-*-elf)      fmt=elf ;;
+
       tic30-*-*aout*)      fmt=aout bfd_gas=yes ;;
       tic30-*-*coff*)       fmt=coff bfd_gas=yes ;;
 # start-sanitize-tic80
@@ -353,6 +357,7 @@ dnl end-sanitize-beos
       ns32k-*) bfd_gas=yes ;;
       ppc-*)   bfd_gas=yes ;;
       sparc-*) bfd_gas=yes ;;
+      strongarm-*)     bfd_gas=yes ;;
       *-elf)   bfd_gas=yes ;;
       *-ecoff) bfd_gas=yes ;;
       *-som)   bfd_gas=yes ;;
@@ -361,10 +366,11 @@ dnl end-sanitize-beos
 
 # Other random stuff.
 
-    # do we need the opcodes library?
+    # Do we need the opcodes library?
     case ${cpu_type} in
       vax | i386 | tic30)
        ;;
+
       *)
        need_opcodes=yes
 
@@ -380,6 +386,7 @@ dnl end-sanitize-beos
        ;;
     esac
 
+    # Any other special object files needed ?
     case ${cpu_type} in
       fr30 | m32r)
        case "x${extra_objects}" in