aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2016-12-03PowerPC64 dot-symbol compatibility bugfixesAlan Modra9-1/+95
2016-12-03PowerPC64 dot-sym testsuite fixesAlan Modra56-118/+241
2016-12-03ld-elfvers don't fail on non-empty resultsAlan Modra2-2/+11
2016-12-03Correct cdtest g++ version testAlan Modra2-1/+5
2016-12-03try_copy_symbol_type node_class checkAlan Modra2-9/+9
2016-12-02Fix seg-fault in the linker when attempting to print out a malicious linker s...Nick Clifton2-1/+5
2016-12-02Fix seg-fault in linker when applying relocs to a corrupt binary.Nick Clifton2-4/+15
2016-12-02Fix seg-fault linking corrupt binary.Nick Clifton2-3/+9
2016-12-02Add support for Fushia OS.Josh Conner6-1/+71
2016-12-01Fix generation of IDATA[6] for PE files.Rudy Y2-2/+14
2016-12-01Fix accesses to the GOT for AARCH64 operating in 32-bit mode.Yury Norov4-0/+38
2016-11-28arc/ld: Remove duplicate TEMPLATE_NAME from emulparam fileAndrew Burgess2-1/+4
2016-11-28Update linker tests after partial reversion of PR 20815 patch.Nick Clifton4-5/+12
2016-11-28Properly hide hidden versioned symbol in executableH.J. Lu3-0/+12
2016-11-27Fix powerpc vle test for sorting of program headersAlan Modra2-3/+8
2016-11-27Fix spelling in comments in .y files (ld)Ambrogino Modigliani2-2/+6
2016-11-27Fix spelling in comments in .sc files (ld)Ambrogino Modigliani5-6/+13
2016-11-27Fix spelling in comments in .em files (ld)Ambrogino Modigliani6-6/+14
2016-11-27Fix spelling in comments in Expect scripts (ld)Ambrogino Modigliani5-4/+11
2016-11-27Fix spelling in comments in Assembler files (ld)Ambrogino Modigliani7-9/+18
2016-11-27Fix spelling in comments in C source files (ld)Ambrogino Modigliani6-7/+15
2016-11-24[ARM] Bind defined symbol locally in PIEJiong Wang5-0/+29
2016-11-24Fix snafu parsing $ORIGIN.Nick Clifton2-1/+8
2016-11-23Adjust linker test for arm-vxworks in wake of patch for PR 20815.Nick Clifton2-1/+3
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton37-20/+104
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2-1/+5
2016-11-22PR20744, Incorrect PowerPC VLE relocsAlan Modra2-2/+15
2016-11-16Fix PR20789 - relaxation with negative valued diff relocsSenthil Kumar Selvaraj3-0/+33
2016-11-14Also check GOT PLT for R_X86_64_PLTOFF64H.J. Lu4-0/+53
2016-11-14 lexsup.c (parse_args): Add break at end of default case.Nick Clifton2-0/+5
2016-11-10[AArch64] Bind defined symbol locally in PIEJiong Wang5-0/+30
2016-11-07Fix infinite loop when processing rpath tokens.Nick Clifton3-27/+67
2016-11-07Note that the linker's --compress-debug-sections option overrides the compres...Nick Clifton2-11/+27
2016-11-04Remove support for $PLATFORM in rpath search paths.Nick Clifton5-35/+18
2016-11-04ld: Allow EXCLUDE_FILE to be used outside of the section listAndrew Burgess20-21/+231
2016-11-04ld: Create test object files based on source file nameAndrew Burgess6-7/+34
2016-11-04ld/xc16x: This target does not support -sharedAndrew Burgess2-0/+6
2016-11-04ld: Rename pattern within yacc grammar fileAndrew Burgess2-7/+12
2016-11-01Add support for RISC-V architecture.Nick Clifton10-1/+176
2016-10-31Initialize input statement created in add_archive_memberThomas Preud'homme3-0/+8
2016-10-15Regenerate spu_ovl.o_cAlan Modra2-53/+57
2016-10-14Add separate debug info file sectionAlan Modra2-0/+5
2016-10-12Update more tests for objdump changeAlan Modra6-9/+17
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton161-677/+841
2016-10-11Add support to the static linker for the tokens accepted by the dynamic linke...Nick Clifton5-2/+166
2016-10-11Always descend into output section statements in lang_do_assignmentsAlan Modra5-20/+39
2016-10-10S/390: Move binary start to 16M.Andreas Krebbel4-5/+10
2016-10-07Fold arithmetic integer expressions falloutAlan Modra2-6/+14
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+1
2016-10-07Add is_generic_elf to ld/ld-lib.expAlan Modra3-13/+26