Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-23 | * scripttempl/elfd10v.sc: Remove dynamic linking hooks. | Richard Henderson | 1 | -0/+5 | |
Add and use memory regions. | |||||
2000-02-23 | Add IBM 370 support. | Alan Modra | 1 | -0/+9 | |
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 1 | -0/+9 | |
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h. | |||||
2000-02-16 | * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. | Richard Henderson | 1 | -0/+4 | |
2000-02-16 | Add LMA memory region functionality. | Timothy Wall | 1 | -0/+21 | |
2000-02-09 | These snippets were missed in the previous bytes vs octets patch to | Timothy Wall | 1 | -0/+5 | |
the linker. | |||||
2000-02-04 | Fix typo in ALIGN_N usage. | Timothy Wall | 1 | -0/+4 | |
2000-02-03 | Add octets vs bytes functionality to LD. | Timothy Wall | 1 | -0/+21 | |
2000-01-26 | Most of these changes are really only cosmetic. The readelf.c patch | Alan Modra | 1 | -0/+9 | |
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument. | |||||
2000-01-22 | To satisfy latest CVS gcc: | Alan Modra | 1 | -0/+9 | |
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New. | |||||
2000-01-21 | fix typo in comment. | Nick Clifton | 1 | -0/+4 | |
2000-01-18 | Apply H.J.'s patch to fix NOLOAD section sizes and dot updates | Nick Clifton | 1 | -0/+5 | |
2000-01-10 | Add arm-conix target | Nick Clifton | 1 | -0/+4 | |
2000-01-07 | Fix description of -n command line switch | Nick Clifton | 1 | -2/+3 | |
2000-01-07 | Remind users about -Wl, | Nick Clifton | 1 | -0/+6 | |
2000-01-05 | * ld.h (wildcard_spec): Change exclude_name to exclude_name_list. | Catherine Moore | 1 | -0/+13 | |
(name_list): New. * ld.texinfo (EXCLUDE_FILE): Update documentation. * ldgram.y (wildcard_spec): Support a list of excluded_files. (exclude_name_list): New. ldlang.c (walk_wild_section): Support list of excluded files. (print_wild_statement): Likewise. (lang_add_wild): Likewise. * ldlang.h (lang_wild_statement_type): Likewise. * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support. | |||||
2000-01-04 | Applied Mumit Kha's patch to tweak dll production code. | Nick Clifton | 1 | -0/+14 | |
2000-01-04 | Apply patch from Mumit Khan to fix bugs generating dll names. | Nick Clifton | 1 | -0/+6 | |
1999-12-02 | Add arm-epoc-pe specific linker script | Nick Clifton | 1 | -0/+10 | |
1999-11-26 | * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for | Andreas Schwab | 1 | -0/+7 | |
STRINGIFY. Use yes/no instead of true/false as value for cache variable. * configure: Regenerate. | |||||
1999-11-24 | Fix bug in previous delta | Nick Clifton | 1 | -0/+5 | |
1999-11-23 | Do not check sections without a LOAD attribute for overlap | Nick Clifton | 1 | -0/+6 | |
1999-11-04 | Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com) | Jeff Law | 1 | -0/+14 | |
* emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): Clean up code to use EXTRA_SHLIB_EXTENSION. 1999-09-14 Ulrich Drepper <drepper@cygnus.com> * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target. * config.in: Add EXTRA_SHLIB_EXTENSION. * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION is defined. | |||||
1999-11-03 | Change the default endianness to little. | Nick Clifton | 1 | -0/+5 | |
1999-11-01 | 1999-11-01 Steve Chamberlain <sac@pobox.com> | Ian Lance Taylor | 1 | -0/+8 | |
* ldlang.c (section_already_linked): Rework to use hash table. (already_linked_newfunc): New function. (already_linked_table_init): New function. (already_linked_table_free): New function. (lang_process): Initialize and free the already_linked hash table. | |||||
1999-10-28 | 1999-10-27 Andreas Jaeger <aj@suse.de> | Ian Lance Taylor | 1 | -0/+5 | |
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for target "mips*-*-linux-gnu*". | |||||
1999-10-27 | fix compile time warnings | Nick Clifton | 1 | -0/+5 | |
1999-10-26 | Remove extraneous underscore from prototype | Nick Clifton | 1 | -0/+7 | |
1999-10-07 | * scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs | Geoffrey Keating | 1 | -0/+12 | |
being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*. (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*. (.rel.sbss): Make like .rel.bss. (.rela.sbss): Make like .rel.bss. (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when ld -r. (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS, .dynsbss. | |||||
1999-09-29 | * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer | DJ Delorie | 1 | -0/+5 | |
merging sections when not relocating. | |||||
1999-09-29 | * pe-dll.c (process_def_file): Move the offset lookup from here to | DJ Delorie | 1 | -0/+6 | |
(fill_exported_offsets): here. New static function. (fill_edata): Use. | |||||
1999-09-28 | * deffilep.y (tokens): Add upper and lower case versions of DATA, | DJ Delorie | 1 | -0/+11 | |
CONSTANT, NONAME and PRIVATE tokens. (command): Use DATAU. (expline): Allow for drectve syntax as well. (exp_opt_list): Likewise. (exp_opt): Likewise. * pe-dll.c (make_one): Only generate the idata entries for data symbols. | |||||
1999-09-28 | * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections | Geoffrey Keating | 1 | -0/+5 | |
in .sdata too. | |||||
1999-09-26 | Merge sections named .bss.* into .bss section. Similarly for .sbss. | Nick Clifton | 1 | -0/+5 | |
1999-09-22 | Add earm_epoc_pe.c build target. | Nick Clifton | 1 | -0/+4 | |
1999-09-18 | * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs", | Jeff Law | 1 | -0/+11 | |
they've been renamed to ".stub", which is handled automatically by elf.sc. | |||||
1999-09-16 | * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): | Jeff Law | 1 | -0/+4 | |
Use the same filename extension for the bfd_elf_dt_needed_name call as we did for finding the library. | |||||
1999-09-16 | * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define. | Jeff Law | 1 | -0/+3 | |
(OTHER_READWRITE_SECTIONS): No longer define __hp_load_map. | |||||
1999-09-16 | * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define. | Jeff Law | 1 | -0/+4 | |
1999-09-16 | * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define. | Jeff Law | 1 | -0/+5 | |
(SHLIB_DATA_ADDR): Likewise. * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define. | |||||
1999-09-15 | * emulparms/elf64hppa.h (OTHER_READWRITE_SECTIONS): No longer combine | Jeff Law | 1 | -0/+6 | |
the .plt, .dlt, .opd into a single output section. Provide values for __gp and __hp_load_map. | |||||
1999-09-14 | Fix problem with going to automake 2.14 | Michael Meissner | 1 | -0/+7 | |
1999-09-14 | 1999-09-14 Donn Terry <donn@interix.com> | DJ Delorie | 1 | -0/+5 | |
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for terminating null. | |||||
1999-09-14 | Add earm_epoc_pe.c build target. | Nick Clifton | 1 | -0/+4 | |
1999-09-14 | * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt. | Jeff Law | 1 | -0/+4 | |
1999-09-14 | * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): | Jeff Law | 1 | -0/+4 | |
Search for file with .sl extension if no file with a .so extension is found. | |||||
1999-09-13 | 1999-09-13 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -0/+5 | |
* emultempl/pe.em: Remove the output file at the start, in case it is not writable. | |||||
1999-09-13 | * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt | Jeff Law | 1 | -0/+5 | |
at the start of the .dlt output section. | |||||
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -0/+8 | |
* ld.h (ld_abort): Declare. (abort): Define. * ldmisc.c (ld_abort): Define. | |||||
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -2/+6 | |
* scripttempl/pe.sc: Use ${ENTRY} rather than _mainCRTStartup. Move .bss section after .rdata. Move .reloc section after .rsrc. |