aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Update avrxmega3 linker emulation to support avrxmega2 devices with flash mem...eorg-Johann Lay1-0/+1
2017-05-11x86-64: Rename .plt.bnd to .plt.secH.J. Lu1-1/+1
2017-05-10i386: Set CHECK_RELOCS_AFTER_OPEN_INPUT to yesH.J. Lu3-0/+3
2017-04-19Implement -z dynamic-undefined-weakAlan Modra2-5/+10
2017-03-13PowerPC: incorrect library search orderAlexey Neyman1-5/+5
2017-02-20Move .stack before debug sectionsAlan Modra10-100/+33
2017-02-13Don't use "_gp" on RISC-V, use "_global_pointer$" insteadPalmer Dabbelt1-1/+1
2017-01-29Fix long-standing buglet and fallout from now-default initfini-array.Hans-Peter Nilsson1-2/+1
2017-01-10X32: Place .plt.got section after .plt sectionH.J. Lu1-0/+4
2017-01-10[ARC] Add new linker emulation for npsGraham Markall2-0/+81
2017-01-09Remove some custom sections from RISC-V's default linker scriptsPalmer Dabbelt1-12/+0
2017-01-02Support -z relro on metagAlan Modra1-0/+1
2017-01-02Support -z relro on hppaAlan Modra1-2/+11
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-31PRU LD PortDimitar Dimitrov1-0/+19
2016-12-02Add support for Fushia OS.Josh Conner2-0/+34
2016-11-28arc/ld: Remove duplicate TEMPLATE_NAME from emulparam fileAndrew Burgess1-1/+0
2016-11-01Add support for RISC-V architecture.Nick Clifton4-0/+59
2016-10-10S/390: Move binary start to 16M.Andreas Krebbel1-1/+1
2016-10-06Add workaround for bash 4.2 scripting problem.Ludovic Court?s1-1/+2
2016-09-23S/390: Move start of 64 bit binaries from 2GB to 256MB.Andreas Krebbel1-1/+1
2016-08-09Support -pie for arm*-eabi targets.Roland McGrath1-0/+1
2016-08-02Fix SH GOT allocation in the presence of linker garbage collection.Nick Clifton7-1/+22
2016-07-19Support -pie for aarch64*-elf targets.Roland McGrath2-0/+4
2016-07-14[ARC] Fix/improve small data support.Claudiu Zissulescu1-1/+1
2016-05-23Add support for configuring for the ARM Phoenix target.Kuba Sejdak1-0/+24
2016-05-19[ARC] Emulation and default script template changes.Claudiu Zissulescu2-7/+12
2016-05-05More setting CHECK_RELOCS_AFTER_OPEN_INPUT to yesH.J. Lu3-0/+3
2016-04-20Check ELF relocs after opening all input filesH.J. Lu8-0/+8
2016-04-09Adjust default memory size and stack base address for SH simulator.Oleg Endo1-2/+2
2016-04-07ld/arc: Make little endian default choice for linker scriptsAndrew Burgess1-3/+4
2016-04-05ld/arc: Fix linker for big-endian arc targetsAndrew Burgess11-76/+16
2016-03-15Add -z noreloc-overflow option to x86-64 ldH.J. Lu3-0/+13
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu12-2/+28
2016-01-05Fix the execution of the MSP430 simulator testsuite.Nick Clifton1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-29Add support for AArch64 CloudABI binaries.Ed Schouten2-0/+39
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu11-0/+58
2015-10-07New ARC implementation.Nick Clifton10-7/+210
2015-09-22Solaris PIE supportRainer Orth1-0/+2
2015-07-24Fix the evaluation of RL78 complex relocs, by making immediate values be comp...Nick Clifton1-2/+3
2015-07-20ALIGN change affects cris scriptsAlan Modra1-2/+4
2015-06-26Compile-in IAMCU linker scriptsH.J. Lu1-0/+1
2015-05-11Add Intel MCU support to ldH.J. Lu1-0/+33
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton1-1/+1
2015-04-24Change msp430 emulation to msp430elfDJ Delorie2-1/+1
2015-04-23Align .TOC. for PowerPC64Alan Modra1-1/+1
2015-04-14Add -z noextern-protected-data to ld for ELF/x86H.J. Lu10-2/+22
2015-04-09Remove BNDPLT and add PARSE_AND_LIST_ARGS_CASE_ZH.J. Lu1-1/+8
2015-04-08Skip empty EMULATION_NAMEH.J. Lu1-3/+4