summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify new gold test to pass on powerpc64leAlan Modra2014-08-062-1/+5
* Warn for gold on lto objects without pluginAlan Modra2014-08-062-0/+9
* Fix ChangeLog entry:Sriraman Tallam2014-07-211-1/+1
* 2014-07-21 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2014-07-212-1/+8
* Fix --defsym to copy symbol attributes.Cary Coutant2014-07-089-8/+159
* Fix internal error with LTO on ARM.Cary Coutant2014-07-088-7/+52
* Update gold POTFILES.inAlan Modra2014-07-042-0/+6
* 2014-07-02 Jing Yu <jingyu@google.com>Jing Yu2014-07-027-4/+1487
* Fix undefined symbol errors from mips.ccAlan Modra2014-06-272-1/+5
* Fix dwp to allow intermediate .dwp files with no .debug_types sections.Cary Coutant2014-06-242-4/+15
* gold/Sasa Stankovic2014-06-237-4/+10563
* Add check to keep from segfaulting on a corrupt .debug_pubnames section.Cary Coutant2014-06-092-0/+11
* Print unattached sections in the link map.Cary Coutant2014-06-092-0/+10
* Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2014-06-072-8/+13
* Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index.Cary Coutant2014-06-064-13/+11
* Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker2014-06-054-2/+13
* Support fusion for ELFv2 stubsAlan Modra2014-06-032-6/+22
* Fix gold plugin_test failures on PowerPC64 ELFv2Alan Modra2014-06-032-0/+12
* Fix PowerPC64 ELFv2 icf_safe failuresAlan Modra2014-06-022-5/+21
* Fix testsuite to use newly-built linker for ehdr_start_test_4, and fixCary Coutant2014-05-304-3/+9
* Properly handle 64-bit GOT relocationsH.J. Lu2014-05-272-2/+11
* Fix "overflow in PLT unwind data" warningAlan Modra2014-05-152-33/+52