aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
2001-01-032001-01-03 Philip Blundell <pb@futuretv.com>Phil Blundell3-0/+7
* ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha. * ld-shared/shared.exp: Likewise.
2001-01-012001-01-01 Philip Blundell <philb@gnu.org>Phil Blundell4-0/+71
* ld-undefined/weak-undef.exp: New test. * ld-undefined/weak-undef.s, ld-undefined/weak-undef.t: Supporting files for above.
2001-01-012001-01-01 Philip Blundell <philb@gnu.org>Phil Blundell4-3/+12
* ld-elfvers/vers.exp: Run test on Linux/ARM. * ld-elfvsb/elfvsb.exp: Likewise. * ld-shared/shared.exp: Likewise.
2000-12-31Fix problems with new EXACTLY_TWO_DASHES command line switch option.Nick Clifton4-5/+22
2000-12-28Requre that long options starting with 'o' only accept a double dash prefix.Nick Clifton4-20/+76
2000-12-26Add --no-default-excludes option for PE targetsNick Clifton4-109/+120
2000-12-13Revert the last beautification with "innocent" whitespace,Nick Clifton2-1/+7
it breaks the K&R C preprocessor.
2000-12-12* ld.texinfo: Add notes about --whole-archive and gcc.DJ Delorie2-0/+10
2000-12-12Add link option to allow undefiedn symbols in shared librariesNick Clifton5-190/+225
2000-12-12 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):Geoffrey Keating5-12/+12
.fixup is actually read/write. * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise. * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise. * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2000-12-12Remove spurious whitespaceNick Clifton1-1/+1
2000-12-11 * NEWS: Add note about x86_64 architecture.Jan Hubicka2-0/+6
* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2000-12-09Fix v850 test failuresNick Clifton2-1/+8
2000-12-09Expect the srec_test to fail for ARM targets because the -oformat linkerNick Clifton2-12/+19
command switch cannot be used.
2000-12-06* scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.DJ Delorie2-3/+18
Set DWARF2 sections to a VMA of zero.
2000-12-01Update RTEMS targetsNick Clifton2-2/+12
2000-11-30Add support for x86_64-*-linux-gnu* targetNick Clifton7-326/+381
2000-11-30 * emulparams/crislinux.sh (ENTRY): Change back to _start.Hans-Peter Nilsson3-43/+51
(TEXT_START_SYMBOLS): Remove conditional setting of __start. * scripttempl/crisaout.sc: Change all RELOCATING not related to merging non-a.out sections into CONSTRUCTING.
2000-11-28Move GNU Free Documentation License from the output into a commentNick Clifton2-366/+375
2000-11-282000-11-28 David O'Brien <obrien@dragon.nuxi.com>David O'Brien2-2/+6
* emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF does not use them. Approved by: Richard Henderson <rth@twiddle.net> Message-ID: <20001127014059.A16638@twiddle.net>
2000-11-252000-11-25 David O'Brien <obrien@FreeBSD.org>David O'Brien2-1/+7
* ld.1: Remove old date so it does not give the impression the manpage is way out of date. Approved by: Nick Clifton <nickc@redhat.com> <200011250036.QAA09984@elmo.cygnus.com>
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton2-0/+7
2000-11-24Remove redundant init of config.make_executable to true.Nick Clifton2-1/+5
2000-11-15 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.Richard Henderson2-1/+5
2000-11-142000-11-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-30/+36
* scripttempl/h8300.sc: Fix formatting. * scripttempl/h8300h.sc: Likewise. * scripttempl/h8300s.sc: Likewise.
2000-11-13 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.Denis Chertykov2-2/+6
2000-11-132000-11-09 Philip Blundell <pb@futuretv.com>Phil Blundell2-0/+41
* emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME around orphan sections whose names can be represented in C.
2000-11-08Handle srdata sections emitted by Intel compiler.Jim Wilson2-0/+9
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2000-11-06Add GNU Free Documentation LicenseNick Clifton4-27/+392
2000-11-06Add GNU Free Documentation LicenseNick Clifton3-35/+763
2000-11-06Fix compilation warnings as otherwise we fail the test.Alan Modra2-3/+7
2000-11-05* ldlex.l (yy_create_string_buffer): Init all structure fields.Alan Modra4-3/+21
* Makefile.am (DISTCLEANFILES): Add stringify.sed. Move 2000-11-02 Makefile.in changes to this file.
2000-11-03Use ${CONSTRUCTING...} to enclose constructors and destructors.Nick Clifton12-280/+400
2000-11-02Add support for *-storm-chaos targetNick Clifton4-0/+22
2000-10-29 * ld-selective/selective.exp <no CXX>: Fix typo for argument toHans-Peter Nilsson2-1/+6
"untested".
2000-10-20 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,Jakub Jelinek2-3/+20
NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets. Fix sed invocation, so that it coped with '/' in Solaris 64bit library path suffix. Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2000-10-192000-10-19 H.J. Lu (hjl@gnu.org)H.J. Lu3-0/+23
* ld-elfvsb/elfvsb.exp (visibility_run): Set expected failures for Linux/PPC. * ld-shared/shared.exp: Likewise.
2000-10-18 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),Hans-Peter Nilsson2-0/+17
for consecutive sections.
2000-10-17Added new option --target-help.Chandra Chavva3-0/+17
2000-10-16Add tests of return values from bfd function callsNick Clifton2-28/+64
2000-10-13Oops - fix mistake in previous delta where unused variable 'nsyms' wasNick Clifton2-6/+14
deleted, but along with its (necessary) call to bfd_canonicalize_symtab.
2000-10-13Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix.Nick Clifton2-9/+14
2000-10-12* emultempl/pe.em (pe_dll_search_prefix): New variable,DJ Delorie2-9/+55
(longopts): New --dll-search-prefix option. (gld_${EMULATION_NAME}_list_options): Document. (gld_${EMULATION_NAME}_parse_args): Handle. (gld_${EMULATION_NAME}_open_dynamic_archive): When linking dynamically, search for a dll named '<prefix><basename>.dll' in preference to 'lib<basename>.dll' if --dll-search-prefix is specified.
2000-10-12Another try at correcting relocations against discardedAlan Modra2-2/+6
link-once section symbols.
2000-10-112000-10-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-130/+119
* deffile.h: Fix formatting. * lexsup.c: Likewise. * mri.c: Likewise.
2000-10-10* pe-dll.c (make_one): Do not generate code thunk for DATADJ Delorie2-21/+35
exports. (process_def_file): deduce DATA flag for auto-export sumbols.
2000-10-092000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-7/+9
* pe-dll.c: Revert some formatting fixes.
2000-10-092000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata13-154/+119
* ldcref.c: Fix formatting. * ldctor.h: Likewise. * ldemul.c: Likewise. * ldemul.h: Likewise. * ldexp.c: Likewise. * ldexp.h: Likewise. * ldfile.c: Likewise. * ldfile.h: Likewise. * ld.h: Likewise. * ldlang.c: Likewise. * ldlang.h: Likewise. * ldmain.c: Likewise.
2000-10-092000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-39/+43
* pe-dll.c: Fix formatting.
2000-10-092000-10-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-51/+55
* pe-dll.c: Fix formatting.