aboutsummaryrefslogtreecommitdiff
path: root/ld/config
AgeCommit message (Collapse)AuthorFilesLines
1994-01-14 Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (PhilippeIan Lance Taylor1-0/+1
De Muyter). * configure.in (m68k-motorola-sysv*) New target. * config/delta68.mt: New file. * emulparams/delta68.sh: New file. * scripttempl/delta68.sc: New file. * Makefile.in (ALL_EMULATIONS): Added em_delta68.o. (em_delta68.c): New target.
1994-01-04Add vsta.mt and vsta.sh.Rob Savoye1-0/+1
1994-01-01Support for VSTa micro-kernel.Rob Savoye1-0/+1
1993-12-27 * config/i386-linux.mt: delete ".sh" from genscripts argumentMark Eichin1-1/+1
(change made to genscripts on July 21...) This is all it took for linux-native ld to build. It isn't necessarily useful, particularly as gcc is still configured to pass -m486 and -dll-verbose, which this ld doesn't parse...
1993-12-01New file for bare sparc-coff support.Ken Raeburn1-0/+1
1993-11-01Keep Lynx fileStan Shebs1-0/+1
1993-10-29mach 386 changesDavid MacKenzie1-0/+1
1993-10-29testDavid MacKenzie1-0/+1
1993-10-29Sparc Lynx supportStan Shebs1-0/+2
1993-10-19 * configure.in (alpha-*-osf*): New target; use alpha.mt.Ian Lance Taylor1-0/+2
* Makefile.in (ALL_EMULATIONS): Added em_alpha.o. (em_alpha.c): New target; use alpha.sh and alpha.sc. * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define. * config/alpha.mt: New file. * emulparams/alpha.sh: New file. * scripttempl/alpha.sc: New file.
1993-10-19New files for Alpha linker.Ian Lance Taylor2-0/+2
1993-10-12mipsb-elf32.mt: New configuration file for big endian MIPS ELF.Ian Lance Taylor2-0/+2
1993-10-08Use both h8300 emulations.Steve Chamberlain1-0/+1
1993-09-28Lynx supportStan Shebs3-0/+6
1993-09-23 * config/solaris2.mh: New file. Define HOSTING_CRT0 andIan Lance Taylor2-0/+4
HOSTING_LIBS for testing.
1993-09-17Add i386 SVR4 configuration files that I couldn't add remotely. SeeIan Lance Taylor3-0/+6
ChangeLog.
1993-09-12Add EMUL=h8300h.David Edelsohn1-0/+6
1993-08-18keep i386-linux.hDavid D. Zuhn1-0/+1
1993-08-11 * config/i386v.mh, config/irix4.mh: Use gccIan Lance Taylor2-2/+2
-print-libgcc-file-name rather than $(libdir)/libgcc.a.
1993-08-11 * config/i386sco.mh: New file; copy of i386v.mh to correspond toIan Lance Taylor2-0/+5
bfd/configure.host change.
1993-07-26renaming elf emulparams files to work with current emulation handling codeKen Raeburn2-4/+4
1993-07-26Pass emulation name without ".sh".Ken Raeburn1-1/+1
1993-07-20change linux to use OTHER_EMULATIONSMark Eichin1-0/+4
1993-07-19add linux support (may not work yet, just cloned from i386-aout)Mark Eichin1-0/+1
1993-07-16h8/300h supportDavid Edelsohn1-0/+1
1993-07-12Solaris 2 configuration; sparc64 sanitization.Ken Raeburn2-0/+21
1993-07-08initial v9 stuffKen Raeburn1-0/+5
1993-07-05 * config/hp300hpux.mt: Use emulation hp3hpux rather thanIan Lance Taylor1-1/+1
hp300hpux, since the latter does not exist.
1993-07-02h8500hms -> h8500Steve Chamberlain1-1/+1
1993-07-01h8300hms -> h8300David Edelsohn1-1/+1
1993-06-30alpha-osf.mh -> alphaosf.mhDavid Edelsohn1-1/+1
1993-06-04Support for Alpha.Steve Chamberlain2-0/+3
1993-06-04 * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.Ian Lance Taylor2-0/+2
(mips-idt-ecoff*): Added trailing '*'. * config/mips-idtl.mt: New file; use EMUL of mipsidtl. * mipsidtl.sh: New file; like mipsidt.sh, but little endian. * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
1993-06-04 * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete andIan Lance Taylor1-2/+0
incorrect definitions.
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-05-25 * Makefile.in: configure looks for ####, so remove lines with manyIan Lance Taylor3-0/+9
'#' characters. * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0 and HOSTING_LIBS correctly so that ``make check'' will work.
1993-05-06keep new files; get rid of trailing spaces after sh-support file namesKen Raeburn1-0/+3
1993-05-05hppaosf host & target makefile fragsKen Raeburn2-0/+4
1993-05-04 * config/vax.mt: Support VAX Ultrix and BSD.Per Bothner2-0/+2
1993-04-28changes for hp300hpux -- won't be enabled until bfd work is doneKen Raeburn1-0/+1
1993-04-27sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.Steve Chamberlain2-0/+3
1993-04-09Support for the H8/500Steve Chamberlain2-0/+2
1993-03-04 * mips.sc-sh: Added variables which may be overridden by aIan Lance Taylor2-0/+2
specific emulation. * mipsidt.sh: New file; emulation for IDT MIPS board. * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. * config/mips-idt.mt: New file; sets EMUL to mipsidt. * configure.in (mips-idt-ecoff): New target; uses mips-idt.
1993-02-28mips-bsd and 386bsd supportKen Raeburn3-0/+4
1993-02-13keep everything that's present nowDavid D. Zuhn1-16/+11
1993-02-03Keep forgetting those .Sanitize files.Ian Lance Taylor1-0/+1
1993-02-03Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+1
* mipsbig.sh: New file. Big endian MIPS emulation. * config/mips-big.mt: New file. Use mipsbig emulation. * configure.in (mips-sgi-irix*): Use target mips-big. * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o. (em_mipsbig.c): New target. Uses mipsbig.sh.
1993-01-22Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-0/+2
* mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF targets, linker script. * mipslit.sh: New file. Little endian MIPS emulation. * config/mips-lit.mt: New file. Use mipslit emulation. * configure.in (mips-dec-ultrix*): Use target mips-lit. * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o. (em_mipslit.c): New target. Uses mipslit.sh.
1993-01-09fix default emulations for nindy and sparc-vxworksDavid D. Zuhn1-0/+0
1992-12-08recording file deathK. Richard Pixley17-81/+0