summaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)Author
2015-03-11Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is generatedAlan Modra
2015-03-05Add extern_protected_data and set it for x86H.J. Lu
2015-03-04Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford
2015-03-02Correct -z nocopyreloc docAlan Modra
2015-02-28Pad only text sections at end by defaultAlan Modra
2015-02-27Fixes a problem with the linker script parser not always handling the ! chara...Nick Clifton
2015-02-27Fix recent h8300 configury changesAlan Modra
2015-02-26[AArch64] Add tiny DESC test cases.Marcus Shawcroft
2015-02-26Add tiny memory model GD test cases.Marcus Shawcroft
2015-02-26Adding tls-tiny-ie test.Marcus Shawcroft
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo
2015-02-25AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess
2015-02-25[SH] Fix clrs, sets, pref insn arch memberships.Oleg Endo
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton
2015-02-25Add aligned string merge testAlan Modra
2015-02-24This patch modifies the AVR linker script templates to use __<name>_REGION_LE...Senthil Kumar Selvaraj
2015-02-23Add support for the h8300-linux target.Yoshinori Sato
2015-02-23Fixes a problem where "ld -ixxx" would report an error of "ld: bad -rpath opt...Nick Clifton
2015-02-19Use nm/readelf with "failif"H.J. Lu
2015-02-19Strip undefined symbols from .symtabAlan Modra
2015-02-18Properly place the NULL STT_FILE symbol revistitedAlan Modra
2015-02-16Correct a typo in ld/testsuite/ChangeLogH.J. Lu
2015-02-16Update more ld testcases after PR ld/17975 fixH.J. Lu
2015-02-16Add ChangeLog entries for PR ld/17975 fixH.J. Lu
2015-02-16Properly place the NULL STT_FILE symbolH.J. Lu
2015-02-14Add a testcase for PR ld/17973H.J. Lu
2015-02-14PR ld/17973 LTO file symsAlan Modra
2015-02-13Mention support for LLVM plugin in NEWSH.J. Lu
2015-02-13Correct ld.texinfo cross referenceAlan Modra
2015-02-12Replace elf_i386 with elf_i386_nacl for naclH.J. Lu
2015-02-11Add --[no-]map-whole-files for gold compatibilityH.J. Lu
2015-02-11Output "warning:" or "error:" in plugin messagesH.J. Lu
2015-02-11Remove unused dump_tv_tagH.J. Lu
2015-02-11Add ChangeLogs for 439b7f41bH.J. Lu
2015-02-11Add ChangeLogs for commit 5ae0078cdH.J. Lu
2015-02-11Add tests for non-object IR fileH.J. Lu
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu
2015-02-10Initialize use_mmapH.J. Lu
2015-02-10Unmap the buffer if plugin didn't claim the fileH.J. Lu
2015-02-10Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu
2015-02-10Align offset passed to mmapH.J. Lu
2015-02-08Don't bfd_check_format if not neededH.J. Lu
2015-02-08Check format against bfd_object directlyH.J. Lu
2015-02-07Replace entry->the_bfd with ibfdH.J. Lu
2015-02-07Update plugin_maybe_claimH.J. Lu
2015-02-07Issue relocation in RO section warning for -z textH.J. Lu
2015-02-06Document -z text, -z notext and -z textoffH.J. Lu
2015-02-06Use mmap and cache the view buffer for get_viewH.J. Lu
2015-02-06Properly mark the plugin symbol undefinedH.J. Lu
2015-02-05Close fd only if fd != -1H.J. Lu