* configure.in: Add ms1 case.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 7 Jun 2005 21:13:14 +0000 (21:13 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 7 Jun 2005 21:13:14 +0000 (21:13 +0000)
* configure: Regenerate.

* configure.tgt: Add ms1 case.

gas/ChangeLog
gas/configure
gas/configure.in
gas/configure.tgt

index 0593f7c1d9239a4b16ed6126eead67952b466ff4..adc7095728802c197180c41acf59ca87d7a38b93 100644 (file)
@@ -1,3 +1,13 @@
+2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
+           Michael Snyder  <msnyder@redhat.com>
+           Stan Cox  <scox@redhat.com>
+
+       * configure.in: Add ms1 case.
+
+       * configure: Regenerate.
+
+       * configure.tgt: Add ms1 case.
+
 2005-06-07  Bob Wilson  <bob.wilson@acm.org>
 
        * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
index cce042b16581baaf3828b3225e3aea930b092fe3..412317ccb58cb0547df7e267cb7fba9567d70e24 100755 (executable)
@@ -4688,6 +4688,10 @@ _ACEOF
        fi
        ;;
 
+      ms1)
+        using_cgen=yes
+       ;;
+
       i386 | s390 | sparc)
        if test $this_target = $target ; then
 
index bdfa0f45ab90fce35a77d08888670bc912cae54c..3f7813059f85efb9ffdcefecbcfd45ebb4844d77 100644 (file)
@@ -317,6 +317,10 @@ changequote([,])dnl
        fi
        ;;
 
+      ms1)
+        using_cgen=yes
+       ;;
+
       i386 | s390 | sparc)
        if test $this_target = $target ; then
          AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
index 6d4ea61f1d231e516c609f8723d7bd8e59b326a5..4d44b62694002f34a5640980e06268a735f9d300 100644 (file)
@@ -50,6 +50,7 @@ case ${cpu} in
   m683??)              cpu_type=m68k ;;
   m5200)               cpu_type=m68k ;;
   m8*)                 cpu_type=m88k ;;
+  ms1)                  cpu_type=ms1 endian=big ;;
   maxq)                        cpu_type=maxq ;;
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;