aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2019-05-28MIPS/LD: Skip overflow check for %pcrel_hi relocationsFaraz Shahbazker7-11/+73
2019-05-28PE linker segmentation fault with MALLOC_PERTURB_=1Alan Modra3-2/+11
2019-05-28aarch64: fix variant_pcs ld testsSzabolcs Nagy3-78/+81
2019-05-27Generic ELF target group signature symbolAlan Modra2-1/+9
2019-05-24aarch64: handle STO_AARCH64_VARIANT_PCS in bfdSzabolcs Nagy8-0/+339
2019-05-24Regen POTFILES for bpfAlan Modra2-0/+5
2019-05-24PowerPC notoc linkage stubsAlan Modra4-0/+50
2019-05-24PowerPC GOT_PCREL34 optimisationAlan Modra5-0/+225
2019-05-23ld: add support for eBPFJose E. Marchesi13-8/+143
2019-05-23Re: Have the linker report an error if the same script is used twiceAlan Modra2-30/+52
2019-05-22Have the linker report an error if the same script is used twice.Nick Clifton5-6/+57
2019-05-21MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared libraryFaraz Shahbazker6-4/+53
2019-05-21MIPS/LD: Fix memory fault linking non-PIC object in to shared libraryFaraz Shahbazker8-0/+68
2019-05-21[MIPS] Add generation of PLT entries with compact jumps for MIPS R6Matthew Fortune11-2/+236
2019-05-21[binutils][Arm] Fix Branch Future relocation handling and testismsAndre Vieira5-0/+54
2019-05-21AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373)Tamar Christina12-4/+178
2019-05-21Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relat...Senthil Kumar Selvaraj3-0/+34
2019-05-21Fix PR 24564 - link fails for some rcalls/rjmps with wraparoundSenthil Kumar Selvaraj3-0/+29
2019-05-20[MIPS] PR gas/14798: Limit IRIX5 specific default typing to IRIX targetsFaraz Shahbazker3-4/+11
2019-05-17PR24567, assertion failure in ldlang.c:6868 when compiling with -fltoAlan Modra2-18/+30
2019-05-09Use the correct names for the init and fini array start symbols in the defaul...Dimitar Dimitrov2-2/+7
2019-05-08Fix compile time warning when building the linker in a MinGw32 environment us...Pekka Sepp?nen2-1/+7
2019-05-06PicoJava weak undefined symbolsAlan Modra2-1/+4
2019-05-04m32c padding with nopsAlan Modra3-4/+7
2019-05-04PR24511, nm should not mark symbols in .init_array as "t"Alan Modra7-12/+60
2019-04-30PowerPC64 GOT indirect to GOT relative optimisationAlan Modra11-37/+47
2019-04-30ld.texi tweak for pod2manAlan Modra2-7/+13
2019-04-26Don't complain undefined weak dynamic referenceH.J. Lu5-0/+37
2019-04-26Updated Russian translation for the ld subdirectory.Nick Clifton2-1398/+6670
2019-04-26Fix the hyphenation of word phrases such as "target specific" and "machine sp...Christopher Yeleighton2-6/+10
2019-04-25LTO: Properly handle wrapper symbols in IRH.J. Lu7-10/+89
2019-04-25[BFD, AArch64] Improve bti/pac plts.Sudakshina Das8-13/+22
2019-04-24Use better test for usable compiler in ld testsuite.Sandra Loosemore41-55/+155
2019-04-23Fix automatic makefile dependencies for generated ld/e*.cAlan Modra4-17/+36
2019-04-22Fix M5100 flags test with interAptiv-MR2Matthew Fortune2-1/+7
2019-04-19s12z and h8300 no-print-map-discarded failsAlan Modra3-2/+10
2019-04-17x86: Suggest -fPIE when not building shared objectH.J. Lu16-13/+47
2019-04-17x86: Also check x86 linker_def for non-shared definitionH.J. Lu9-0/+83
2019-04-17MSP430 Linker: Define __crt0_init_bss/__crt0_movedata symbols when .lower or ...Jozef Lawrynowicz11-72/+253
2019-04-16ns32k testsuite tidyAlan Modra4-5/+11
2019-04-15Skip print-map-discarded test for non-ELF targetsFaraz Shahbazker2-1/+8
2019-04-15[binutils, ARM, 11/16] New BFCSEL instruction for Armv8.1-M MainlineAndre Vieira4-0/+52
2019-04-15[binutils, ARM, 9/16] New BFL instruction for Armv8.1-M MainlineAndre Vieira4-0/+42
2019-04-15[binutils, ARM, 6/16] New BF instruction for Armv8.1-M MainlineAndre Vieira4-0/+43
2019-04-15[binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLIAndre Vieira4-0/+22
2019-04-13Automatic makefile dependencies for generated ld/e*.cAlan Modra155-2808/+1050
2019-04-13ld TDIRS substitutionAlan Modra5-62/+28
2019-04-12Fix thinko in linker documentation.Nick Clifton2-1/+7
2019-04-11ld: Add --no-print-map-discarded optionFaraz Shahbazker12-12/+76
2019-04-11x86: Add -z cet-report=[none|warning|error]H.J. Lu36-0/+355