aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
2002-05-10XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix1-19/+26
2002-05-04 * emultempl/hppaelf.em (build_section_lists): New function.Alan Modra1-10/+40
2002-05-02 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.Alan Modra1-4/+7
2002-05-01Formatting fix.Tom Rix1-2/+2
2002-05-01 Long branch stubs, multiple stub sections.Alan Modra1-26/+291
2002-04-30Add support for AIX -blibpath and -bnolibpath.Tom Rix1-4/+22
2002-04-11Add 'n' in order to prevent "-n" from being taken as an abbreviation forNick Clifton1-1/+6
2002-03-192002-03-18 David O'Brien <obrien@FreeBSD.org>David O'Brien1-7/+4
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton1-2/+2
2002-02-19Add support for -brtl, run time linking, to AIX ld.Tom Rix1-18/+23
2002-02-17 * emultempl/mmo.em (mmo_after_open): Don't callHans-Peter Nilsson1-5/+13
2002-02-15Tweak wording in comment in last changeHans-Peter Nilsson1-9/+10
2002-02-15 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also checkHans-Peter Nilsson1-1/+14
2002-02-15 Support arbitrary length fill patterns.Alan Modra5-9/+10
2002-02-102002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-3/+5
2002-02-10 * ldlang.c (entry_section): New initialised variable.Alan Modra1-0/+5
2002-02-09 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): AdjustHans-Peter Nilsson1-8/+13
2002-02-08Contribute sh64-elf.Alexandre Oliva1-0/+568
2002-02-05Update copyrightHans-Peter Nilsson1-1/+1
2002-02-05 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.Hans-Peter Nilsson2-0/+4
2002-02-05 * ldlang.c (lang_reset_memory_regions): Rename fromHans-Peter Nilsson1-2/+4
2002-02-04 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signedHans-Peter Nilsson1-2/+2
2002-02-01 Support on-demand global register allocation fromHans-Peter Nilsson2-11/+68
2002-01-302002-01-29 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+183
2002-01-16 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.Alan Modra1-0/+99
2002-01-05 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make useAlan Modra3-24/+9
2001-12-22-binitfini emulation, put __rtinit symbol generation into linker.Tom Rix1-51/+51
2001-12-17hash bfd sections for fast lookup and create.Alan Modra3-2/+13
2001-12-13 * elf-bfd.h (enum elf_link_info_type): New.Jakub Jelinek2-2/+9
2001-12-11* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.Christopher Faylor1-1/+1
2001-12-06Fixes to improve the ability to translate messages in the binutils toolsNick Clifton1-11/+11
2001-12-05Formatting and misc cleanup for AIX.Tom Rix1-124/+116
2001-12-03Pass argc and argv to ldemul_choose_target.Tom Rix3-14/+75
2001-11-20 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL insteadAlan Modra2-2/+2
2001-11-15 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit thisAlan Modra3-18/+38
2001-11-152001-11-14 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+3
2001-11-152001-11-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+22
2001-10-30Add MMIX supportNick Clifton3-0/+348
2001-10-15 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' fromAlan Modra1-2/+2
2001-10-12Include -z nocopyreloc in usageNick Clifton1-0/+1
2001-10-102001-10-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-1/+1
2001-10-05 * doc/as.texinfo: Document M and S ELF section flags.Jakub Jelinek1-0/+2
2001-10-03Add support for -z nocopyreloc.Alan Modra1-0/+2
2001-09-24oops - omitted from previous deltaNick Clifton1-18/+6
2001-09-24Define and use pe_get_data_import_dll_name().Nick Clifton1-2/+19
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu4-20/+17
2001-09-18 * deffilep.y (def_stash_module): Constify "name" param.Alan Modra2-18/+19
2001-09-122001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>Charles Wilson1-6/+22
2001-09-06Fix import symbols for AIX.Tom Rix1-61/+49
2001-09-03 * emultempl/beos.em: Declare prototypes for comparions functions,Andreas Jaeger1-29/+27