summaryrefslogtreecommitdiff
path: root/ld
Commit message (Expand)AuthorAgeFilesLines
* [ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo2015-02-2623-15/+104
* AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess2015-02-259-0/+89
* [SH] Fix clrs, sets, pref insn arch memberships.Oleg Endo2015-02-2522-174/+164
* Adds support for generating notes in V850 binaries.Nick Clifton2015-02-2410-5/+82
* Add aligned string merge testAlan Modra2015-02-253-0/+35
* This patch modifies the AVR linker script templates to use __<name>_REGION_LE...Senthil Kumar Selvaraj2015-02-246-11/+49
* Add support for the h8300-linux target.Yoshinori Sato2015-02-238-1/+107
* Fixes a problem where "ld -ixxx" would report an error of "ld: bad -rpath opt...Nick Clifton2015-02-232-1/+6
* Use nm/readelf with "failif"H.J. Lu2015-02-194-0/+25
* Strip undefined symbols from .symtabAlan Modra2015-02-1917-46/+26
* Properly place the NULL STT_FILE symbol revistitedAlan Modra2015-02-1829-52/+69
* Correct a typo in ld/testsuite/ChangeLogH.J. Lu2015-02-161-1/+1
* Update more ld testcases after PR ld/17975 fixH.J. Lu2015-02-1619-46/+64
* Add ChangeLog entries for PR ld/17975 fixH.J. Lu2015-02-161-0/+22
* Properly place the NULL STT_FILE symbolH.J. Lu2015-02-1618-68/+68
* Add a testcase for PR ld/17973H.J. Lu2015-02-146-2/+39
* PR ld/17973 LTO file symsAlan Modra2015-02-145-5/+29
* Mention support for LLVM plugin in NEWSH.J. Lu2015-02-132-0/+6
* Correct ld.texinfo cross referenceAlan Modra2015-02-132-4/+7
* Replace elf_i386 with elf_i386_nacl for naclH.J. Lu2015-02-122-1/+5
* Add --[no-]map-whole-files for gold compatibilityH.J. Lu2015-02-112-0/+11
* Output "warning:" or "error:" in plugin messagesH.J. Lu2015-02-118-5/+47
* Remove unused dump_tv_tagH.J. Lu2015-02-113-98/+11
* Add ChangeLogs for 439b7f41bH.J. Lu2015-02-112-0/+47
* Add ChangeLogs for commit 5ae0078cdH.J. Lu2015-02-111-0/+16
* Add tests for non-object IR fileH.J. Lu2015-02-1120-3/+1873
* Merge linker plugin handling into BFD plugin supportH.J. Lu2015-02-111-32/+73
* Initialize use_mmapH.J. Lu2015-02-102-0/+5
* Unmap the buffer if plugin didn't claim the fileH.J. Lu2015-02-102-12/+50
* Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu2015-02-101-0/+4
* Align offset passed to mmapH.J. Lu2015-02-102-3/+16
* Don't bfd_check_format if not neededH.J. Lu2015-02-082-3/+8
* Check format against bfd_object directlyH.J. Lu2015-02-082-1/+6
* Replace entry->the_bfd with ibfdH.J. Lu2015-02-072-1/+6
* Update plugin_maybe_claimH.J. Lu2015-02-075-57/+83
* Issue relocation in RO section warning for -z textH.J. Lu2015-02-0711-0/+57
* Document -z text, -z notext and -z textoffH.J. Lu2015-02-063-0/+21
* Use mmap and cache the view buffer for get_viewH.J. Lu2015-02-065-19/+275
* Properly mark the plugin symbol undefinedH.J. Lu2015-02-064-8/+29
* Close fd only if fd != -1H.J. Lu2015-02-052-3/+11
* Add plugin_input_file_tH.J. Lu2015-02-052-16/+119
* Pass -flto-partition=none to the PR ld/12365 testH.J. Lu2015-02-042-1/+6
* Mark the plugin symbol undefinedH.J. Lu2015-02-035-0/+172
* Add a testcase for PR ld/14918H.J. Lu2015-02-034-0/+20
* xlc -z relro toc section fixesAlan Modra2015-02-022-2/+15
* Move -rc before $aroptsH.J. Lu2015-01-292-1/+5
* Remove plugin_active_plugins_p()H.J. Lu2015-01-296-15/+12
* Correct PowerPC64 local-dynamic TLS linker optimizationAlan Modra2015-01-296-2/+189
* Make plugin_get_ir_dummy_bfd staticH.J. Lu2015-01-283-9/+12
* The initial support for LDPT_GET_VIEWH.J. Lu2015-01-2815-0/+56