2003-02-20 David Carlton <carlton@math.stanford.edu>
[binutils-gdb.git] / ld / emultempl /
2003-02-18 Alan Modra * emultempl/ppc32elf.em: New file.
2003-02-17 Alan Modra * emultempl/ppc64elf.em (ppc_create_output_section_sta...
2003-02-11 Dave Anglin * hppaelf.em (group_size): Change default back to 1.
2003-02-09 Alan Modra * emultempl/ppc64elf.em: Add "no-tls-optimize" option...
2003-02-07 Dave Anglin * hppaelf.em (group_size): Change default to -1.
2003-02-07 Nick CliftonAdd duplicate entry for no-pipeline-knowledge. This...
2003-02-04 Alan Modra * emultempl/ppc64elf.em (ppc_before_allocation): Size...
2003-02-03 Daniel Jacobowitz * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sy...
2003-01-23 Alan Modrainclude/elf/ChangeLog
2003-01-23 Nick CliftonRemove an extra "i" in --dll-search-prefix.
2003-01-17 Andreas Jaeger * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot...
2003-01-06 Daniel Jacobowitz * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
2002-12-17 Nick CliftonDon't search for data import when auto-import is disabled.
2002-12-17 Nick CliftonUse LD_PATHMAX+1 to account for trailing '\0'.
2002-12-17 Nick CliftonDuplicate entry for --compact-implib so that it is...
2002-12-16 Nick CliftonAdd support to skip import libraries for performance...
2002-12-10 Alan Modra * emultempl/elf32.em (struct orphan_save): Add os_tail...
2002-12-04 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_place_orpha...
2002-11-30 Alan Modras/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/...
2002-11-14 Nick CliftonAdd --enable-auto-import extension.
2002-11-12 Alan Modra * emultempl/ppc64elf.em (ppc_before_allocation): New...
2002-11-06 Nick CliftonAdds support for fastcall symbols as used on Microsoft...
2002-10-30 Daniel Jacobowitz * emultempl/aix.em: Use include <> for generated headers.
2002-10-23 Jakub Jelinek * emultempl/elf32.em (place_orphan): Don't put non...
2002-10-10 Alan Modra * emultempl/elf32.em (output_rel_find): Prefer .rel...
2002-09-30 Alan Modra * emultempl/elf32.em (output_rel_find): Always place...
2002-08-28 Alan Modra * emultempl/aix.em (gld${EMULATION_NAME}_parse_args...
2002-08-27 Nick CliftonRevert ARM linker patch and apply similar patch to...
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-08-22 Nick CliftonSet the last bit of DT_INIT and DT_FINI depending on...
2002-08-07 Nick CliftonOnly search for an interworking bfd if there are input...
2002-08-06 Alan Modra * emultempl/aix.em (gld*_before_parse): Set default...
2002-07-31 Nick CliftonAdd new field to bfd_link structure and use it to contr...
2002-07-20 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_place_orpha...
2002-07-19 Hans-Peter Nilsson * emultempl/mmo.em (mmo_place_orphan): Handle case...
2002-07-01 Alan Modra * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2002-06-19 Chris Demetriou2002-06-18 Chris Demetriou <cgd@broadcom.com>
2002-06-19 Chris Demetriou2002-06-18 Chris Demetriou <cgd@broadcom.com>
2002-06-17 Tom RixFix ld segfault for some elf targets. Fix default...
2002-06-13 H.J. Lu2002-06-12 H.J. Lu <hjl@gnu.org>
2002-06-07 Alan Modra * emultempl/ppc64elf.em (new_vers_pattern): Warning...
2002-06-07 Nick CliftonEnable pei386_auto_import by default. Only print a...
2002-06-05 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_place_orpha...
2002-05-29 Nick CliftonFix genreation of arm <->thumb glue stubs by ensuring...
2002-05-27 Richard Sandiford * ldlang.c (lang_size_sections_1): Move check for...
2002-05-22 Christopher Faylor* pe-dll.c (autofilter_liblist): Add more system libs...
2002-05-22 Alan Modra * ldemul.c (ldemul_new_vers_pattern): New function.
2002-05-22 Alan Modra * emultempl/pe.em (set_pe_subsystem): Don't set "cmdli...
2002-05-22 H.J. Lu2002-05-21 H.J. Lu (hjl@gnu.org)
2002-05-18 Tom RixAdd -bnortl and -bnortllib support for AIX.
2002-05-10 Tom RixXCOFF64 fixes. For setting arch/mach and for R_BR reloc...
2002-05-04 Alan Modra * emultempl/hppaelf.em (build_section_lists): New...
2002-05-02 Alan Modra * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
2002-05-01 Tom RixFormatting fix.
2002-05-01 Alan Modra Long branch stubs, multiple stub sections.
2002-04-30 Tom RixAdd support for AIX -blibpath and -bnolibpath.
2002-04-11 Nick CliftonAdd 'n' in order to prevent "-n" from being taken as...
2002-03-19 David O'Brien2002-03-18 David O'Brien <obrien@FreeBSD.org>
2002-03-18 Nick CliftonAdd AIX 64 shared library support and emulation layer...
2002-02-19 Tom RixAdd support for -brtl, run time linking, to AIX ld.
2002-02-17 Hans-Peter Nilsson * emultempl/mmo.em (mmo_after_open): Don't call
2002-02-15 Hans-Peter NilssonTweak wording in comment in last change
2002-02-15 Hans-Peter Nilsson * emultempl/mmix-elfnmmo.em (mmix_after_allocation...
2002-02-15 Alan Modra Support arbitrary length fill patterns.
2002-02-10 Daniel Jacobowitz2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2002-02-10 Alan Modra * ldlang.c (entry_section): New initialised variable.
2002-02-09 Hans-Peter Nilsson * emultempl/mmix-elfnmmo.em (mmix_after_allocation...
2002-02-08 Alexandre OlivaContribute sh64-elf.
2002-02-05 Hans-Peter NilssonUpdate copyright
2002-02-05 Hans-Peter Nilsson * emultempl/hppaelf.em (hppaelf_layout_sections_again...
2002-02-05 Hans-Peter Nilsson * ldlang.c (lang_reset_memory_regions): Rename from
2002-02-04 Hans-Peter Nilsson * emultempl/mmix-elfnmmo.em (mmix_after_allocation...
2002-02-01 Hans-Peter Nilsson Support on-demand global register allocation from
2002-01-30 Chris Demetriou2002-01-29 Chris Demetriou <cgd@broadcom.com>
2002-01-16 Alan Modra * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend...
2002-01-05 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_place_orpha...
2001-12-22 Tom Rix-binitfini emulation, put __rtinit symbol generation...
2001-12-17 Alan Modrahash bfd sections for fast lookup and create.
2001-12-13 Jakub Jelinek * elf-bfd.h (enum elf_link_info_type): New.
2001-12-11 Christopher Faylor* emultempl/pe.em (gld_${EMULATION_NAME}_list_options...
2001-12-06 Nick CliftonFixes to improve the ability to translate messages...
2001-12-05 Tom RixFormatting and misc cleanup for AIX.
2001-12-03 Tom RixPass argc and argv to ldemul_choose_target.
2001-11-20 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_finish...
2001-11-15 Alan Modra * emultempl/elf32.em (gld${EMULATION_NAME}_finish...
2001-11-15 H.J. Lu2001-11-14 H.J. Lu <hjl@gnu.org>
2001-11-15 Daniel Jacobowitz2001-11-11 Daniel Jacobowitz <drow@mvista.com>
2001-10-30 Nick CliftonAdd MMIX support
2001-10-15 Alan Modra * emultempl/elf32.em (gld*_list_options): Remove extra...
2001-10-12 Nick CliftonInclude -z nocopyreloc in usage
2001-10-10 Chris Demetriou2001-10-10 Chris Demetriou <cgd@broadcom.com>
2001-10-05 Jakub Jelinek * doc/as.texinfo: Document M and S ELF section flags.
2001-10-03 Alan ModraAdd support for -z nocopyreloc.
2001-09-24 Nick Cliftonoops - omitted from previous delta
2001-09-24 Nick CliftonDefine and use pe_get_data_import_dll_name().
2001-09-19 H.J. LuLocale changes from Bruno Haible <haible@clisp.cons...
2001-09-18 Alan Modra * deffilep.y (def_stash_module): Constify "name" param.
2001-09-12 Charles Wilson2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technolog...
2001-09-06 Tom RixFix import symbols for AIX.
2001-09-03 Andreas Jaeger * emultempl/beos.em: Declare prototypes for comparions...
next