aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2017-08-30PowerPC TPREL16_HA/LO reloc optimizationAlan Modra11-109/+191
2017-08-30PowerPC64 __tls_get_addr sequence optimizationAlan Modra8-30/+40
2017-08-30testsuite/ld-cris various files: Run ld with --hash-style=sysv.Hans-Peter Nilsson50-49/+82
2017-08-29Improve MSP430 section placement.Jozef Lawrynowicz20-45/+1331
2017-08-26Disallow copy relocation against protected data symbolH.J. Lu11-0/+290
2017-08-24ld: Add "--" after regexpH.J. Lu5-4/+12
2017-08-24ld: Replace regexp with string matchH.J. Lu3-4/+10
2017-08-24x86-64: Run pr22001-1b on x32H.J. Lu2-16/+37
2017-08-24x86-64: Check relocations with -z nocopyrelocH.J. Lu11-0/+249
2017-08-24ld: Early detection of orphans we know will be discardedAndrew Burgess7-15/+98
2017-08-24Test undefined symbols in shared librariesAlan Modra3-98/+195
2017-08-23Update PR ld/21903 tests for dejagnu 1.4.4H.J. Lu4-3/+9
2017-08-23x86-64: Properly report output type when PIC is neededH.J. Lu5-4/+11
2017-08-23x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu7-0/+99
2017-08-23Remove pr19161 test hppa xfailAlan Modra2-1/+5
2017-08-22Update PR ld/21964 testsH.J. Lu8-52/+107
2017-08-21Make __start/__stop symbols protected visibilityAlan Modra26-25/+136
2017-08-21PR ld/20125, MMIX weak symbolsHans-Peter Nilsson3-0/+29
2017-08-20Update testsuite/ld-x86-64/plt-main-bnd.ddH.J. Lu2-1/+7
2017-08-17Add new Brazilian Portuguese translation for the ld subdirectory.Nick Clifton4-2/+2958
2017-08-14PR21441, Unnecessary padding of .eh_frame sectionAlan Modra3-10/+8
2017-08-13ld: Restore linker scripts in PR ld/21884 testsH.J. Lu11-0/+67
2017-08-13Fix i686-nacl and x86_64-nacl pr21884 failuresAlan Modra3-8/+5
2017-08-11Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton7-0/+36
2017-08-11Add 2 more tests for PR ld/21884H.J. Lu7-0/+52
2017-08-10Add support for PE startup files that want to define their own constructor an...Nick Clifton3-16/+43
2017-08-09LD_CLASS: Check .libs/ld-new for linker firstH.J. Lu2-1/+7
2017-08-09Run PR ld/17618 test only with 64-bit ELF linkerH.J. Lu4-2/+23
2017-08-08ld: Require GCC 5 or above for 3 x86 testsH.J. Lu3-27/+44
2017-08-08ld: Add a ',' after -Wl,--rpathH.J. Lu3-2/+7
2017-08-08ld: Replace --rpath with -Wl,--rpathH.J. Lu3-2/+9
2017-08-08Add configure flag to enable gnu hash style by default.Romain Geissler5-3/+96
2017-08-08More support for ld --hash-style in the ld testsuiteAlan Modra11-9/+26
2017-08-07Move common symbol check after bed->common_definitionH.J. Lu2-8/+12
2017-08-07Support different ld --hash-style in the ld testsuiteAlan Modra175-354/+603
2017-08-06Treat common symbol as undefined for --no-define-commonH.J. Lu12-6/+63
2017-08-05Don't fail in elf32_hppa_set_gpAlan Modra2-1/+5
2017-08-04Add a testcase for "ld -d"H.J. Lu3-0/+17
2017-08-03Add more targets to the list of architectures not supporting format changing ...Nick Clifton5-19/+67
2017-08-03ELF checks for orphan placementAlan Modra2-29/+55
2017-08-02Check ELF section header only for ELF outputH.J. Lu6-1/+40
2017-08-02Revert the last change to emultempl/elf32.emH.J. Lu2-2/+4
2017-08-02Fix assertion failure for xtensa linker.Max Filippov2-1/+6
2017-08-02Fix seg-fault when trying to place non-ELF orphan sections.Nick Clifton2-0/+8
2017-07-31PR 21847, PowerPC64 --plt-localentry againAlan Modra2-2/+9
2017-07-29PR 21847, Don't default PowerPC64 to --plt-localentryAlan Modra2-0/+19
2017-07-28Make some improvements to how SORT_* specifiers and EXCLUDE_FILE specifiers a...Andrew Burgess20-60/+244
2017-07-27Move AVR .promemx.* sections into higher memory.Georg-Johann Lay2-1/+9
2017-07-25__tls_get_addr_opt stub eh_frame infoAlan Modra5-3/+44
2017-07-24[ARC] Fix big-endian ld tests errors.claziss4-5/+13