aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
AgeCommit message (Collapse)AuthorFilesLines
2000-09-07* configure.tgt (sh-*-linux*): Added.Alexandre Oliva1-0/+4
* Makefile.am: Added eshelf_linux and eshlelf_linux. * Makefile.in: Rebuilt. * emulparams/shelf_linux.sh: New file. * emulparams/shlelf_linux.sh: New file.
2000-08-102000-08-10 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+2
* emulparams/elf32_i860.sh: New file. * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}. * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o. (eelf32_i860.c): New rule. * Makefile.in: Regenerate.
2000-08-03Select elf for Unixware 7 (ix86-*-sysv5*)Alan Modra1-1/+1
2000-07-20 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,Hans-Peter Nilsson1-0/+3
ecrislinux.o. (ecrisaout.c, ecriself.c, ecrislinux.c): New rules. Regenerate dependencies. * Makefile.in: Rebuild. * configure.tgt (cris-*-*): New target. * emulparams/crisaout.sh, emulparams/criself.sh, emulparams/crislinux.sh, scripttempl/crisaout.sc: New files. * po/POTFILES.in, po/ld.pot: Regenerate.
2000-07-10Warning fix and remove extraneous hppa*-*-linux-gnu*.Alan Modra1-1/+0
2000-07-09hppaelf.em: Merge from elf32.em and implement multiple linker stubs.Alan Modra1-0/+1
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o configure.tgt: targ_emul=hppalinux for hppa*linux
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson1-0/+1
* configure.tgt: Add traditional mips (mips*-*-sysv4*) target. * emulparams/elf32btsmip.sh: New file. * Makefile.am: Add traditional mips target. * Makefile.in: Rebuild.
2000-06-20tic54x/ibmc54xdsp target for ld.Timothy Wall1-0/+1
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-1/+5
for m68hc11 and m68hc12 processors.
2000-05-18 * configure.tgt (hppa*64*-*-*): Enable PA64 target.Jeff Law1-1/+1
2000-04-25 * Makefile.am: Add PA64 support. Add missing dependencies forJeff Law1-1/+1
PA32 elf support. * Makefile.in: Rebuilt. * configure.tgt: Add PA64 support (currently disabled).
2000-04-21 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.Jeff Law1-0/+2
2000-04-21IA-64 ELF support.Jim Wilson1-0/+2
2000-04-14* scripttempl/elfppc.sc: Remove.Geoffrey Keating1-3/+4
* emulparams/elf32ppc.sh: Use elf.sc. * emulparams/elf32lppc.sh: Use elf.sc. * emulparams/elf32ppclinux.sh: Use elf.sc. * emulparams/elf32ppcsim.sh: New file. * emulparams/elf32lppcsim.sh: New file. * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim. (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim. * Makefile.in: Regenerate. * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2000-03-27ATMEL AVR microcontroller support.Alan Modra1-0/+2
2000-03-02 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.Ian Lance Taylor1-3/+0
2000-02-25* configure.tgt (targ_extra_ofiles): Enable elf64_sparc onAlexandre Oliva1-1/+2
GNU/Linux/sparc, but keep the default as 32.
2000-02-25* configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And makeAlexandre Oliva1-0/+13
it default if sparcv9 or sparc64.
2000-02-24Add support for WinCE based toolchains.Nick Clifton1-0/+6
2000-02-23Add IBM 370 support.Alan Modra1-0/+2
2000-01-10Add arm-conix targetNick Clifton1-0/+1
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-0/+2
* configure.tgt (pjl-*-*, pj-*-*): New targets. * emulparams/pjelf.sh: New file. * emulparams/pjlelf.sh: New file. * scripttempl/pj.sc: New file. * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o. (epjelf.o, epjlelf.o): New targets. * Makefile.in: Rebuild.
1999-09-02 * emulparams/elf64hppa.sh: New file.Jeff Law1-0/+1
* configure.tgt (hppa*w-*-*): Use elf64hppa emulation. * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o (eelf64hppa.c): Add dependencies. * Makefile.in: Rebuilt.
1999-08-24Patch from Roland McGrath <roland@baalperazim.frob.com>Nick Clifton1-0/+1
Add arm-netbsd target.
1999-08-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1-0/+2
* emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and INITIAL_SYMBOL_CHAQR. * emulparams/i386pe_posix.sh: New file. * Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. (ALL_EMULATIONS): Add ei386pe_posix.o. (ei386pe_posix.c): New target. * configure.tgt (i[3456]86-*-interix*): New target. * configure.host (i[3456]86-pc-interix*): New host. * Makefile.in: Rebuild.
1999-07-22Philip Blundell <pb@nexus.co.uk>Nick Clifton1-2/+4
* emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define. (OTHER_BSS_SYMBOLS, OTHER_BSS_END_SYMBOLS): Likewise. * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Define. * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*, thumb-*-linux-gnu*): New targets.
1999-07-221999-07-21 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+2
* configure.tgt (mips*el-*-vxworks*): New target. 1999-07-21 Brad M. Garcia <bgarcia@fore.com> * configure.tgt (i[3456]86-*-vxworks*): New target.
1999-07-08 * configure.tgt (hppa*-linux-gnu*): New target.Jeff Law1-0/+1
1999-07-08 * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.Mark Mitchell1-1/+1
(eelf64bmip): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation. * emulparams/elf64bmip.sh: New file.
1999-06-30 * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.Mark Mitchell1-1/+4
(eelf32bmipn32.c): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Make n32 the default emulation. * emulparams/elf32bmipn32.sh: New file.
1999-06-18 * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.Richard Henderson1-1/+3
* configure.in (all_emuls): Add targ_extra_libpath. (all_libpath, EMULATION_LIBPATH): Define. * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath. * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
1999-06-121999-06-12 David O'Brien <obrien@freebsd.org>Ian Lance Taylor1-2/+3
* configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF.
1999-05-30Cort Dougan <cort@attis.cs.nmt.edu>Richard Henderson1-1/+2
* Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o. * configure.tgt (powerpc-*-linux-gnu): Use it. * emulparams/elf32ppclinux.sh: New file.
1999-05-271999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1-0/+1
* configure.tgt (i960-*-elf*): New target. * emulparams/elf32_i960.sh: New file. * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o. (eelf32_i960.c): New target. * Makefile.in: Rebuild.
1999-05-13Joel Sherrill (joel@OARcorp.com)Richard Henderson1-1/+5
* configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets. (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
1999-05-07REstore mcore support (duh!)Nick Clifton1-0/+3
1999-05-06Remove traces of mcore.Nick Clifton1-3/+0
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+249