mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Make a generic VxWorks entry
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2003-10-29 Phil Edwards <phil@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
|
||||||
|
ppc-*-vxworks, ppc-*-windiss): Remove separate outdated stanzas.
|
||||||
|
(*-*-vxworks, *-*-windiss): Use common stanzas, all ELF.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2003-10-27 Kazu Hirata <kazu@cs.umass.edu>
|
2003-10-27 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* ChangeLog: Fix typos.
|
* ChangeLog: Fix typos.
|
||||||
|
7
gas/configure
vendored
7
gas/configure
vendored
@ -4053,7 +4053,6 @@ for this_target in $target $canon_targets ; do
|
|||||||
arm-*-wince) fmt=coff em=wince-pe ;;
|
arm-*-wince) fmt=coff em=wince-pe ;;
|
||||||
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
||||||
arm-*-riscix*) fmt=aout em=riscix ;;
|
arm-*-riscix*) fmt=aout em=riscix ;;
|
||||||
arm-*-vxworks) fmt=coff ;;
|
|
||||||
|
|
||||||
avr-*-*) fmt=elf ;;
|
avr-*-*) fmt=elf ;;
|
||||||
|
|
||||||
@ -4157,7 +4156,6 @@ _ACEOF
|
|||||||
i386-*-mingw32*) fmt=coff em=pe ;;
|
i386-*-mingw32*) fmt=coff em=pe ;;
|
||||||
i386-*-nto-qnx*) fmt=elf ;;
|
i386-*-nto-qnx*) fmt=elf ;;
|
||||||
i386-*-*nt*) fmt=coff em=pe ;;
|
i386-*-*nt*) fmt=coff em=pe ;;
|
||||||
i386-*-vxworks*) fmt=aout ;;
|
|
||||||
i386-*-chaos) fmt=elf ;;
|
i386-*-chaos) fmt=elf ;;
|
||||||
|
|
||||||
i860-*-*) fmt=elf endian=little
|
i860-*-*) fmt=elf endian=little
|
||||||
@ -4238,7 +4236,6 @@ echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
|
|||||||
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
|
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
|
||||||
mips-*-netbsd*) fmt=elf ;;
|
mips-*-netbsd*) fmt=elf ;;
|
||||||
mips-*-openbsd*) fmt=elf ;;
|
mips-*-openbsd*) fmt=elf ;;
|
||||||
mips-*-vxworks*) fmt=elf ;;
|
|
||||||
|
|
||||||
mmix-*-*) fmt=elf ;;
|
mmix-*-*) fmt=elf ;;
|
||||||
mn10200-*-*) fmt=elf ;;
|
mn10200-*-*) fmt=elf ;;
|
||||||
@ -4281,8 +4278,6 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
|
|||||||
ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;;
|
ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;;
|
||||||
ppc-*-netware*) fmt=elf em=ppcnw ;;
|
ppc-*-netware*) fmt=elf em=ppcnw ;;
|
||||||
ppc-**-nto*) fmt=elf ;;
|
ppc-**-nto*) fmt=elf ;;
|
||||||
ppc-*-vxworks*) fmt=elf ;;
|
|
||||||
ppc-*-windiss*) fmt=elf ;;
|
|
||||||
ppc-*-kaos*) fmt=elf ;;
|
ppc-*-kaos*) fmt=elf ;;
|
||||||
|
|
||||||
s390x-*-linux-gnu*) fmt=elf em=linux ;;
|
s390x-*-linux-gnu*) fmt=elf em=linux ;;
|
||||||
@ -4367,7 +4362,7 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
|
|||||||
*-*-sim) fmt=coff ;;
|
*-*-sim) fmt=coff ;;
|
||||||
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
|
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
|
||||||
*-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
|
*-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
|
||||||
*-*-vxworks) fmt=aout ;;
|
*-*-vxworks | *-*-windiss) fmt=elf ;;
|
||||||
*-*-netware) fmt=elf ;;
|
*-*-netware) fmt=elf ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -217,7 +217,6 @@ changequote([,])dnl
|
|||||||
arm-*-wince) fmt=coff em=wince-pe ;;
|
arm-*-wince) fmt=coff em=wince-pe ;;
|
||||||
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
||||||
arm-*-riscix*) fmt=aout em=riscix ;;
|
arm-*-riscix*) fmt=aout em=riscix ;;
|
||||||
arm-*-vxworks) fmt=coff ;;
|
|
||||||
|
|
||||||
avr-*-*) fmt=elf ;;
|
avr-*-*) fmt=elf ;;
|
||||||
|
|
||||||
@ -315,7 +314,6 @@ changequote([,])dnl
|
|||||||
i386-*-mingw32*) fmt=coff em=pe ;;
|
i386-*-mingw32*) fmt=coff em=pe ;;
|
||||||
i386-*-nto-qnx*) fmt=elf ;;
|
i386-*-nto-qnx*) fmt=elf ;;
|
||||||
i386-*-*nt*) fmt=coff em=pe ;;
|
i386-*-*nt*) fmt=coff em=pe ;;
|
||||||
i386-*-vxworks*) fmt=aout ;;
|
|
||||||
i386-*-chaos) fmt=elf ;;
|
i386-*-chaos) fmt=elf ;;
|
||||||
|
|
||||||
i860-*-*) fmt=elf endian=little
|
i860-*-*) fmt=elf endian=little
|
||||||
@ -393,7 +391,6 @@ changequote([,])dnl
|
|||||||
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
|
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
|
||||||
mips-*-netbsd*) fmt=elf ;;
|
mips-*-netbsd*) fmt=elf ;;
|
||||||
mips-*-openbsd*) fmt=elf ;;
|
mips-*-openbsd*) fmt=elf ;;
|
||||||
mips-*-vxworks*) fmt=elf ;;
|
|
||||||
|
|
||||||
mmix-*-*) fmt=elf ;;
|
mmix-*-*) fmt=elf ;;
|
||||||
mn10200-*-*) fmt=elf ;;
|
mn10200-*-*) fmt=elf ;;
|
||||||
@ -429,8 +426,6 @@ changequote([,])dnl
|
|||||||
ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;;
|
ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;;
|
||||||
ppc-*-netware*) fmt=elf em=ppcnw ;;
|
ppc-*-netware*) fmt=elf em=ppcnw ;;
|
||||||
ppc-**-nto*) fmt=elf ;;
|
ppc-**-nto*) fmt=elf ;;
|
||||||
ppc-*-vxworks*) fmt=elf ;;
|
|
||||||
ppc-*-windiss*) fmt=elf ;;
|
|
||||||
ppc-*-kaos*) fmt=elf ;;
|
ppc-*-kaos*) fmt=elf ;;
|
||||||
|
|
||||||
s390x-*-linux-gnu*) fmt=elf em=linux ;;
|
s390x-*-linux-gnu*) fmt=elf em=linux ;;
|
||||||
@ -515,7 +510,7 @@ changequote([,])dnl
|
|||||||
*-*-sim) fmt=coff ;;
|
*-*-sim) fmt=coff ;;
|
||||||
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
|
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
|
||||||
*-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
|
*-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
|
||||||
*-*-vxworks) fmt=aout ;;
|
*-*-vxworks | *-*-windiss) fmt=elf ;;
|
||||||
*-*-netware) fmt=elf ;;
|
*-*-netware) fmt=elf ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user