aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
1999-02-11Fix for PR 19070 - add ability to detect and generate errors when sectionsNick Clifton10-27/+320
1999-02-08Add support for StrongARM target.Nick Clifton2-0/+8
1999-02-04 * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once. Check forIan Lance Taylor1-0/+6
1999-02-03 * ld-selective/selective.exp: Disable test for unsupportedCatherine Moore1-0/+205
1999-02-01add armelf_oabi.emCatherine Moore1-0/+1
1999-02-01add armelf_oabi.shCatherine Moore1-0/+1
1999-02-01 * Makefile.am (earmelf_oabi.o): New.Catherine Moore3-0/+198
1999-02-01Remove v850e sanitizationNick Clifton5-91/+0
1999-02-011999-01-31 17:57:31 1998 Michael Meissner <meissner@cygnus.com>Vladimir Makarov3-4/+43
1999-01-15Only allow allocated sections to contribute to the size of a region.Nick Clifton2-323/+334
1999-01-13Removed fr30.sh and fr30.sc.Nick Clifton2-2/+1
1999-01-12Remove .stack section, replace with __stack symbol.Nick Clifton1-1/+2
1999-01-12Switch over to using generic elf script rather than an fr30 specific one.Nick Clifton4-150/+25
1999-01-11Fill .init and .fini sections with NOPsNick Clifton2-2/+7
1999-01-03(Ugh. Last checkin was supposed to have been aborted. Oops.)Ken Raeburn1-2/+1
1999-01-03sanitization for new test case. discard it when sanitizing, until it getsKen Raeburn3-8/+13
1999-01-03* Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU, HOSTING_CRT0,Ken Raeburn3-24/+60
1999-01-03 * config/default.exp (get_link_files, get_target_emul): New procs;Ken Raeburn4-18/+126
1998-12-27Update.Ulrich Drepper1-0/+26
1998-12-10Thu Dec 10 11:12:28 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Ian Lance Taylor2-5/+4
1998-12-08Mon Dec 7 21:10:09 1998 J.J. van der Heijden <j.j.vanderheijden@student.ut...Ian Lance Taylor1-0/+5
1998-12-06 * configure.tgt (m68*-*-gnu*): New target. From Aymeric VincentIan Lance Taylor2-2/+12
1998-12-06Sun Dec 6 12:59:37 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+46
1998-12-04Change default start address to 0x10000 so that it fits in 20 bitsNick Clifton2-2/+15
1998-11-25* ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"DJ Delorie3-3/+218
1998-11-25For top level:Gavin Romig-Koch2-1/+37
1998-11-24 * pe-dll.c (make_head): name object files sequentially to ensureDJ Delorie2-11/+185
1998-11-24* emultempl/pe.em (gld_i386pe_parse_args): Conditionalize call toDJ Delorie2-1/+8
1998-11-23fix for arm-pe linker testsuite failures - only define an entry symbol if one...Nick Clifton2-1/+7
1998-11-23 * emultempl/pe.em (gld_i386pe_after_open): callDJ Delorie3-109/+195
1998-11-20Coper with empty symbol names.Nick Clifton1-0/+4
1998-11-19Add provision of _end symbol.Nick Clifton1-0/+4
1998-11-19Wed Nov 18 18:18:43 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer3-27/+46
1998-11-19Wed Nov 18 18:18:43 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-0/+4
1998-11-17typoDJ Delorie1-0/+2
1998-11-17* emultempl/pe.em (gld_i386_finish): generate import libraryDJ Delorie3-7/+497
1998-11-14 * ld.1: Some cleanups from NOKUBI Hirotaka <hnokubi@yyy.or.jp>.Ian Lance Taylor2-5/+13
1998-11-13Thu Nov 12 19:21:57 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-0/+28
1998-11-13Thu Nov 12 19:21:57 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley3-275/+713
1998-11-11* pe-dll.c (generate_reloc): don't output PE relocs for sectionsDJ Delorie2-1/+25
1998-11-11* pe-dll.c (fill_edata): don't strip underscoresDJ Delorie2-1/+5
1998-11-11* ld.texinfo: added i386pe option summaryDJ Delorie1-0/+4
1998-11-10 * pe-dll.c (process_def_file): properly note undefined exportedDJ Delorie3-111/+184
1998-11-10 * scripttempl/elfd10v.sc: Add KEEP attribute to .init,Catherine Moore1-0/+6
1998-11-10* deffilep.y: properly handle relocs with multiple def_files,DJ Delorie3-3/+19
1998-11-10* pe-dll.c (process_def_file): don't assume exports won't moveDJ Delorie2-8/+15
1998-11-09* pe-dll.c (process_def_file): auto-export everything ifDJ Delorie2-1/+3
1998-11-09* emultempl/pe.em (gld_i386_list_options): list dll-specific options.DJ Delorie2-0/+7
1998-11-09oops, wasn't done editing that one yet.DJ Delorie1-3/+5
1998-11-09 * pe-dll.c: New file; direct support for PE DLLsDJ Delorie10-248/+2625