Age | Commit message (Expand) | Author | Files | Lines |
2014-11-25 | Add file size to ELF symbol labelling start of a binary file. | Cary Coutant | 3 | -8/+16 |
2014-11-25 | Fix corrupted .eh_frame section with LTO and --gc-sections. | Cary Coutant | 3 | -6/+30 |
2014-11-21 | Check PC-relative offset overflow in PLT entry | H.J. Lu | 2 | -3/+14 |
2014-11-21 | PPC gold doesn't check for overflow properly | Alan Modra | 2 | -4/+9 |
2014-11-20 | PPC gold doesn't check for overflow properly | Alan Modra | 2 | -37/+60 |
2014-11-20 | Default powerpc64 to --plt-thread-safe for Go | Alan Modra | 2 | -0/+6 |
2014-11-14 | Don't make PLT entry for R_X86_64_GOTPLT64 | H.J. Lu | 2 | -7/+9 |
2014-11-07 | Fix race condition when using --threads with linker plugins. | Evgeniy Dushistov | 3 | -1/+14 |
2014-10-29 | Misc about gold for aarch64 backend. | Han Shen | 5 | -142/+660 |
2014-10-22 | [GOLD] Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7 | Alan Modra | 2 | -0/+11 |
2014-10-18 | * configure.tgt (targ_extra_obj) [aarch64*-*]: Define. | Andreas Schwab | 2 | -0/+5 |
2014-10-17 | Add "typename" keyword to satisfy GCC 4.2. | Cary Coutant | 2 | -1/+6 |
2014-10-15 | Here we have the patch for gold aarch64 backend to support relaxation. | Han Shen | 3 | -78/+2189 |
2014-09-30 | Fix error from previous patch where tosize and tovalue were redefined | Cary Coutant | 2 | -2/+7 |
2014-09-30 | Fix SysV-style hash table when --hash-style=both. | Kito Cheng | 2 | -20/+28 |
2014-09-29 | 2014-09-29 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2 | -1/+6 |
2014-09-26 | Fix handling of relocations against TLS section symbols. | Cary Coutant | 2 | -1/+9 |
2014-09-25 | Fix problem where TLS common symbols are not allocated properly during LTO. | Cary Coutant | 3 | -8/+35 |
2014-09-24 | Regen gold POTFILES.in | Alan Modra | 2 | -1/+7 |
2014-09-23 | Add PR reference to ChangeLog entry. | Cary Coutant | 1 | -0/+1 |
2014-09-23 | Fix race condition causing assert in Eh_frame_hdr::do_sized_write(). | Cary Coutant | 6 | -7/+25 |
2014-09-18 | A a testcase for common symbol handling with plugins. | Rafael Ávila de Espíndola | 5 | -14/+94 |
2014-09-17 | Regenerate gold/Makefile.in. | Cary Coutant | 1 | -0/+1 |
2014-09-17 | Fix handling of common symbols with plugins. | Rafael Ávila de Espíndola | 3 | -4/+11 |
2014-09-17 | Add tls support to gold aarch64 backend. | Jing Yu | 3 | -132/+1568 |
2014-09-03 | Add NaCl (NativeClient) specific classes Target_mips_nacl and | Sasa Stankovic | 2 | -7/+75 |
2014-09-02 | Make Elf_file::section_name() a const function, so that it can be used in | Cary Coutant | 8 | -13/+27 |
2014-09-02 | Fix problem with optimization of .eh_frame section and --sort-section option. | Cary Coutant | 4 | -85/+72 |
2014-08-29 | The 3rd patch for aarch64 gold. | Han Shen | 4 | -56/+624 |
2014-08-13 | Add option -no-pie. | Sriraman Tallam | 2 | -1/+6 |
2014-08-08 | gold aarch64 patch to enable linking hello_wolrd. | Jing Yu | 7 | -155/+1528 |
2014-08-06 | Modify new gold test to pass on powerpc64le | Alan Modra | 2 | -1/+5 |
2014-08-06 | Warn for gold on lto objects without plugin | Alan Modra | 2 | -0/+9 |
2014-07-21 | Fix ChangeLog entry: | Sriraman Tallam | 1 | -1/+1 |
2014-07-21 | 2014-07-21 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2 | -1/+8 |
2014-07-08 | Fix --defsym to copy symbol attributes. | Cary Coutant | 9 | -8/+159 |
2014-07-08 | Fix internal error with LTO on ARM. | Cary Coutant | 8 | -7/+52 |
2014-07-04 | Update gold POTFILES.in | Alan Modra | 2 | -0/+6 |
2014-07-02 | 2014-07-02 Jing Yu <jingyu@google.com> | Jing Yu | 7 | -4/+1487 |
2014-06-27 | Fix undefined symbol errors from mips.cc | Alan Modra | 2 | -1/+5 |
2014-06-24 | Fix dwp to allow intermediate .dwp files with no .debug_types sections. | Cary Coutant | 2 | -4/+15 |
2014-06-23 | gold/ | Sasa Stankovic | 7 | -4/+10563 |
2014-06-09 | Add check to keep from segfaulting on a corrupt .debug_pubnames section. | Cary Coutant | 2 | -0/+11 |
2014-06-09 | Print unattached sections in the link map. | Cary Coutant | 2 | -0/+10 |
2014-06-07 | Allow both signed and unsigned fields in PowerPC cmpli insn | Alan Modra | 2 | -8/+13 |
2014-06-06 | Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index. | Cary Coutant | 4 | -13/+11 |
2014-06-05 | Make it easy to make --disable-werror the default for both binutils and gdb | Joel Brobecker | 4 | -2/+13 |
2014-06-03 | Support fusion for ELFv2 stubs | Alan Modra | 2 | -6/+22 |
2014-06-03 | Fix gold plugin_test failures on PowerPC64 ELFv2 | Alan Modra | 2 | -0/+12 |
2014-06-02 | Fix PowerPC64 ELFv2 icf_safe failures | Alan Modra | 2 | -5/+21 |