summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Align text section ends so that stub tables appears at expected addresses.Doug Kwan2015-07-0612-4/+51
* Patch for gold internal error while fixing erratum 843419.Han Shen2015-06-292-4/+56
* [gold][aarch64] Fix erratum 835769.Han Shen2015-06-123-44/+285
* Fix gold build error at -O0.Cary Coutant2015-06-112-2/+12
* Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant2015-06-114-12/+33
* Fix broken gold/testsuite/script_test_12 in some setup.Jing Yu2015-06-113-0/+13
* [GOLD] Fix handling of __start/__stop symbolsDavide Italiano2015-06-112-2/+6
* Patch for erratum-843419 (2 of 2 - fix erratum occurrences).Han Shen2015-06-102-176/+710
* Update French Translations for LD and GOLD.Nick Clifton2015-06-082-0/+3410
* Fix incorrect handling of STT_COMMON symbols in shared libraries.Cary Coutant2015-06-073-15/+27
* Add diststuff target to Makefile.Cary Coutant2015-06-043-2/+12
* Change default to discard temporary local symbols in merge sections.Cary Coutant2015-06-044-6/+81
* Fix SIZEOF_HEADERS in gold.Cary Coutant2015-06-033-3/+35
* Fix gold to group sections correctly via linker script.Cary Coutant2015-06-038-2/+298
* Fix Sniff_file to get an aligned view.Cary Coutant2015-06-022-1/+6
* PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant2015-06-026-97/+194
* Use a std::vector instead of a std::map to hold Input_merge_map.Rafael Ávila de Espíndola2015-06-013-35/+19
* [GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra2015-05-163-6/+139
* Change Section_id type to use Relobj* instead of Object*.Cary Coutant2015-05-0212-43/+80
* Updated translations for various binutils components.Nick Clifton2015-04-292-629/+1856
* Tidy PowerPC gold find_global_entry usesAlan Modra2015-04-282-17/+35
* PowerPC gold assertion on missing global entry stubAlan Modra2015-04-282-14/+23
* [gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.Han Shen2015-04-273-6/+14
* If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola2015-04-276-6/+77
* Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam2015-04-236-5/+69
* Add option --weak-unresolved-symbols to treat unresolved as weak references.Sriraman Tallam2015-04-231-0/+45
* Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI...Ian Coolidge2015-04-202-1/+10
* Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola2015-04-176-9/+19
* [gold] The first patch to address cortex-a53 erratum-843419.Han Shen2015-04-163-2/+600
* Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant2015-04-095-148/+378
* Improve ODR checking in gold.Cary Coutant2015-04-095-17/+57
* Add AArch32 support for arm gold linker.Han Shen2015-04-072-1/+28
* Fix the signature of a virtual method to match the one in the parent class.Rafael Ávila de Espíndola2015-04-062-6/+8
* Avoid a call to find by using the return value of insert.Rafael Ávila de Espíndola2015-04-062-9/+7
* Avoid a copy constructor call.Rafael Ávila de Espíndola2015-04-062-2/+8
* [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar2015-04-068-6/+275
* Regenerate configure in bfd/binutils/gas/gdb/goldH.J. Lu2015-04-022-2/+6
* Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %regIlya Tocar2015-04-019-33/+252
* Regenerate configure in goldH.J. Lu2015-04-0110-420/+397
* Support AARCH64_TLSLD_ADD_DTPREL_* relocations.Jing Yu2015-03-303-9/+34
* Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola2015-03-275-29/+67
* PR18147, relocation overflow when --unresolved-symbols=ignore-allAlan Modra2015-03-242-1/+7
* Remove is_merge_section_for.Rafael Ávila de Espíndola2015-03-237-115/+71
* Fix support for i386 TLS GD-to-IE optimization.Cary Coutant2015-03-222-19/+14
* Fix internal error with -z relro when .tbss is last relro section.Cary Coutant2015-03-212-3/+10
* Fix bug when optimizing string pools of aligned strings.Cary Coutant2015-03-212-1/+9
* PR gold/18048: Fix INCLUDE directive support for goldCary Coutant2015-03-2110-22/+112
* Support compressed debug sections in dynamic object files.Cary Coutant2015-03-215-129/+128
* Fix internal error in do_relocate_sections when using plugins.Cary Coutant2015-03-212-3/+9
* Fix gold incremental test failures.Cary Coutant2015-03-114-36/+53