aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2015-09-09FT32 linker script now parameterized for flash and RAM size.jamesbowman2-2/+10
2015-09-09[AArch64] Relax TLS local dynamic traditional into local executableJiong Wang6-0/+88
2015-09-09Update the simplified Chinese translation.Nick Clifton2-794/+1130
2015-09-08Extend the descriptiopn of how to access linker defined symbols from C.Nick Clifton2-0/+18
2015-09-07ld: Fix failures in new orphan handling tests.Andrew Burgess4-7/+16
2015-09-05Update ld-elf/orphan-8.map to support 32-bit targetsH.J. Lu2-4/+8
2015-09-04ld: Extend options for altering orphan handling behaviour.Andrew Burgess18-65/+195
2015-09-03Fix typo in desription of linker script symbols.Nick Clifton2-1/+6
2015-09-03Fix a typo in the linker documentation: The COFF section .build-id should be ...Nick Clifton2-1/+6
2015-09-03Add ifunc tests for call, jmp, add, testH.J. Lu9-81/+50
2015-09-02Add 2 ifunc tests for i386 and x86-64H.J. Lu9-0/+211
2015-09-01Skip PLT for function pointer initializationH.J. Lu16-16/+199
2015-08-27Add reloc sort testAlan Modra4-0/+62
2015-08-26Select MIPS ABi based upon abiflags rather than e_flags.Matthew Fortune2-34/+44
2015-08-19[AArch64][6/6] LD support TLSLD load/store relocation typesJiong Wang26-0/+276
2015-08-19[AArch64][4/6] LD support TLSLD move/add relocation typesJiong Wang30-0/+284
2015-08-19[AArch64][2/6] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang6-0/+45
2015-08-19Remove link_info.picAlan Modra7-18/+16
2015-08-18Add another test for PR ld/18841H.J. Lu3-5/+44
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu5-0/+58
2015-08-18Add output_type to bfd_link_infoH.J. Lu51-229/+320
2015-08-18PPC64: Allow .TOC. in linker script to override backend calculated valueAlan Modra2-0/+5
2015-08-13Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu7-0/+48
2015-08-13Add ChangeLog for check_ifunc_attribute_availableH.J. Lu1-0/+1
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu6-0/+50
2015-08-12[MIPS] Map 'move' to 'or'.Simon Dardis30-71/+102
2015-08-12Remove ChangeLog separatorAlan Modra1-1/+1
2015-08-12[AArch64] Fix test failures on elf configurationJiong Wang6-29/+47
2015-08-12Remove trailing spaces in ldH.J. Lu6-54/+54
2015-08-12[AArch64] Rename relocs-257-symbolic-func ld test to relocs-1027-symbolic-func.Thomas Preud'homme4-2/+11
2015-08-11[AArch64] Commit missing testcasesJiong Wang4-0/+56
2015-08-11[AArch64] Long branch veneer support far symbol defined by --defsymJiong Wang2-0/+9
2015-08-11[AArch64] PR18668, repair long branch veneer for plt stubJiong Wang8-0/+133
2015-08-11[AArch64][8/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang10-0/+82
2015-08-11[AArch64][6/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang2-1/+6
2015-08-11[AArch64][3/8] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang4-0/+23
2015-08-11Skip IFUNC relocations in debug sectionsH.J. Lu6-0/+114
2015-08-07Properly merge hidden versioned symbolH.J. Lu6-1/+88
2015-08-06Revert ALIGN changesAlan Modra4-52/+43
2015-08-04ld: map option for run_dump_test requires no program.Andrew Burgess2-0/+10
2015-08-04ld: Add file based error/warning regexp for run_dump_test.Andrew Burgess2-17/+78
2015-08-04ld: Add '--require-defined' command line option.Andrew Burgess15-0/+209
2015-08-03ld/doc: Document that multiple MEMORY commands are allowed.Andrew Burgess2-3/+9
2015-07-30Don't change the default symbol for relocatable linkH.J. Lu3-0/+29
2015-07-29Use noclone attribute only for GCC 4.5 or newerH.J. Lu2-0/+9
2015-07-29Move run-time support check for size relocationH.J. Lu2-14/+18
2015-07-29Don't set link_info.executable for "ld -r"H.J. Lu2-1/+6
2015-07-28Fallout from "Reorder more powerpc64 sections for -z relro"Alan Modra2-9/+13
2015-07-27Set NOPIE_CFLAGS and NOPIE_LDFLAGSH.J. Lu3-94/+276
2015-07-27Check address of versined symbolH.J. Lu3-5/+19