aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-18Ensure that the .rdata_pseudo_runtime_reloc sections are not discarded by gab...Awson3-2/+9
2016-03-18Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj9-5/+114
2016-03-15Bind defined symbol locally in PIEH.J. Lu9-0/+58
2016-03-15Add -z noreloc-overflow option to x86-64 ldH.J. Lu18-0/+141
2016-03-13Add more tests for PR ld/19539H.J. Lu10-0/+53
2016-03-10PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targetsMickael Guene4-0/+99
2016-03-10Remove bogus LONG(0) from MSP430 built in linker script.Nick Clifton2-1/+4
2016-03-09Fix v850 bfd arch info printable namesPedro Alves3-2/+7
2016-03-08Don't create dynamic sections when relocatableH.J. Lu3-0/+25
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu9-23/+85
2016-03-08Support --as-needed in ifunc testsH.J. Lu2-6/+30
2016-03-07Support --as-needed in i386/x86-64 testsH.J. Lu3-14/+47
2016-03-07[AArch64] Create .got section if _GLOBAL_OFFSET_TABLE_ referencedJiong Wang4-0/+16
2016-03-06Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu3-12/+34
2016-03-04Fix a ChangeLog entryH.J. Lu1-1/+1
2016-03-04Treat common symbol in executable as definitionH.J. Lu4-0/+60
2016-03-02Skip ld-elf/pr19162.d for hppa-*-*H.J. Lu2-1/+6
2016-03-02Xfail mix_pic_and_non_pic on arm and aarch64H.J. Lu2-3/+12
2016-03-02Speedup mmo and pe orphan placement for relocatable linkH.J. Lu4-36/+68
2016-03-01Update PR ld/12365 test for GCC 6H.J. Lu2-1/+16
2016-03-01Skip ld-elf/pr19162.d for arc targetH.J. Lu2-0/+6
2016-03-01Speedup ELF orphan placement for relocatable linkH.J. Lu1-13/+20
2016-02-29Add a testcase for PR ld/19162H.J. Lu4-0/+20
2016-02-29[ARC] Local symbols relocation cleanupClaudiu Zissulescu4-3/+9
2016-02-29[ARC] General fixes.Claudiu Zissulescu2-2/+7
2016-02-26Add aarch64-*-rtems* targetJoel Sherrill1-1/+2
2016-02-26Add x86_64-*-rtems* targetJoel Sherrill1-1/+2
2016-02-26[BFD][AARCH64]Fix MOVW_SABS_G(0,1,2) relocation overflow check.Renlin Li11-26/+71
2016-02-26Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu89-54/+1116