Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-04-27 | * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf. | Ian Lance Taylor | 2 | -0/+5 | |
1998-04-27 | x | Ian Lance Taylor | 1 | -0/+1 | |
1998-04-27 | * emultempl/elf32.em (global_vercheck_needed): New file static | Ian Lance Taylor | 1 | -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-23 | If xgettext fails, make Sanitize fail | Tom Tromey | 1 | -2/+2 | |
1998-04-22 | * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir). | Tom Tromey | 1 | -0/+4 | |
1998-04-22 | .Sanitize now re-computes gettext-related files | Tom Tromey | 1 | -0/+22 | |
1998-04-22 | * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when | Ian Lance Taylor | 1 | -0/+7 | |
invoking runtest. * Makefile.in: Rebuild. | |||||
1998-04-22 | * lexsup.c (parse_args): Change -l options into --library options | Ian Lance Taylor | 1 | -2/+28 | |
to avoid confusion between -li and -library. | |||||
1998-04-22 | fix gettext merge error on ld.info and ld.dvi | Ian Lance Taylor | 2 | -6/+0 | |
1998-04-22 | * ld.texinfo (MEMORY): Clarify use of >REGION. | Ian Lance Taylor | 2 | -8/+13 | |
1998-04-22 | fix sanitization for gettext changes | Ian Lance Taylor | 4 | -26/+66 | |
1998-04-22 | * Many files: Added gettext invocations around user-visible | Tom Tromey | 13 | -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 suggested | Ian Lance Taylor | 2 | -16/+39 | |
by Nick Clifton <nickc@cygnus.com>. (PROVIDE): Likewise. | |||||
1998-04-21 | Changes to conform to BFD coding conventions. | Nick Clifton | 1 | -0/+15 | |
1998-04-19 | * ldlang.c (lang_one_common): Manipulate the section's cooked size | Richard Henderson | 2 | -4/+9 | |
rather than its raw size. pr 15650 | |||||
1998-04-07 | Tue Apr 7 13:35:29 1998 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 1 | -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 directly | Ian Lance Taylor | 3 | -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 upon | Ian Lance Taylor | 1 | -0/+5 | |
how $ is handled when expanding a shell substitution. | |||||
1998-04-03 | * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum. | Ian Lance Taylor | 3 | -4/+8 | |
(DISTCLEANFILES): Add site.exp and site.bak. * Makefile.in: Rebuild. | |||||
1998-04-03 | x | Ian Lance Taylor | 1 | -0/+6 | |
1998-04-03 | * configure.in: Put the tdirs in a file and use AC_SUBST_FILE, | Ian Lance Taylor | 4 | -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-03 | tweak | Ian Lance Taylor | 1 | -5/+6 | |
1998-04-03 | tweak | Ian Lance Taylor | 1 | -8/+21 | |
1998-04-03 | * ld.texinfo: Completely rewrite linker script documentation. | Ian Lance Taylor | 2 | -1449/+1731 | |
1998-03-30 | * configure.in: Set version to 2.9.1. | Ian Lance Taylor | 2 | -200/+216 | |
* configure: Rebuild. | |||||
1998-03-28 | * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir. | Ian Lance Taylor | 3 | -3/+12 | |
(mostlyclean-local): New target to remove tmpdir. * Makefile.in: Rebuild. | |||||
1998-03-28 | Fix some gcc -Wall warnings: | Ian Lance Taylor | 2 | -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 (was | Ian Lance Taylor | 2 | -2/+2 | |
MOSTCLEANFILES). * Makefile.in: Rebuild. | |||||
1998-03-27 | * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Put | Ian Lance Taylor | 1 | -0/+5 | |
ARM code inside ifdef TARGET_IS_armpe. | |||||
1998-03-26 | Add interworking support for arm-pe/thumb-pe targets. | Nick Clifton | 2 | -52/+129 | |
1998-03-25 | Based on patch from H.J. Lu <hjl@gnu.org>: | Ian Lance Taylor | 3 | -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 when | Ian Lance Taylor | 2 | -6/+17 | |
relocating. | |||||
1998-03-23 | Mon Mar 23 18:54:15 1998 Joel Sherrill <joel@OARcorp.com> | Ian Lance Taylor | 1 | -0/+8 | |
* configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF. | |||||
1998-03-19 | Thu Mar 19 14:54:45 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 2 | -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-18 | Add thumb-pe target. | Nick Clifton | 1 | -0/+8 | |
1998-03-03 | * configure.tgt (mips*vr4320el-*-elf*,mips*vr4320-*-elf*): Added. | Gavin Romig-Koch | 3 | -8/+49 | |
1998-03-03 | Fix setting memory from default attributes | Michael Meissner | 1 | -0/+5 | |
1998-02-27 | Add eit_vb section support | Michael Meissner | 1 | -0/+8 | |
1998-02-23 | * emultempl/pe.em (sort_sections): Permit the wildcard to include | Ian Lance Taylor | 1 | -0/+17 | |
a trailing '*' when sorting grouped sections. * scripttempl/pe.sc: Include grouped sections using NAME\$*. Only include them when relocating. | |||||
1998-02-16 | fix 5900 in Makefile.am | Ian Lance Taylor | 1 | -1/+1 | |
1998-02-13 | * scripttempl/elf.sc: Align the _end symbol according to the ELF | Ian Lance Taylor | 1 | -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 Taylor | 1 | -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 Taylor | 1 | -0/+11 | |
* ld.texinfo (Bug Reporting): Likewise. | |||||
1998-02-10 | Tue Feb 10 16:17:20 1998 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 1 | -0/+4 | |
* ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix. | |||||
1998-02-10 | * Makefile.am (Makefile): Add target, for dependencies on | Ian Lance Taylor | 1 | -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.o | Jeff Law | 6 | -2/+56 | |
(eelf32l5900.c): Add rule for building. * configure.tgt: Use r5900 specific emulation script. * emulparams/elf32l5900.sh: 5900 specific emulation script. | |||||
1998-02-10 | D10v memory map changed, update. | Andrew Cagney | 1 | -0/+7 | |
1998-02-07 | * configure, aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 1 | -0/+4 | |
1998-02-05 | * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections. | Ian Lance Taylor | 1 | -0/+3 | |
From Thomas de Lellis <tdel@wrs.com>. | |||||
1998-02-05 | * configure, Makefile.in, aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 4 | -143/+662 | |