gdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): Likewise...
[binutils-gdb.git] / gas / configure.tgt
index 0d24a7442e1fe9bfb4d3bd53c188300d538acf34..9269c52f940115fd026814fb0fb204eb6a06ea38 100644 (file)
@@ -45,7 +45,7 @@ case ${cpu} in
   ip2k)                        cpu_type=ip2k endian=big ;; 
   iq2000)              cpu_type=iq2000 endian=big ;; 
   lm32)                        cpu_type=lm32 ;;
-  m32c)                        cpu_type=m32c endian=big ;;
+  m32c)                        cpu_type=m32c endian=little ;;
   m32r)                        cpu_type=m32r endian=big ;;
   m32rle)              cpu_type=m32r endian=little ;;
   m5200)               cpu_type=m68k ;;
@@ -53,8 +53,7 @@ case ${cpu} in
   m680[012346]0)       cpu_type=m68k ;;
   m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
   m683??)              cpu_type=m68k ;;
-  maxq)                        cpu_type=maxq ;;
-  mep-*-elf)           cpu_type=mep endian=big ;;
+  mep)                 cpu_type=mep endian=little ;;
   microblaze*)         cpu_type=microblaze ;;
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;
@@ -271,8 +270,6 @@ case ${generic_target} in
   m68k-*-openbsd*)                     fmt=aout em=nbsd bfd_gas=yes ;;
   m68k-*-psos*)                                fmt=elf em=psos;;
 
-  maxq-*-coff)                         fmt=coff bfd_gas=yes ;;
-
   mep-*-elf)                           fmt=elf ;;
 
   mcore-*-elf)                         fmt=elf ;;
@@ -360,7 +357,8 @@ case ${generic_target} in
       *)       endian=big ;;
     esac ;;
   sh*-*-symbianelf*)                   fmt=elf endian=little ;;
-  sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*)       fmt=elf ;;
+  sh-*-elf*)                           fmt=elf ;;
+  sh-*-uclinux* | sh[12]-*-uclinux*)   fmt=elf em=uclinux ;;
   sh-*-coff*)                          fmt=coff ;;
   sh-*-nto*)                           fmt=elf ;;
   sh-*-pe*)                            fmt=coff em=pe bfd_gas=yes endian=little ;;
@@ -400,10 +398,9 @@ case ${generic_target} in
   tic30-*-*coff*)                      fmt=coff bfd_gas=yes ;;
   tic4x-*-* | c4x-*-*)                 fmt=coff bfd_gas=yes ;;
   tic54x-*-* | c54x*-*-*)              fmt=coff bfd_gas=yes need_libm=yes;;
+  tic6x-*-*)                           fmt=elf ;;
 
-  v850-*-*)                            fmt=elf ;;
-  v850e-*-*)                           fmt=elf ;;
-  v850ea-*-*)                          fmt=elf ;;
+  v850*-*-*)                           fmt=elf ;;
 
   vax-*-netbsdelf*)                    fmt=elf em=nbsd ;;
   vax-*-linux-*)                       fmt=elf em=linux ;;