Browse Source

1999-07-21 Brad M. Garcia <bgarcia@fore.com>

* configure.in (i386-*-vxworks*): New target.
	* configure: Rebuild.
gdb-premipsmulti-2000-06-06-branch
Ian Lance Taylor 27 years ago
parent
commit
29fe79d3a8
  1. 5
      gas/ChangeLog
  2. 333
      gas/configure
  3. 1
      gas/configure.in

5
gas/ChangeLog

@ -1,3 +1,8 @@
1999-07-21 Brad M. Garcia <bgarcia@fore.com>
* configure.in (i386-*-vxworks*): New target.
* configure: Rebuild.
1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
* doc/c-sparc.texi: Document .register and .nword pseudo-ops.

333
gas/configure

File diff suppressed because it is too large

1
gas/configure.in

@ -203,6 +203,7 @@ changequote([,])dnl
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-*nt*) fmt=coff em=pe ;;
i386-*-vxworks*) fmt=aout ;;
i960-*-bout) fmt=bout ;;
i960-*-coff) fmt=coff em=ic960 ;;
i960-*-rtems*) fmt=coff em=ic960 ;;

Loading…
Cancel
Save