aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1998-04-27 * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.Ian Lance Taylor2-0/+5
1998-04-27xIan Lance Taylor1-0/+1
1998-04-27 * emultempl/elf32.em (global_vercheck_needed): New file staticIan Lance Taylor1-0/+14
variable. (global_vercheck_failed): New file static variable. (gld${EMULATION_NAME}_after_open): Check for shared libraries twice, once with force set to 0 and once with it set to 1. (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter. Change all callers. (gld${EMULATION_NAME}_search_needed): Likewise. (gld${EMULATION_NAME}_try_needed): Likewise. If not force, check whether the libraries needs any incompatible versions. (gld${EMULATION_NAME}_vercheck): New static function.
1998-04-23If xgettext fails, make Sanitize failTom Tromey1-2/+2
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey1-0/+4
1998-04-22.Sanitize now re-computes gettext-related filesTom Tromey1-0/+22
1998-04-22 * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY whenIan Lance Taylor1-0/+7
invoking runtest. * Makefile.in: Rebuild.
1998-04-22 * lexsup.c (parse_args): Change -l options into --library optionsIan Lance Taylor1-2/+28
to avoid confusion between -li and -library.
1998-04-22fix gettext merge error on ld.info and ld.dviIan Lance Taylor2-6/+0
1998-04-22 * ld.texinfo (MEMORY): Clarify use of >REGION.Ian Lance Taylor2-8/+13
1998-04-22fix sanitization for gettext changesIan Lance Taylor4-26/+66
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey13-450/+2854
strings. * ld.h: Added gettext-related includes and defines. * ldmain.c: Call setlocale, bindtextdomain, textdomain. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. Use AM_PROG_LEX. (TDIRS): AC_SUBST early on, to avoid having value split when it happens to cross line 90 of the generated sed script. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (ld_new_LDADD): Added INTLLIBS. (ld_new_DEPENDENCIES): Added INTLDEPS. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 * ld.texinfo (Simple Example): Rewrite a few things as suggestedIan Lance Taylor2-16/+39
by Nick Clifton <nickc@cygnus.com>. (PROVIDE): Likewise.
1998-04-21Changes to conform to BFD coding conventions.Nick Clifton1-0/+15
1998-04-19 * ldlang.c (lang_one_common): Manipulate the section's cooked sizeRichard Henderson2-4/+9
rather than its raw size. pr 15650
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