aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra6-59/+0
2018-04-09Support PLT16 relocs against local symbolsAlan Modra1-0/+4
2018-04-05Stop the IA64 linker from removing unwind tables when garbage collecting.Nick Clifton1-2/+2
2018-03-07xtensa: ld: support -z relroMax Filippov1-0/+1
2018-03-02Ensure 8-byte alignment for AArch64 stubs.Jim Wilson6-6/+6
2018-02-26ld error/warning messagesAlan Modra3-7/+8
2018-02-02Disable -shared support in nios2-elf-ld.Sandra Loosemore1-1/+0
2018-01-26MIPS/LD: Correct `mips-*-windiss' target emulation configurationMaciej W. Rozycki1-0/+1
2018-01-05RISC-V: Disable shared library support for embedded elf.Jim Wilson1-2/+9
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-07mcore-elf lacks shared lib supportAlan Modra1-1/+0
2017-12-05Really fix riscv shared library __global_pointer$ problem.Jim Wilson1-1/+2
2017-12-04Riscv shared libraries should not export __global_pointer$.Jim Wilson1-1/+1
2017-11-12ld: Add OTHER_PLT_SECTIONSH.J. Lu4-8/+8
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu21-36/+0
2017-10-12ld whitespace fixesAlan Modra7-20/+20
2017-07-19[ARC] Add JLI support.John Eric Martin3-2/+5
2017-06-23S/390: Add support for pgste markerAndreas Krebbel1-0/+1
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu1-1/+4
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu4-0/+19
2017-06-13Replace multiple AVR scripts with a single, customizable linker script.Georg-Johann Lay18-2/+144
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu1-5/+0
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