aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
2003-07-10 * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.Alan Modra1-3/+5
2003-07-08 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):Joern Rennecke1-1/+8
2003-06-28Convert to C90Alan Modra3-6/+4
2003-06-27 * emultempl/aix.em: Convert to C90, remove unnecessary prototypesAlan Modra29-1160/+605
2003-06-25Correct spelling of "relocatable".Alan Modra26-112/+112
2003-06-24 * emultempl/ppc32elf.em: Convert to C90.Alan Modra1-3/+1
2003-06-20 * emultempl/ppc64elf.em: Convert to C90 function definitions, removeAlan Modra1-58/+20
2003-06-19 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump outAlan Modra1-1/+15
2003-06-19 * emultempl/ppc64elf.em (build_section_lists): Check return statusAlan Modra1-2/+3
2003-06-08 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.Alan Modra1-2/+37
2003-06-062003-06-05 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2003-06-03binutils/Jakub Jelinek1-0/+12
2003-05-30bfd/Jakub Jelinek1-2/+22
2003-05-30(arm_elf_before_allocation): Replace ASSERT with a test for a NULLNick Clifton1-2/+6
2003-05-29Replace <ctype.h> with "safe-ctype.h"Nick Clifton1-3/+2
2003-05-09 * Makefile.am (em68hc11elf.c): Correct dependencies.Alan Modra1-1/+1
2003-04-19 * emultempl/m68hc1xelf.em: New file to generate far trampolines onStephane Carrez1-0/+391
2003-04-02pe-dll.c (pe_detail_list): arm-pe targets use underscores.Nick Clifton1-1/+9
2003-04-01Add Xtensa portNick Clifton1-0/+1586
2003-03-02 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.Alan Modra1-0/+83
2003-02-28 * ldemul.c: Include getopt.h.Alan Modra2-4/+2
2003-02-28 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combrelocAlan Modra1-0/+23
2003-02-28 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.Alan Modra21-281/+283
2003-02-26* emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): FixAlexandre Oliva1-1/+1
2003-02-21Disable region size checking whilst relaxing sections.Nick Clifton3-7/+7
2003-02-18 * emultempl/ppc32elf.em: New file.Alan Modra1-0/+84
2003-02-17 * emultempl/ppc64elf.em (ppc_create_output_section_statements): CheckAlan Modra1-17/+27
2003-02-11 * hppaelf.em (group_size): Change default back to 1.Dave Anglin1-1/+1
2003-02-09 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.Alan Modra1-16/+28
2003-02-07 * hppaelf.em (group_size): Change default to -1.Dave Anglin1-1/+1
2003-02-07Add duplicate entry for no-pipeline-knowledge. This will prevent the getoptNick Clifton1-6/+5
2003-02-04 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections thenAlan Modra1-1/+14
2003-02-03 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysrootDaniel Jacobowitz1-3/+5
2003-01-23include/elf/ChangeLogAlan Modra1-9/+10
2003-01-23Remove an extra "i" in --dll-search-prefix.Nick Clifton1-5/+6
2003-01-17 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do notAndreas Jaeger1-1/+1
2003-01-06 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.Daniel Jacobowitz1-33/+75
2002-12-17Don't search for data import when auto-import is disabled.Nick Clifton1-63/+70
2002-12-17Use LD_PATHMAX+1 to account for trailing '\0'.Nick Clifton1-2/+2
2002-12-17Duplicate entry for --compact-implib so that it is not confused with -c.Nick Clifton1-0/+3
2002-12-16Add support to skip import libraries for performance reasons and insteadNick Clifton1-28/+35
2002-12-10 * emultempl/elf32.em (struct orphan_save): Add os_tail field.Alan Modra1-0/+22
2002-12-04 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): SetAlan Modra1-3/+13
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra23-518/+536
2002-11-14Add --enable-auto-import extension.Nick Clifton1-19/+29
2002-11-12 * emultempl/ppc64elf.em (ppc_before_allocation): New function.Alan Modra2-59/+73
2002-11-06Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton1-215/+214
2002-10-30 * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz4-4/+4
2002-10-23 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*Jakub Jelinek1-0/+1
2002-10-10 * emultempl/elf32.em (output_rel_find): Prefer .rel script sectionsAlan Modra1-21/+31