aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2000-07-29 03:20:54 +0000
committerJason Eckhardt <jle@rice.edu>2000-07-29 03:20:54 +0000
commitaa8c34c3133e686105ab167603c16b48cd4b3bcb (patch)
tree05d76b8e408b88f552d931bfc7184916eb3dc000 /gas/configure.in
parent6e31aea3cd1292515d94f42d6b62e6313fff9269 (diff)
downloadfsf-binutils-gdb-aa8c34c3133e686105ab167603c16b48cd4b3bcb.zip
fsf-binutils-gdb-aa8c34c3133e686105ab167603c16b48cd4b3bcb.tar.gz
fsf-binutils-gdb-aa8c34c3133e686105ab167603c16b48cd4b3bcb.tar.bz2
2000-07-28 Jason Eckhardt <jle@cygnus.com>
* configure.in: Add bits for i860-stardent-{sysv4, elf}*. * configure: Regenerated. * config/obj-elf.c (obj_elf_type): Recognize a fifth type of operand to the .type directive (.e.g, "type").
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 1688d11..284ebb1 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -265,6 +265,9 @@ changequote([,])dnl
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-vxworks*) fmt=aout ;;
+ i860-stardent-sysv4* | i860-stardent-elf*)
+ fmt=elf bfd_gas=yes endian=little
+ AC_MSG_WARN(GAS support for ${generic_target} is preliminary and a work in progress) ;;
i960-*-bout) fmt=bout ;;
i960-*-coff) fmt=coff em=ic960 ;;
i960-*-rtems*) fmt=coff em=ic960 ;;