summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-02393-395/+399
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeAlan Modra2014-12-252-6/+12
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2014-12-252-3/+19
* gold/Cary Coutant2014-12-222-1/+6
* Change SometimesInlineFunction to "return i * i * 3;"H.J. Lu2014-12-202-1/+7
* Fix internal error in gold when -Map and --compress-debug-sections are usedCary Coutant2014-12-162-4/+21
* Cast current_group_size to unsigned longH.J. Lu2014-12-142-1/+6
* Give informative error message for stub-group-sizeJing Yu2014-12-102-10/+26
* ChangeLog typo fixAlan Modra2014-12-041-1/+1
* PowerPC gold, fix 32-bit branch address arithmeticAlan Modra2014-12-042-5/+14
* powerpc gold, work around pr17670Alan Modra2014-12-043-24/+44
* Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu2014-12-033-5/+26
* powerpc gold, fix pr17566Alan Modra2014-12-042-3/+23
* Add support for -z global.Dmitriy Ivanov2014-12-013-0/+11
* Fix extraneous warning about executable stack.Cary Coutant2014-12-012-3/+17
* Update list of debug sections for --strip-debug-xxx options.Cary Coutant2014-11-262-0/+15
* Fix for gold linking tlsdesc into an executable with -pie.Han Shen2014-11-262-1/+11
* Retry powerpc gold stub grouping when groups prove too largeAlan Modra2014-11-262-132/+243
* [GOLD] PowerPC relaxation corner caseAlan Modra2014-11-262-0/+14
* Add file size to ELF symbol labelling start of a binary file.Cary Coutant2014-11-253-8/+16
* Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant2014-11-253-6/+30
* Check PC-relative offset overflow in PLT entryH.J. Lu2014-11-212-3/+14
* PPC gold doesn't check for overflow properlyAlan Modra2014-11-212-4/+9
* PPC gold doesn't check for overflow properlyAlan Modra2014-11-202-37/+60
* Default powerpc64 to --plt-thread-safe for GoAlan Modra2014-11-202-0/+6
* Don't make PLT entry for R_X86_64_GOTPLT64H.J. Lu2014-11-142-7/+9
* Fix race condition when using --threads with linker plugins.Evgeniy Dushistov2014-11-073-1/+14
* Misc about gold for aarch64 backend.Han Shen2014-10-295-142/+660
* [GOLD] Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7Alan Modra2014-10-222-0/+11
* * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.Andreas Schwab2014-10-182-0/+5
* Add "typename" keyword to satisfy GCC 4.2.Cary Coutant2014-10-172-1/+6
* Here we have the patch for gold aarch64 backend to support relaxation.Han Shen2014-10-153-78/+2189
* Fix error from previous patch where tosize and tovalue were redefinedCary Coutant2014-09-302-2/+7
* Fix SysV-style hash table when --hash-style=both.Kito Cheng2014-09-302-20/+28
* 2014-09-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2014-09-292-1/+6
* Fix handling of relocations against TLS section symbols.Cary Coutant2014-09-262-1/+9
* Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant2014-09-253-8/+35
* Regen gold POTFILES.inAlan Modra2014-09-242-1/+7
* Add PR reference to ChangeLog entry.Cary Coutant2014-09-231-0/+1
* Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant2014-09-236-7/+25
* A a testcase for common symbol handling with plugins.Rafael Ávila de Espíndola2014-09-185-14/+94
* Regenerate gold/Makefile.in.Cary Coutant2014-09-171-0/+1
* Fix handling of common symbols with plugins.Rafael Ávila de Espíndola2014-09-173-4/+11
* Add tls support to gold aarch64 backend.Jing Yu2014-09-173-132/+1568
* Add NaCl (NativeClient) specific classes Target_mips_nacl andSasa Stankovic2014-09-032-7/+75
* Make Elf_file::section_name() a const function, so that it can be used inCary Coutant2014-09-028-13/+27
* Fix problem with optimization of .eh_frame section and --sort-section option.Cary Coutant2014-09-024-85/+72
* The 3rd patch for aarch64 gold.Han Shen2014-08-294-56/+624
* Add option -no-pie.Sriraman Tallam2014-08-132-1/+6
* gold aarch64 patch to enable linking hello_wolrd.Jing Yu2014-08-087-155/+1528