aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
AgeCommit message (Collapse)AuthorFilesLines
1994-03-30 * i386dynix.c, config/i386-dynix.mt: New files, handling DynixPeter Schauer1-0/+1
variant of a.out. * configure.in, config.bfd: Use them for Dynix. * Makefile.in: Add dependencies for i386dynix.o. * targets.c: Add definition for i386dynix_vec.
1994-03-28 * config.bfd (powerpc-*-aix*): New target; use rs6000.mt.Ian Lance Taylor1-0/+6
1994-02-16Support i960 vxworks versions > 5.0 with coff, not bout. Default with noKen Raeburn1-4/+14
version number is still bout. Support explicit i960-coff target too.
1993-12-01handle sparc*-*-coff*Ken Raeburn1-0/+1
1993-12-01 * config.bfd: Don't set target64 here, as the setting is ignored.Ian Lance Taylor1-4/+4
* configure.in (ecoffalpha_little_vec): Set target64.
1993-11-17Two more files in BFD updated for NetWARE/SPARC.Sean Eric Fagan1-3/+3
1993-11-02* config.bfd: Use bigmips for mips*-*-bsd*.Jim Kingdon1-1/+1
1993-11-01* config.bfd: Use m68k-elf for m68*-*-sysv4*.Jim Kingdon1-12/+13
1993-10-22* config.bfd: Use bigmips for mips-sony-bsd*.Jim Kingdon1-0/+1
1993-10-22* configure.host, config.bfd: Add * to end of all OS names.Jim Kingdon1-17/+18
1993-10-05 * configure.host: Recognize hppa*-*-hiux* (currently synonym for hpux).Jim Kingdon1-1/+4
Change other hppa entries to use -*- not -hp-. * config.bfd: Recognize hppa*-*-hiux* (currently synonym for hpux).
1993-09-22* Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o.Stu Grossman1-4/+2
* bfd-in2.h (tdata): Add lynx_core_data; * config.bfd configure.host: Get rid of superfluous netbsd and lynxos entries. * configure.in: Add lynx-core.o to Lynx config. * i386lynx.c: Add defs for core file support. * lynx-core.c: New file with Lynx core file support. * hosts/i386lynx.h: Move lots of host specific includes to here. Add def of HOST_LYNX. Remove unnecessary defs.
1993-09-12 * config.bfd: Recognize i[34]86-*-solaris2* specifically ratherJim Kingdon1-0/+1
than using *-*-solaris2* (i486-unknown-solaris2 is i386-elf, not i486-elf which doesn't exist).
1993-09-10 * config.bfd (i[34]86-*-netbsd*): New target; use i386-netbsd.Ian Lance Taylor1-0/+2
* configure.in: Remove bogus netbsd386 handling.
1993-08-23Add support for netbsd386 (almost-but-not-quite 386bsd).Sean Eric Fagan1-0/+1
1993-08-21 * config/m88k-elf.mt: New file.Jim Kingdon1-0/+1
* config.bfd: Use it for m88*-*-sysv4*.
1993-08-20 * config.bfd (mips-*-elfl*, mips-*-elf*): New targets, usingIan Lance Taylor1-0/+6
mipslelf and mipsbelf respectively. * config/mipslelf.mt, config/mipsbelf.mt: New files. * elf32-mips.c: Added some reloc information. * configure.in: Fixed error message.
1993-08-17Tue Aug 17 09:42:16 1993 David J. Mackenzie (djm@thepub.cygnus.com)David MacKenzie1-0/+106
* config.bfd (cpu): Extract from canonical name with sed. * configure.in: Don't pass it.