aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1998-04-07Tue Apr 7 13:35:29 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+6
* configure.in (TESTBFDLIB): New. Defined and substituted. * Makefile.am (TESTBFDLIB): Changed to @TESTBFDLIB@. * configure, Makefile.in: Rebuild.
1998-04-06 * Makefile.am (ld.info): Invoke makeinfo with -I options directlyIan Lance Taylor3-16/+24
rather than relying on default rule. Don't depend upon bfdsumm.texi. (ld.dvi): Likewise. (bfdsumm.texi): Remove target. (CLEANFILES): Take bfdsumm.texi out of value. * Makefile.in: Rebuild.
1998-04-05 * scripttempl/pe.sc: Use shell variables to avoid depending uponIan Lance Taylor1-0/+5
how $ is handled when expanding a shell substitution.
1998-04-03 * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.Ian Lance Taylor3-4/+8
(DISTCLEANFILES): Add site.exp and site.bak. * Makefile.in: Rebuild.
1998-04-03xIan Lance Taylor1-0/+6
1998-04-03 * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,Ian Lance Taylor4-12/+24
rather than in a shell variable and using AC_SUBST. * Makefile.am (DISTCLEANFILES): Remove ldscripts. Add tdirs. (distclean-local): New target. * configure, Makefile.in: Rebuild.
1998-04-03tweakIan Lance Taylor1-5/+6
1998-04-03tweakIan Lance Taylor1-8/+21
1998-04-03 * ld.texinfo: Completely rewrite linker script documentation.Ian Lance Taylor2-1449/+1731
1998-03-30 * configure.in: Set version to 2.9.1.Ian Lance Taylor2-200/+216
* configure: Rebuild.
1998-03-28 * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.Ian Lance Taylor3-3/+12
(mostlyclean-local): New target to remove tmpdir. * Makefile.in: Rebuild.
1998-03-28 Fix some gcc -Wall warnings:Ian Lance Taylor2-5/+45
* ldcref.c (output_cref): Add casts to avoid warnings. * ldfile.c (ldfile_add_arch): Likewise. * ldlang.c (lang_leave_overlay_section): Likewise. * lexsup.c (OPTION_COUNT): Likewise. (parse_args): Likewise. * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise. * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Likewise. * ldlang.c (lang_check): Initialize variables to avoid warnings. * ldwrite.c (build_link_order): Likewise. * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Likewise. * emultempl/armcoff.em (gld${EMULATION_NAME}_before_allocation): Remove unused variables.
1998-03-28 * Makefile.am (MOSTLYCLEANFILES): Correct name (wasIan Lance Taylor2-2/+2
MOSTCLEANFILES). * Makefile.in: Rebuild.
1998-03-27 * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): PutIan Lance Taylor1-0/+5
ARM code inside ifdef TARGET_IS_armpe.
1998-03-26Add interworking support for arm-pe/thumb-pe targets.Nick Clifton2-52/+129
1998-03-25 Based on patch from H.J. Lu <hjl@gnu.org>:Ian Lance Taylor3-61/+113
* Makefile.am (LDDISTSTUFF): New variable. (diststuff): New target. * Makefile.in: Rebuild.
1998-03-25 * scripttempl/pe.sc: Only include .idata\$[0-7] in .idata whenIan Lance Taylor2-6/+17
relocating.
1998-03-23Mon Mar 23 18:54:15 1998 Joel Sherrill <joel@OARcorp.com>Ian Lance Taylor1-0/+8
* configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF.
1998-03-19Thu Mar 19 14:54:45 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-34/+44
* scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy section to avoid copying certain data on fork. The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. The fix is to rename the section ".data_cygwin_nocopy" and explictly include it after __data_end__.
1998-03-18Add thumb-pe target.Nick Clifton1-0/+8
1998-03-03 * configure.tgt (mips*vr4320el-*-elf*,mips*vr4320-*-elf*): Added.Gavin Romig-Koch3-8/+49
1998-03-03Fix setting memory from default attributesMichael Meissner1-0/+5
1998-02-27Add eit_vb section supportMichael Meissner1-0/+8
1998-02-23 * emultempl/pe.em (sort_sections): Permit the wildcard to includeIan Lance Taylor1-0/+17
a trailing '*' when sorting grouped sections. * scripttempl/pe.sc: Include grouped sections using NAME\$*. Only include them when relocating.
1998-02-16fix 5900 in Makefile.amIan Lance Taylor1-1/+1
1998-02-13 * scripttempl/elf.sc: Align the _end symbol according to the ELFIan Lance Taylor1-0/+3
format size. From Gordon W. Ross <gwr@mc.com>.
1998-02-12 NetBSD patches from Gordon W. Ross <gwr@mc.com>:Ian Lance Taylor1-0/+5
* configure.host (alpha*-*-netbsd*): New host. * configure.tgt (alpha*-*-netbsd*, powerpc-*-netbsd*): New targets.
1998-02-12 * lexsup.c (help): Update bug-gnu-utils address.Ian Lance Taylor1-0/+11
* ld.texinfo (Bug Reporting): Likewise.
1998-02-10Tue Feb 10 16:17:20 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+4
* ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix.
1998-02-10 * Makefile.am (Makefile): Add target, for dependencies onIan Lance Taylor1-0/+7
configure.host and configure.tgt. * configure.host, configure.tgt: Change -linux* to -linux-gnu*. * Makefile.in: Rebuild.
1998-02-10 * Makefile.in (ALL_EMULATIONS): Add eelf32l5900.oJeff Law6-2/+56
(eelf32l5900.c): Add rule for building. * configure.tgt: Use r5900 specific emulation script. * emulparams/elf32l5900.sh: 5900 specific emulation script.
1998-02-10D10v memory map changed, update.Andrew Cagney1-0/+7
1998-02-07 * configure, aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-0/+4
1998-02-05 * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections.Ian Lance Taylor1-0/+3
From Thomas de Lellis <tdel@wrs.com>.
1998-02-05 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.Ian Lance Taylor4-143/+662
1998-02-04 * Makefile.am (ld_new_LDADD): Remove @LEXLIB@.Ian Lance Taylor3-2/+7
* Makefile.in: Rebuild.
1998-02-03Mon Feb 2 19:34:54 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor10-0/+141
Add tms320c30 support: * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets. * emulparams/tic30aout.sh: New file. * emulparams/tic30coff.sh: New file. * scripttempl/tic30aout.sc: New file. * scripttempl/tic30coff.sc: New file. * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and etic30coff.o. (etic30aout.c, etic30coff.c): New targets. * Makefile.in: Rebuild.
1998-02-02 * ld-scripts/phdrs.exp: Adjust phdrs_regexp for a 64 bit target.Ian Lance Taylor1-0/+13
1998-02-02 * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case toIan Lance Taylor2-1/+7
accept either ld.so or ld-linux.so.
1998-01-31 * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_nameDoug Evans3-4/+10
to transform. * Makefile.in: Regenerate.
1998-01-31Fri Jan 30 19:15:17 1998 Geoff Keating <geoffk@ozemail.com.au>Ian Lance Taylor2-0/+5
* scripttempl/elfppc.sc: Put .dynsbss in .sbss.
1998-01-30Fri Jan 30 11:43:49 1998 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor3-0/+17
* Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets. * Makefile.in: Rebuild.
1998-01-29Thu Jan 29 16:04:21 1998 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1-0/+11
* ldfile.c (slash): Set to backslash if _WIN32 but not __CYGWIN32__. (ldfile_open_file_search): If __MSDOS__ or _WIN32, accept a leading backslash or a leading x: as an absolute path. (ldfile_find_command_file): Use slash rather than / when generating name to try. * lexsup.c (PATH_SEPARATOR): Define. (set_default_dirlist): Use PATH_SEPARATOR rather than ':'.
1998-01-28* emulparams/elf64_sparc.sh (ELFSIZE): 64Richard Henderson1-0/+6
(TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later. (DATA_PLT): Needed by v9 abi.
1998-01-28spacing fixIan Lance Taylor1-1/+1
1998-01-28Wed Jan 28 16:37:27 1998 J.J. van der Heijden ↵Ian Lance Taylor2-2/+7
<J.J.vanderHeijden@student.utwente.nl> * configure.tgt (i[3456]86-*-mingw32*): New entry.
1998-01-28 * scripttempl/elf.sc: Only include linkonce sections in finalIan Lance Taylor1-0/+5
sections when relocating.
1998-01-28 * ld.texinfo (Options): Add a brief description of the types ofIan Lance Taylor1-0/+3
information included in a link map.
1998-01-28 * configure.tgt (dvp-*-*): Recognize.Doug Evans3-12/+11
1998-01-28delete txvu stuff, building mips files nowDoug Evans2-10/+0