Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-11-20 | Coper with empty symbol names. | Nick Clifton | 1 | -0/+4 | |
1998-11-19 | Add provision of _end symbol. | Nick Clifton | 1 | -0/+4 | |
1998-11-19 | Wed Nov 18 18:18:43 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 3 | -27/+46 | |
* configure.tgt: change refs from cygwin32* to cygwin*. * aclocal.m4: regenerate * configure.in: don't need to call AM_CYGWIN32. * configure: regenerate | |||||
1998-11-19 | Wed Nov 18 18:18:43 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -0/+4 | |
* configure.tgt: change refs from cygwin32* to cygwin*. | |||||
1998-11-17 | typo | DJ Delorie | 1 | -0/+2 | |
1998-11-17 | * emultempl/pe.em (gld_i386_finish): generate import library | DJ Delorie | 3 | -7/+497 | |
* deffile.h: add hint member. * pe-dll.c (pe_dll_generate_implib): New function with helpers; generates the import library directly from the export table. (fill_edata): remember the actual hint for the import library. | |||||
1998-11-14 | * ld.1: Some cleanups from NOKUBI Hirotaka <hnokubi@yyy.or.jp>. | Ian Lance Taylor | 2 | -5/+13 | |
1998-11-13 | Thu Nov 12 19:21:57 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 1 | -0/+28 | |
* po/ld.pot: Regenerated. * po/POTFILES.in: Regenerated. | |||||
1998-11-13 | Thu Nov 12 19:21:57 1998 Dave Brolley <brolley@cygnus.com> | Dave Brolley | 3 | -275/+713 | |
* po/ld.pot: Regenerated. * po/POTFILES.in: Regenerated. * configure: Regenerated. * aclocal.m4: Regenerated. * Makefile.in: Regenerated. | |||||
1998-11-11 | * pe-dll.c (generate_reloc): don't output PE relocs for sections | DJ Delorie | 2 | -1/+25 | |
that won't be loaded. | |||||
1998-11-11 | * pe-dll.c (fill_edata): don't strip underscores | DJ Delorie | 2 | -1/+5 | |
1998-11-11 | * ld.texinfo: added i386pe option summary | DJ Delorie | 1 | -0/+4 | |
1998-11-10 | * pe-dll.c (process_def_file): properly note undefined exported | DJ Delorie | 3 | -111/+184 | |
symbols, clean up old code. (pe_dll_generate_def_file): don't crash if pe_def_file is NULL * emultempl/pe.em (gld_i386_parse_args): add (en/dis)able-stdcall-fixups (pe_fixup_stdcalls): warn about stdcall fixups (gld_i386_unrecognized_file): make exported symbols undefs so that archive members get pulled in | |||||
1998-11-10 | * scripttempl/elfd10v.sc: Add KEEP attribute to .init, | Catherine Moore | 1 | -0/+6 | |
.fini, .dtors and .ctors. Add .data and .text wildcards to support section garbage collection. | |||||
1998-11-10 | * deffilep.y: properly handle relocs with multiple def_files, | DJ Delorie | 3 | -3/+19 | |
cache import module names | |||||
1998-11-10 | * pe-dll.c (process_def_file): don't assume exports won't move | DJ Delorie | 2 | -8/+15 | |
during a realloc | |||||
1998-11-09 | * pe-dll.c (process_def_file): auto-export everything if | DJ Delorie | 2 | -1/+3 | |
nothing is otherwise exported. | |||||
1998-11-09 | * emultempl/pe.em (gld_i386_list_options): list dll-specific options. | DJ Delorie | 2 | -0/+7 | |
1998-11-09 | oops, wasn't done editing that one yet. | DJ Delorie | 1 | -3/+5 | |
1998-11-09 | * pe-dll.c: New file; direct support for PE DLLs | DJ Delorie | 10 | -248/+2625 | |
* deffile.h: New file; direct support for PE DLLs * deffilep.y: New file; direct support for PE DLLs * emultempl/pe.em: add direct support for PE DLLs * configure.tgt: allow target-specific extra files * configure.in: allow target-specific extra files * ldlang.c (lang_add_assignment): return the assignment so that one can change the value later based on the object files (pe-dll DEF files do this) * ldint.texinfo: add section for emulation walkthrough | |||||
1998-11-05 | Add sanitization for FR30 | Nick Clifton | 2 | -0/+2 | |
1998-11-05 | Add support for FR30 | Nick Clifton | 6 | -22/+194 | |
1998-11-02 | Don't report error for dynamic links and --gc-sections. | Catherine Moore | 1 | -0/+5 | |
1998-10-27 | 1998-10-26 16:05 Ulrich Drepper <drepper@cygnus.com> | Ulrich Drepper | 1 | -65/+79 | |
* lexsup.c (ld_options): Change text of -O to Optimize output file". (parse_args): Set link_info.optimize based on -O argument. * ldmain.c (main): Initialize link_info.optimze to false. * ld.texinfo: Describe -O option. * ld.1: Likewise. | |||||
1998-10-27 | Describe -O option. | Ulrich Drepper | 2 | -0/+36 | |
1998-10-27 | (main): Initialize link_info.optimze to false. | Ulrich Drepper | 1 | -1/+10 | |
1998-10-24 | add ld-selective | Catherine Moore | 1 | -0/+1 | |
1998-10-24 | New for ld-selective | Catherine Moore | 1 | -0/+48 | |
1998-10-23 | * ld-selective: New directory with new files to test | Catherine Moore | 4 | -0/+92 | |
selective linking. * lib/ld-lib.exp (ld_nm): Strip leading underscore from $name. | |||||
1998-10-09 | * scripttempl/elf.sc: Merge .sdata.* etc sections. | Catherine Moore | 1 | -0/+6 | |
* ldctor.c (ldctor_build_sets): Set SEC_KEEP for ctor sections. | |||||
1998-10-05 | * ldmain.c (main): Error if --gc-sections and | Catherine Moore | 2 | -5/+15 | |
dyanmic linking. * scripttempl/v850.sc: Add KEEP attribute to .init, .fini, .dtors and .ctors. Add .data and .text wildcards to support section garbage collection. | |||||
1998-09-30 | Fix for PR 17063 - do not create a section called .call_table, instead create | Nick Clifton | 2 | -4/+56 | |
sections called .call_table_data and .call_table_text. | |||||
1998-09-29 | Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com> | Richard Henderson | 7 | -0/+35 | |
* ld-elfvers/vers.exp: Run tests on alpha-linux. * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match Alpha's use of st_other. 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * ld-elfvers/vers.exp (vers16, vers16a): New tests. * ld-elfvers/{vers16.*, vers16a.*}: New files. | |||||
1998-09-04 | fix date | Catherine Moore | 1 | -1/+1 | |
1998-09-04 | remove garbage | Catherine Moore | 1 | -1/+0 | |
1998-09-04 | * emulparams/d10velf.sh (TEMPLATE_NAME): Use elf32. | Richard Henderson | 1 | -0/+4 | |
1998-09-01 | remove elfarm.sc | Catherine Moore | 1 | -1/+0 | |
1998-08-31 | Change references to armelf.sc to elf.sc. | Catherine Moore | 1 | -0/+5 | |
1998-08-31 | * emulparams/armelf.sh: Change SCRIPT_NAME to | Catherine Moore | 2 | -268/+11 | |
elf. Change TEXT_START_ADDR to 0x8000. Define OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and OTHER_BSS_END_SYMBOLS. * scripttempl/elf.sc: Modify to use OTHER_BSS_END_SYMBOLS. * scripttempl/elfarm.sc: Remove file. | |||||
1998-08-31 | remove armelf sanitization. | Catherine Moore | 4 | -54/+0 | |
1998-08-28 | remove armelf sanitization | Catherine Moore | 2 | -39/+0 | |
1998-08-28 | remove armelf sanitization. | Catherine Moore | 2 | -29/+0 | |
1998-08-27 | add elfarm.sc to things to keep | Catherine Moore | 1 | -7/+1 | |
1998-08-27 | add armelf.em to things to keep. | Catherine Moore | 1 | -6/+1 | |
1998-08-26 | remove armelf sanitization. | Catherine Moore | 2 | -10/+3 | |
1998-08-21 | fix armelf sanitization and checks for mentions of sanitized files | Ian Lance Taylor | 1 | -12/+15 | |
1998-08-21 | fix armelf sanitization and earmelf.c dependencies | Ian Lance Taylor | 2 | -2/+14 | |
1998-08-20 | check for mentions of sanitized files | Ian Lance Taylor | 1 | -3/+79 | |
1998-08-20 | mention directory when looking for sanitize | Ian Lance Taylor | 1 | -3/+3 | |
1998-08-19 | Added missing sanitization markers | Nick Clifton | 2 | -1/+37 | |