aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
2001-02-01Replace occurances of -oformat with --oformat.Nick Clifton2-2/+6
2001-01-25(lang_leave_overlay): Don't set lma_region when load_base is specified.Alan Modra2-2/+11
2001-01-24 * emultempl/elf32.em: Correct spelling in comments and listedHans-Peter Nilsson2-8/+13
options.
2001-01-23Only set lma_region from the default for the first sectionAlan Modra2-1/+9
of a group of overlay sections.
2001-01-22Allow Maciej to select weird --libdir options and still selectAlan Modra4-13/+29
tooldir correctly.
2001-01-16Fix gp overflow problem with Intel compiler.Jim Wilson2-1/+6
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind and IA_64.unwind.info.
2001-01-162001-01-16 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+9
* ldlang.c (lang_check): Merge the private data only if the input file has contents.
2001-01-14Linux target variants for elfxx-hppa.Alan Modra2-13/+15
2001-01-14Automatically enable --unique=.text for elf32-hppa.Alan Modra2-2/+27
2001-01-14Extend "ld --unique" functionality.Alan Modra6-51/+119
2001-01-13 * ld-sh/sh.exp: Use --oformat srec, not -oformat srec.Hans-Peter Nilsson2-2/+6
2001-01-13formatting fixNick Clifton2-1/+5
2001-01-12Update copyright date to 2001Nick Clifton2-2/+6
2001-01-12Add support for cygwin librariesPhil Blundell2-0/+8
2001-01-11Rotate ChangeLogsNick Clifton3-9669/+9685
2001-01-102001-01-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata6-116/+101
* scripttempl/h8500.sc: Fix formatting. * scripttempl/h8500b.sc: Likewise. * scripttempl/h8500c.sc: Likewise. * scripttempl/h8500m.sc: Likewise. * scripttempl/h8500s.sc: Likewise.
2001-01-102001-01-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-53/+59
* scripttempl/h8300.sc: Fix formatting. Fix a comment typo. * scripttempl/h8300h.sc: Fix formatting. * scripttempl/h8300s.sc: Likewise.
2001-01-082000-01-07 David O'Brien <obrien@BSDi.com>David O'Brien2-4/+18
* emultempl/elf32.em: Only perform Linux ld hints processing when targeting Linux. Approved by: Nick Clifton <nickc@redhat.com> Message-Id: <200101040127.RAA15127@elmo.cygnus.com>
2001-01-072001-01-07 Philip Blundell <philb@gnu.org>Phil Blundell2-1/+5
* ld.texinfo (Bug Reporting): Update email address for reports.
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