aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
2000-11-132000-11-09 Philip Blundell <pb@futuretv.com>Phil Blundell1-0/+36
2000-11-08Handle srdata sections emitted by Intel compiler.Jim Wilson1-0/+4
2000-10-16Add tests of return values from bfd function callsNick Clifton1-28/+59
2000-10-13Oops - fix mistake in previous delta where unused variable 'nsyms' wasNick Clifton1-5/+12
2000-10-13Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix.Nick Clifton1-9/+7
2000-10-12* emultempl/pe.em (pe_dll_search_prefix): New variable,DJ Delorie1-9/+44
2000-10-02* emultempl/pe.em (gld_*_after_open): detect case where there twoDJ Delorie1-0/+76
2000-09-28oops, didn't mean to check in that change yetDJ Delorie1-21/+0
2000-09-28* pe-dll.c (process_def_file): Uninitialized data wasn'tDJ Delorie1-0/+21
2000-09-27.plt stub for lazy linking, --stub-group-size=N ld switch,Alan Modra1-3/+32
2000-09-22Conditionalise the embedded relocs feature on the m68*-*-elf targetNick Clifton1-78/+117
2000-09-20Handle out of memory situations.Alan Modra1-3/+7
2000-09-18Group stub sections.Alan Modra1-5/+6
2000-09-15add support for embedded relocs in m68k ELF portNick Clifton1-0/+154
2000-09-07Fix an orphan section problem caused by weird linker scripts.Alan Modra1-20/+23
2000-09-07Fix list handling for orphan section output statements.Alan Modra1-25/+48
2000-09-06Fix place_orphan crash.Alan Modra1-2/+7
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton1-1/+1
2000-09-05Shared lib support for elf32-hppaAlan Modra1-14/+67
2000-09-05--split-by-reloc, --split-by-file extensions. --unique option.Alan Modra1-28/+16
2000-08-252000-08-24 H.J. Lu <hjl@gnu.org>H.J. Lu1-6/+6
2000-08-232000-08-23 H.J. Lu <hjl@gnu.org>H.J. Lu1-36/+14
2000-08-222000-08-22 H.J. Lu <hjl@gnu.org>H.J. Lu1-10/+66
2000-08-09Refer to -rpath not --rpath in error messageNick Clifton1-3/+3
2000-08-04Keep track of last optind value, and rename a couple of functionsAlan Modra1-18/+20
2000-07-28Add some shell variables and shell code to elf32.emAlan Modra4-1661/+223
2000-07-28Move functions around in preparation for next patchAlan Modra1-476/+491
2000-07-21Applied Michael's Sokolov's patch to implement --embedded-relocs for m68k coff.Nick Clifton1-0/+245
2000-07-202000-07-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+4
2000-07-202000-07-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+17
2000-07-202000-07-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+151
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+12
2000-07-17* src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New searchDJ Delorie1-7/+24
2000-07-11Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra17-46/+72
2000-07-102000-07-10 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+9
2000-07-09hppaelf.em: Merge from elf32.em and implement multiple linker stubs.Alan Modra1-83/+468
2000-07-07* ld/emultempl/pe.em: institute the following search order forDJ Delorie1-9/+18
2000-07-07* ld/emultempl/pe.em (pe_enable_auto_image_base): New variable.DJ Delorie1-1/+48
2000-06-20tic54x/ibmc54xdsp target for ld.Timothy Wall1-0/+199
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-4/+4
2000-06-08* emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require allDavid O'Brien1-1/+6
2000-05-16Apply patch from Charles Wilson to make PE ports search for dynamic librariesNick Clifton1-8/+50
2000-04-25place_orphan optimisationsAlan Modra3-177/+129
2000-04-182000-04-18 H.J. Lu <hjl@gnu.org>H.J. Lu2-6/+8
2000-04-18Yet another set of fixes for orphan sections.Alan Modra3-181/+239
2000-04-14Zero start address of orphan ~(SEC_LOAD | SEC_ALLOC) sections.Alan Modra3-45/+40
2000-04-12Keep output orphan sections in the same order as input.Alan Modra3-97/+155
2000-03-01Fix building with --enable-targets=all.Nick Clifton1-6/+11
2000-02-29GCC warning fix: Add missing NULL initialiser for find_potential_libraries.Alan Modra15-15/+30