aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Fix some AVR test failures.Senthil Kumar Selvaraj6-8/+30
2016-05-03PR 10549: MIPS/LD: Handle OSABI setting for STB_GNU_UNIQUEMaciej W. Rozycki2-1/+7
2016-05-03[AArch64] Also puts value in place for R_AARCH64_RELATIVEJiong Wang9-1/+89
2016-05-03Skip ELF STT_COMMON linker tests if shared libraries are not supported.Senthil Kumar Selvaraj2-0/+13
2016-04-29Download source only on remote hostH.J. Lu3-7/+32
2016-04-27Limit ld-elf/compressed1b.d to Linux/GNU targetsH.J. Lu2-0/+5
2016-04-27Skip debug sections when estimating distancesH.J. Lu2-4/+13
2016-04-27Pass --compress-debug-sections=none to ldH.J. Lu3-2/+8
2016-04-27Fix powerpc64 ld testsuite failAlan Modra2-2/+7
2016-04-25Allow powerpc64le-linux-gnu toolchain to support big endian targets as well.Nick Clifton2-2/+11
2016-04-25AVR: Allow the start address of the .text section to be set by --section-start.Senthil Kumar Selvaraj2-1/+5
2016-04-21Always run LTO tests on Linux with GCC 4.9 or newerH.J. Lu1-0/+21
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton2-5/+12
2016-04-21New NOCROSSREFS_TO testsAlan Modra6-10/+19
2016-04-20Move ELF relocation check after lang_gc_sectionsH.J. Lu3-14/+31
2016-04-20Check R_386_NONE/R_X86_64_NONE in eh6.dH.J. Lu2-1/+10
2016-04-20Add ld-x86-64/pic1 testH.J. Lu4-0/+12
2016-04-20Add ld-x86-64/pie2 testH.J. Lu4-0/+18
2016-04-20Check run-time R_X86_64_32 relocation overflowH.J. Lu5-0/+36
2016-04-20Check ELF relocs after opening all input filesH.J. Lu10-0/+48
2016-04-20Replace .long with .dc.a on my_personality_v0H.J. Lu2-1/+6
2016-04-20update many old style function definitionsTrevor Saunders2-1/+5
2016-04-19Add another testcase for PR ld/19719H.J. Lu4-0/+27
2016-04-18Add new NOCROSSREFS_TO linker script commandMatthew Fortune13-7/+180
2016-04-15Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu3-83/+164
2016-04-14arc/nps400 : New cmem instructions and associated relocationAndrew Burgess6-0/+69
2016-04-14Extend PE matching regexp in PR 19457 test to match cygwin and mingw targets.Nick Clifton2-0/+15
2016-04-13ld/testsuite: Initialise a variable to prevent tcl errorsAndrew Burgess2-0/+6
2016-04-13Update x86-64 tests for --as-neededH.J. Lu2-12/+34
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu9-0/+58
2016-04-09Adjust default memory size and stack base address for SH simulator.Oleg Endo2-2/+6
2016-04-08PR18452, ld allows overlapping sectionsAlan Modra2-19/+34
2016-04-08Show sizes in linker map in target machine address unitsDan Gisselquist2-4/+15
2016-04-07ld/arc: Make little endian default choice for linker scriptsAndrew Burgess2-3/+8
2016-04-07Fix typo in name of MSP430 attribute section.Nick Clifton3-2/+8
2016-04-05ld/arc: Fix linker for big-endian arc targetsAndrew Burgess28-93/+65
2016-04-05ELF/LD: Avoid producing hidden and internal dynamic symbolsMaciej W. Rozycki17-10/+166
2016-04-05[ARC] Fix ld testsuite failures.Claudiu Zissulescu15-12/+38
2016-04-04Add missing pr19827-nacl.rd for i386/x86-64 NaClH.J. Lu3-0/+16
2016-04-04More fixes for COFF/PE lanker garbage collection.Nick Clifton1-0/+10
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2-47/+48
2016-03-31enable -Wwrite-strings for gasTrevor Saunders1-2/+18
2016-03-31More cases of missing TO_ADDR in ldlang.cAlan Modra2-14/+21
2016-03-30ld/testing: Fix error and warning checks in run_dump_testAndrew Burgess4-5/+12
2016-03-30PR18452, ld allows overlapping sectionsAlan Modra3-46/+116
2016-03-30Missing TO_ADDRAlan Modra2-1/+6
2016-03-30Use consistent test for .tbss sections in ldlang.cAlan Modra2-12/+15
2016-03-22Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton6-34/+47
2016-03-22Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton2-1/+23
2016-03-21Remove use of alloca.Nick Clifton5-28/+48