aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2017-04-11PR 21274, ld segfaults linking PE DLLAlan Modra6-114/+155
2017-04-10Document undocumented linker command line options.Nick Clifton2-0/+32
2017-04-10PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra4-14/+24
2017-04-10Clean elfvsb files left over from previous runsAlan Modra2-2/+14
2017-04-07Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIEH.J. Lu2-1/+10
2017-04-07ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu2-1/+7
2017-04-07Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.Nick Clifton2-1/+7
2017-04-07Tweak MBIND ld test for ARM.Alan Modra2-4/+8
2017-04-07pe/coff: handle weak defined symbol for gc-sections.Tristan Gingold4-0/+35
2017-04-07mbind tests: don't check PT_LOAD headersAlan Modra4-24/+6
2017-04-05PR ld/21233: change xfails to kfails, fix the indentation issueHans-Peter Nilsson2-3/+20
2017-04-05PR ld/21233: xfail failing test-parts for cris*-*-*Hans-Peter Nilsson2-2/+9
2017-04-04PR ld/21233: Avoid sweeping forced-undefined symbols in section GCMaciej W. Rozycki9-0/+101
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu10-1/+290
2017-04-03 IA16 supportAndrew Jenner1-0/+1
2017-04-03Correct the ChangeLog entryH.J. Lu1-1/+1
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu39-0/+1104
2017-03-28Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistencyHans-Peter Nilsson5-0/+59
2017-03-24readelf: Fix incorrect "Version definition past end of section" message (Chan...Maciej W. Rozycki1-1/+2
2017-03-21Disable shared library tests for nios2-*-elf.Sandra Loosemore2-0/+6
2017-03-21ld: check overflow only for allocated sections.Tristan Gingold2-14/+20
2017-03-17ld sec64k test fixAlan Modra2-2/+8
2017-03-15ld-checks: tweak overflow checks.Tristan Gingold2-0/+8
2017-03-14Use addr_mask to check VMA and LMAH.J. Lu2-2/+7
2017-03-13Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AA...Nick Clifton2-2/+7
2017-03-13ld: add an error in case of address space overflow.Tristan Gingold7-0/+66
2017-03-13PowerPC: incorrect library search orderAlexey Neyman2-5/+10
2017-03-11Add sysroot for ld -rpath searchAlan Modra2-0/+7
2017-03-11Rewrite add_sysrootAlan Modra2-53/+105
2017-03-11Don't use -rdynamic in ld testAlan Modra2-1/+6
2017-03-11Don't run new orphan tests on i860 and i960Alan Modra4-10/+14
2017-03-09ld: Track changes to default region LMA even for empty sectionsAndrew Burgess6-7/+47
2017-03-09ld: better handling of lma region for orphan sectionsAndrew Burgess6-10/+89
2017-03-09ld: Orphan section documentationAndrew Burgess1-6/+20
2017-03-07Fix ld uninitialized read of script ASSERT data structureAlan Modra2-1/+7
2017-03-05Align eh_frame FDEs according to their encodingAlan Modra17-177/+148
2017-03-03Make the linker fail if asked to create more than 1^16 ordinal values for PE ...Nick Clifton2-26/+35
2017-03-02Avoid gcc-7 warning killing ld testcasesAlan Modra2-4/+9
2017-02-28Nios2 dynobj handling fixesAlan Modra2-1/+5
2017-02-28PowerPC addpcis fixAlan Modra2-4/+9
2017-02-28MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALRMaciej W. Rozycki4-2/+51
2017-02-27Place read-only data in the text section on AVR Tiny targets.Georg-Johann Lay2-2/+15
2017-02-25Testsuite fixes for hppa64-hpuxAlan Modra16-55/+110
2017-02-24readelf: Fix incorrect "Version definition past end of section" messageMaciej W. Rozycki7-0/+118
2017-02-23MIPS/BFD: Remove duplicate NewABI JALR relocation handlingMaciej W. Rozycki5-4/+12
2017-02-23MIPS/BFD: Discard ineligible JALR relocations right awayMaciej W. Rozycki3-1/+32
2017-02-23Correct VLE 16D and SDAREL relocationsAlan Modra3-48/+56
2017-02-22PR ld/20828: Move symbol version processing ahead of GC symbol sweepMaciej W. Rozycki9-1/+106
2017-02-21Fix compile time warning message in linker testsuite test.Nick Clifton2-6/+13
2017-02-21PE ld -r script fixesAlan Modra3-15/+31