aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1998-06-13 * scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.Doug Evans2-3/+17
* emulparams/m32relf.sh (INPUT_FILES): Define. (OTHER_RELOCATING_SECTIONS): Change top of stack to 8MB.
1998-06-12 * Makefile.am (HFILES): Remove config.h.Ian Lance Taylor3-8/+30
(EMULATION_OFILES, POTFILES): Move patch of May 14 from Makefile.in to Makefile.am. (earmcoff.c): Depend upon armcoff.em, not generic.em. * po/Make-in (all-yes): Correct misspelling in $(PACKAGE). ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT). * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
1998-06-12 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.Tom Tromey2-3/+9
($(PACKAGE).pot): Unconditionally depend on POTFILES.
1998-06-09Make 'send' be CONST char * to avoid compiler warning.Nick Clifton1-0/+5
1998-06-05 * configure.tgt (dvp-*-*): Set targ_emul=elf32l5900.Doug Evans1-0/+1
1998-06-05 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set vma to 0Doug Evans2-0/+40
for .DVP.overlay.*.
1998-06-05 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): SetIan Lance Taylor1-0/+9
config.has_shared to true. * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise. * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Likewise.
1998-06-02 * ldlang.c (lang_finish): If the entry symbol is not found, tryIan Lance Taylor2-16/+37
parsing it as a number. * ld.texinfo (Options): Document this.
1998-06-01 * ld.texinfo (Input Section Wildcards): Document SORT keyword.Ian Lance Taylor2-2/+50
1998-05-29 * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.Ian Lance Taylor2-16/+48
(run_srec_test): On mn10200, define __truncsipsi2_do_d2. * ld-srec/sr1.c (__main): Change return type to void. * ld-srec/sr3.cc (__main): Likewise. (__builtin_delete, __builtin_new): Likewise. (__get_dynamic_handler_chain): Return 0. (__get_eh_context): Likewise.
1998-05-18 From Jason Merrill <jason@cygnus.com>:Ian Lance Taylor2-2/+31
* ldlang.c (wild_sort): Correct order of sort. * scripttempl/elf.sc: Put *crtbegin.o before other .ctors and .dtors. * scripttempl/elfd10v.sc: Likewise. start-sanitize-d30v * scripttempl/elfd30v.sc: Likewise. end-sanitize-d30v * scripttempl/elfppc.sc: Likewise.
1998-05-15 * ldlex.l: Recognize keyword SORT.Ian Lance Taylor7-95/+464
* ldgram.y (current_file): Change to struct wildcard_spec. (%union): Add new fields cname and wildcard. (wildcard_name, wildcard_spec): New nonterminals. (file_NAME_list): Use wildcard_spec. (input_section_spec): Change current_file usage. * ld.h (struct wildcard_spec): Define. * ldlang.h (lang_wild_statement_struct): Add new fields sections_sorted and filenames_sorted. (lang_add_wild): Update declaration. * ldlang.c (wild_sort): New static function. (wild_section): Use wild_sort. (print_wild_statement): Print sorting information. (lang_add_wild): Add new parameters sections_sorted and filenames_sorted. Change all callers. * mri.c (mri_draw_tree): Update calls to lang_add_wild. * scripttempl/elf.sc: Sort .ctors.* and .dtors.* by section name. * scripttempl/elfd10v.sc: Likewise. * scripttempl/elfd30v.sc: Likewise. * scripttempl/elfppc.sc: Likewise.
1998-05-15* emulparams/m32relf.sh (TEMPLATE_NAME): Define.Richard Henderson1-0/+4
1998-05-14Added support for display emulation specific command line options.Nick Clifton3-2/+43
Added internationalisation to emulation templates. Added --support-old-code command line option to armcoff and pe emulations.
1998-05-06fix xgettext invocationIan Lance Taylor1-1/+1
1998-05-04 * ld-shared/main.c (shlib_overriddencall2): New function.Ian Lance Taylor1-0/+7
(main): Call shlib_shlibcall2. * ld-shared/sh1.c (shlib_shlibcall2): New function. (shlib_overriddencall2): New function. * ld-shared/shared.dat: Add output line for new test. * ld-shared/sun4.dat: Likewise.
1998-05-04comment changesIan Lance Taylor1-21/+48
1998-05-04 * ld-srec/sr3.cc (__get_eh_context): New function.Ian Lance Taylor1-0/+14
1998-04-29Fixed xgettext invocation in .Sanitize filesTom Tromey1-1/+1
1998-04-27 * configure.in: Change version number to 2.9.4Ian Lance Taylor1-0/+3
* configure: Rebuild.
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