summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* PowerPC TPREL16_HA/LO reloc optimizationAlan Modra2017-08-302-0/+38
* [GOLD] PowerPC tls_get_addr_optimizeAlan Modra2017-08-295-57/+440
* [GOLD] Reduce size of class SymbolAlan Modra2017-08-294-70/+81
* 2017-08-28 James Clarke <jrtc27@jrtc27.com>Han Shen2017-08-281-13/+33
* Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs.Igor Kudrin2017-08-287-6/+166
* [GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra2017-08-286-6/+52
* Add configure flag to enable gnu hash style by default.Romain Geissler2017-08-085-1/+59
* Add --no-relax option.James Clarke2017-08-032-1/+7
* [GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra2017-08-016-18/+137
* [GOLD] PowerPC --no-tls-optimizeAlan Modra2017-07-313-15/+42
* PR 21847, PowerPC64 --plt-localentry againAlan Modra2017-07-312-0/+9
* PR 21847, Don't default PowerPC64 to --plt-localentryAlan Modra2017-07-292-2/+6
* gold: Add put_ch_reserved to 64-bit Chdr_writeH.J. Lu2017-07-282-0/+10
* Gold: Fix mips.cc for GCC 4.2H.J. Lu2017-07-262-1/+6
* Correct eh_frame info for __glink_PLTresolveAlan Modra2017-07-232-2/+9
* Fix spelling typos.Yuri Chornovian2017-07-186-9/+18
* Add missing gold/ChangeLog entry.Cary Coutant2017-07-121-0/+12
* Update PO filesAlan Modra2017-07-1211-657/+11519
* Fixing for PR gold/21491 - Errata workaround can produce broken images.Han Shen2017-07-111-90/+132
* [GOLD] PowerPC64 localentry:0 plt call optimizationAlan Modra2017-06-233-11/+132
* [GOLD] PowerPC64 tocsaveAlan Modra2017-06-233-65/+254
* [GOLD] PowerPC move plt indx_ out of unordered map keyAlan Modra2017-06-212-42/+61
* 2017-06-20 Eric Christopher <echristo@gmail.com>Eric Christopher2017-06-202-12/+18
* [GOLD] Avoid duplicate PLT stub symbols on ppc32James Clarke2017-06-202-6/+17
* 2017-06-15 Eric Christopher <echristo@gmail.com>Eric Christopher2017-06-152-4/+9
* [GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM 843419 sequences ...Jiong Wang2017-06-152-2/+35
* 2017-06-07 Eric Christopher <echristo@gmail.com>Eric Christopher2017-06-072-2/+24
* PR21503, Gold doesn't create linker stub symbols on ppc64Alan Modra2017-05-233-27/+190
* 2017-05-15 Eric Christopher <echristo@gmail.com>Eric Christopher2017-05-152-0/+11
* Fix assertion failure relaxing TLS for position-independent executables.James Clarke2017-05-132-1/+9
* Fix misplacement of a relaxed section on AArch64.Igor Kudrin2017-05-126-4/+152
* [GOLD] testsuite/plugin_section_order.c fixAlan Modra2017-04-272-0/+5
* Mips: Fix TLS LDM GOT entry.Vladimir Radosavljevic2017-03-152-7/+16
* Mips: Omit empty objects for merging processor-specific data.Vladimir Radosavljevic2017-03-152-40/+69
* Mips: Add support for resolving multiple consecutive relocations.Vladimir Radosavljevic2017-03-152-100/+171
* Remove redundant checks for relocatable link (MIPS).Vladimir Radosavljevic2017-03-152-24/+25
* Add support for .MIPS.options section.Vladimir Radosavljevic2017-03-152-0/+83
* Improve relocation overflow errors on MIPS.Vladimir Radosavljevic2017-03-152-12/+29
* Correct the definition of _gp and _GLOBAL_OFFSET_TABLE_ symbols for MIPS.Vladimir Radosavljevic2017-03-152-55/+35
* PowerPC ld segfault on script discarding dynamic sectionsAlan Modra2017-02-222-5/+15
* Don't give an internal error for unsupported relocations.Vladimir Radosavljevic2017-02-152-11/+15
* Add support for R_MIPS_HIGHER/HIGHEST, R_MICROMIPS_HIGHER/HIGHEST relocations.Vladimir Radosavljevic2017-02-152-0/+87
* Improved support for --icf=safe when used with -pie.Rahul Chaudhry2017-02-156-17/+191
* [GOLD] PowerPC64 TOC indirect to TOC relative segfaultAlan Modra2017-02-032-0/+11
* Don't allow mov-to-lea optimization for __ehdr_start.Cary Coutant2017-01-312-3/+15
* Add -e to test scripts where necessary.Rahul Chaudhry2017-01-234-4/+14
* Make the sh_info field of .rel.plt point to .plt (MIPS).Vladimir Radosavljevic2017-01-232-1/+12
* Fix MIPS GOT when global symbols are forced to local visibility.Vladimir Radosavljevic2017-01-232-2/+11
* Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a ...Nick Clifton2017-01-202-2/+13
* Gold: Fix build with GCC 4.2H.J. Lu2017-01-132-1/+7