summaryrefslogtreecommitdiff
path: root/ld/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,Hans-Peter Nilsson2000-07-201-12/+24
| | | | | | | | | | | 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.
* hppaelf.em: Merge from elf32.em and implement multiple linker stubs.Alan Modra2000-07-091-25/+26
| | | | | Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o configure.tgt: targ_emul=hppalinux for hppa*linux
* 2000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-021-0/+4
| | | | | | | * configure.tgt: Add traditional mips (mips*-*-sysv4*) target. * emulparams/elf32btsmip.sh: New file. * Makefile.am: Add traditional mips target. * Makefile.in: Rebuild.
* 2000-07-01 H.J. Lu <hjl@gnu.org>H.J. Lu2000-07-011-0/+3
| | | | | | * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild.
* Fix 2000-06-22. grep after running dep.sedAlan Modra2000-07-011-4/+5
|
* Ensure /usr/include and the like stay out of dependencies.Alan Modra2000-06-221-2/+6
|
* 2000-06-21 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-221-70/+64
| | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild.
* 2000-06-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-201-64/+70
| | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild.
* tic54x/ibmc54xdsp target for ld.Timothy Wall2000-06-201-0/+4
|
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-0/+16
| | | | for m68hc11 and m68hc12 processors.
* Update dependencies.Alan Modra2000-05-261-3/+4
|
* * Makefile.am: Add PA64 support. Add missing dependencies forJeff Law2000-04-251-0/+11
| | | | | | PA32 elf support. * Makefile.in: Rebuilt. * configure.tgt: Add PA64 support (currently disabled).
* IA-64 ELF support.Jim Wilson2000-04-211-0/+4
|
* * scripttempl/elfppc.sc: Remove.Geoffrey Keating2000-04-141-3/+11
| | | | | | | | | | | | * 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.
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-0/+3
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-41/+44
|
* ATMEL AVR microcontroller support.Alan Modra2000-03-271-0/+40
|
* 2000-03-09 Andreas Jaeger <aj@suse.de>H.J. Lu2000-03-091-1/+1
| | | | | * Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild.
* 2000-02-29 H.J. Lu <hjl@gnu.org>H.J. Lu2000-02-291-5/+6
| | | | | | | | * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". Set LC_COLLATE and LC_ALL to null and export them. It is for sort which expects the C locale. Add $(LIBS) to all $(HOSTING_LIBS). * Makefile.in: Rebuild.
* * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.Ian Lance Taylor2000-02-261-9/+1
| | | | | | (ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild.
* Add support for WinCE based toolchains.Nick Clifton2000-02-241-0/+8
|
* Add IBM 370 support.Alan Modra2000-02-231-0/+4
|
* Add arm-epoc-pe specific linker scriptNick Clifton1999-12-021-1/+1
|
* Add earm_epoc_pe.c build target.Nick Clifton1999-09-221-0/+4
|
* * pe-dll.h: New file.Ian Lance Taylor1999-09-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | * pe-dll.c: Include "pe-dll.h". Mark unused arguments as needed to avoid warnings. (edata_sz, reloc_sz): Change from int to size_t. (pe_details_type): Change type of imagebase_reloc from int to unsigned int. (pe_detail_list): Fully initialize last entry. (pe_dll_id_target): Change parameter to const. (pe_dll_generate_def_file): Likewise. (pe_dll_generate_implib): Likewise. (pe_implied_import_dll): Likewise. Change dll_name to const. * emultempl/pe.em: Include "pe-dll.h". Remove declarations now in pe-dll.h. (init): Fully initialize __dll__ entry. (gld_${EMULATION_NAME}_after_open): Remove unused variables sequence, elt, and i. * deffile.h: Add preprocessor guard. * deffilep.y (def_debug): Remove. * Makefile.am: Rebuild dependencies. (HFILES): Add pe-dll.h.
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-041-0/+8
| | | | | | | | | | * 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.
* * emulparams/elf64hppa.sh: New file.Jeff Law1999-09-021-1/+5
| | | | | | | * configure.tgt (hppa*w-*-*): Use elf64hppa emulation. * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o (eelf64hppa.c): Add dependencies. * Makefile.in: Rebuilt.
* Patch from Roland McGrath <roland@baalperazim.frob.com>Nick Clifton1999-08-241-0/+4
| | | | Add arm-netbsd target.
* * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1999-08-081-19/+19
| | | | | MKDEP. Rebuild dependencies. * Makefile.in: Rebuild.
* * emultempl/ostring.sed: Rename from stringify.sed.Ian Lance Taylor1999-08-061-1/+4
| | | | | | | | | | | | | | | | * emultempl/astring.sed: New file. * Makefile.am (stringify.sed): New target. (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to stringify.sed. * configure.in: Define and substitute STRINGIFY. * emultempl/*.em: Use stringify.sed from build directory rather than source directory. * emultempl/elf32.em: Use stringify.sed rather than inline sed script. * emultempl/gld960.em, emultempl/gld960c.em: Likewise. * emultempl/hppaelf.em, emultempl/linux.em: Likewise. * emultempl/lnk960.em, emultempl/sunos.em: Likewise. * configure, Makefile.in: Rebuild.
* 1999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1999-08-051-2/+6
| | | | | | | | | | | | | | | * 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-08-03 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1999-08-031-4/+0
| | | | | | * Makefile.am (ALL_EMULATIONS): Remove ego32.o. (ego32.c): Remove. * Makefile.in: Rebuild.
* * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.Mark Mitchell1999-07-081-1/+5
| | | | | | | (eelf64bmip): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation. * emulparams/elf64bmip.sh: New file.
* * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.Mark Mitchell1999-06-301-0/+4
| | | | | | | | (eelf32bmipn32.c): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Make n32 the default emulation. * emulparams/elf32bmipn32.sh: New file.
* * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.Richard Henderson1999-06-181-1/+1
| | | | | | | * 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.
* Cort Dougan <cort@attis.cs.nmt.edu>Richard Henderson1999-05-301-0/+4
| | | | | | * Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o. * configure.tgt (powerpc-*-linux-gnu): Use it. * emulparams/elf32ppclinux.sh: New file.
* 1999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1999-05-271-0/+4
| | | | | | | | * 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.
* * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o andAndreas Schwab1999-05-191-2/+2
| | | | | earm26linux.o, add earmelf_linux.o and earmelf_linux26.o. * Makefile.in: Regenerated.
* REstore mcore support (duh!)Nick Clifton1999-05-071-0/+8
|
* Remove traces of mcore.Nick Clifton1999-05-061-8/+0
|
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+863