This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add/update VxWorks targets for gas


The new targets recently added to GCC also require corresponding changes in
binutils.  This is the patch and changelog for the gas directory.  (I do not
have write access.  Also, while I've regenerated configure here, whoever
does the commit will need to regen it there.)


2003-10-23 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.


Index: configure.in =================================================================== RCS file: /home/pme/Repositories/srctree/src/gas/configure.in,v retrieving revision 1.142 diff -u -p -c -r1.142 configure.in cvs diff: conflicting specifications of output style *** configure.in 16 Oct 2003 13:16:26 -0000 1.142 --- configure.in 23 Oct 2003 22:06:17 -0000 *************** changequote([,])dnl *** 217,223 **** arm-*-wince) fmt=coff em=wince-pe ;; arm-*-pe | thumb-*-pe) fmt=coff em=pe ;; arm-*-riscix*) fmt=aout em=riscix ;; - arm-*-vxworks) fmt=coff ;;

avr-*-*) fmt=elf ;;

--- 217,222 ----
*************** changequote([,])dnl
*** 315,321 ****
        i386-*-mingw32*)			fmt=coff em=pe ;;
        i386-*-nto-qnx*)			fmt=elf ;;
        i386-*-*nt*)			fmt=coff em=pe ;;
-       i386-*-vxworks*)			fmt=aout ;;
        i386-*-chaos)			fmt=elf ;;

        i860-*-*)				fmt=elf endian=little
--- 314,319 ----
*************** changequote([,])dnl
*** 393,399 ****
        mips-*-elf* | mips-*-rtems*)	fmt=elf ;;
        mips-*-netbsd*)			fmt=elf ;;
        mips-*-openbsd*)			fmt=elf ;;
-       mips-*-vxworks*)			fmt=elf ;;

        mmix-*-*)				fmt=elf ;;
        mn10200-*-*)			fmt=elf ;;
--- 391,396 ----
*************** changequote([,])dnl
*** 429,436 ****
        ppc-*-macos* | ppc-*-mpw*)	fmt=coff em=macos ;;
        ppc-*-netware*)			fmt=elf em=ppcnw ;;
        ppc-**-nto*)			fmt=elf ;;
-       ppc-*-vxworks*)			fmt=elf ;;
-       ppc-*-windiss*)			fmt=elf ;;
        ppc-*-kaos*)			fmt=elf ;;

        s390x-*-linux-gnu*)		fmt=elf em=linux ;;
--- 426,431 ----
*************** changequote([,])dnl
*** 515,521 ****
        *-*-sim)				fmt=coff ;;
        *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
        *-*-aros*)				fmt=elf em=linux bfd_gas=yes ;;
!       *-*-vxworks)			fmt=aout ;;
        *-*-netware)			fmt=elf ;;
      esac

--- 510,516 ----
        *-*-sim)				fmt=coff ;;
        *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
        *-*-aros*)				fmt=elf em=linux bfd_gas=yes ;;
!       *-*-vxworks | *-*-windiss)	fmt=elf ;;
        *-*-netware)			fmt=elf ;;
      esac



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]