aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2000-03-27ATMEL AVR microcontroller support.Alan Modra1-0/+40
2000-03-092000-03-09 Andreas Jaeger <aj@suse.de>H.J. Lu1-1/+1
* Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild.
2000-02-292000-02-29 H.J. Lu <hjl@gnu.org>H.J. Lu1-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.
2000-02-27rebuild with current toolsIan Lance Taylor1-3/+1
2000-02-26 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.Ian Lance Taylor1-9/+1
(ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild.
2000-02-24Add support for WinCE based toolchains.Nick Clifton1-0/+8
2000-02-23Add IBM 370 support.Alan Modra1-0/+4
1999-12-02Add arm-epoc-pe specific linker scriptNick Clifton1-1/+1
1999-09-14Add earm_epoc_pe.c build target.Nick Clifton1-0/+4
1999-09-12 * pe-dll.h: New file.Ian Lance Taylor1-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-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-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.
1999-09-02 * emulparams/elf64hppa.sh: New file.Jeff Law1-1/+5
* 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/+4
Add arm-netbsd target.
1999-08-09rebuild with patched automakeIan Lance Taylor1-1/+1
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1-19/+19
MKDEP. Rebuild dependencies. * Makefile.in: Rebuild.
1999-08-06 * emultempl/ostring.sed: Rename from stringify.sed.Ian Lance Taylor1-1/+5
* 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-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1-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-031999-08-03 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-7/+1
* Makefile.am (ALL_EMULATIONS): Remove ego32.o. (ego32.c): Remove. * Makefile.in: Rebuild.
1999-07-08 * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.Mark Mitchell1-2/+8
(eelf64bmip): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation. * emulparams/elf64bmip.sh: New file.
1999-07-02rebuildIan Lance Taylor1-0/+4
1999-06-18 * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.Richard Henderson1-26/+176
* 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-05-30Cort Dougan <cort@attis.cs.nmt.edu>Richard Henderson1-173/+28
* 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-1/+5
* 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-19 * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o andAndreas Schwab1-2/+2
earm26linux.o, add earmelf_linux.o and earmelf_linux26.o. * Makefile.in: Regenerated.
1999-05-07REstore mcore support (duh!)Nick Clifton1-0/+8
1999-05-06Remove traces of mcore.Nick Clifton1-8/+0
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1546