aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Fix error from previous patch where tosize and tovalue were redefinedCary Coutant2-2/+7
2014-09-30Fix SysV-style hash table when --hash-style=both.Kito Cheng2-20/+28
2014-09-292014-09-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-1/+6
2014-09-26Fix handling of relocations against TLS section symbols.Cary Coutant2-1/+9
2014-09-25Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant3-8/+35
2014-09-24Regen gold POTFILES.inAlan Modra2-1/+7
2014-09-23Add PR reference to ChangeLog entry.Cary Coutant1-0/+1
2014-09-23Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant6-7/+25
2014-09-18A a testcase for common symbol handling with plugins.Rafael Ávila de Espíndola5-14/+94
2014-09-17Regenerate gold/Makefile.in.Cary Coutant1-0/+1
2014-09-17Fix handling of common symbols with plugins.Rafael Ávila de Espíndola3-4/+11
2014-09-17Add tls support to gold aarch64 backend.Jing Yu3-132/+1568
2014-09-03Add NaCl (NativeClient) specific classes Target_mips_nacl andSasa Stankovic2-7/+75
2014-09-02Make Elf_file::section_name() a const function, so that it can be used inCary Coutant8-13/+27
2014-09-02Fix problem with optimization of .eh_frame section and --sort-section option.Cary Coutant4-85/+72
2014-08-29The 3rd patch for aarch64 gold.Han Shen4-56/+624
2014-08-13Add option -no-pie.Sriraman Tallam2-1/+6
2014-08-08gold aarch64 patch to enable linking hello_wolrd.Jing Yu7-155/+1528
2014-08-06Modify new gold test to pass on powerpc64leAlan Modra2-1/+5
2014-08-06Warn for gold on lto objects without pluginAlan Modra2-0/+9
2014-07-21Fix ChangeLog entry:Sriraman Tallam1-1/+1
2014-07-212014-07-21 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-1/+8
2014-07-08Fix --defsym to copy symbol attributes.Cary Coutant9-8/+159
2014-07-08Fix internal error with LTO on ARM.Cary Coutant8-7/+52
2014-07-04Update gold POTFILES.inAlan Modra2-0/+6
2014-07-022014-07-02 Jing Yu <jingyu@google.com>Jing Yu7-4/+1487
2014-06-27Fix undefined symbol errors from mips.ccAlan Modra2-1/+5
2014-06-24Fix dwp to allow intermediate .dwp files with no .debug_types sections.Cary Coutant2-4/+15
2014-06-23gold/Sasa Stankovic7-4/+10563
2014-06-09Add check to keep from segfaulting on a corrupt .debug_pubnames section.Cary Coutant2-0/+11
2014-06-09Print unattached sections in the link map.Cary Coutant2-0/+10
2014-06-07Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2-8/+13
2014-06-06Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index.Cary Coutant4-13/+11
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-2/+13
2014-06-03Support fusion for ELFv2 stubsAlan Modra2-6/+22
2014-06-03Fix gold plugin_test failures on PowerPC64 ELFv2Alan Modra2-0/+12
2014-06-02Fix PowerPC64 ELFv2 icf_safe failuresAlan Modra2-5/+21
2014-05-30Fix testsuite to use newly-built linker for ehdr_start_test_4, and fixCary Coutant4-3/+9
2014-05-27Properly handle 64-bit GOT relocationsH.J. Lu2-2/+11
2014-05-15Fix "overflow in PLT unwind data" warningAlan Modra2-33/+52
2014-05-13With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam10-24/+86
2014-05-13Optimizing accesses to Globals with -fpie -pie:Sriraman Tallam2-0/+57
2014-05-082014-05-08 Martin Liška <mliska@suse.cz>Martin Liška2-1/+5
2014-05-06Fix issue where first reserved word of GOT is not initialized if thereCary Coutant3-68/+167
2014-05-05Don't complain about the source language when we have pubnames/pubtypes info.Cary Coutant2-15/+19
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant13-44/+533
2014-04-23Add missing PR ref to ChangeLog entry.Cary Coutant1-0/+1
2014-04-23Add missing break statement for case elfcpp::R_X86_64_PLTOFF64.Cary Coutant2-0/+5
2014-04-15Allow target to decide whether to include a section.Cary Coutant3-1/+24
2014-04-15Allow target to derive from Copy_relocs class.Cary Coutant3-38/+33