Age | Commit message (Expand) | Author | Files | Lines |
2015-02-24 | PowerPC64 GOLD: complain on misaligned _DS relocs | Alan Modra | 2 | -3/+12 |
2015-02-22 | Set GOLD_DEFAULT_SIZE to 32 for x32 | H.J. Lu | 3 | -0/+7 |
2015-02-18 | Fix gold error: hidden symbol '...' is not defined locally | Alan Modra | 2 | -0/+7 |
2015-02-17 | Simplify Garbage_collection::add_reference a bit. | Rafael Ávila de Espíndola | 2 | -5/+6 |
2015-02-17 | avoid std::vector copy. | Rafael Ávila de Espíndola | 2 | -1/+5 |
2015-02-17 | Use std::upper_bound to simplify code a bit. | Rafael Ávila de Espíndola | 2 | -8/+9 |
2015-02-17 | [gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08. | Mark Wielaard | 2 | -1/+8 |
2015-02-16 | Fix --dynamic-list so that symbols not in the list are still exported. | Cary Coutant | 6 | -14/+20 |
2015-02-16 | Remove redundant include of "output.h". | Cary Coutant | 2 | -1/+5 |
2015-02-12 | Add missing TLSLE relocations for gold aarch64 backend. | Jing Yu | 3 | -5/+52 |
2015-02-11 | gold/arm.cc: Output mapping symbol for PLT code | Will Newton | 2 | -0/+13 |
2015-02-09 | Replace two_file_shared_2.so with two_file_shared_1.so | H.J. Lu | 3 | -2/+8 |
2015-02-09 | Gold testsuite make clean | Alan Modra | 3 | -5/+14 |
2015-02-04 | Combine loop epilogue into main loop body to reduce duplication. | Rafael Ávila de Espíndola | 2 | -13/+7 |
2015-02-04 | Add missing ChangeLog entry. | Cary Coutant | 1 | -0/+7 |
2015-02-04 | Resolve forwarding symbols in plugins. | Peter Collingbourne | 2 | -6/+18 |
2015-02-03 | Add missing ChangeLog entries. | Cary Coutant | 1 | -0/+39 |
2015-02-03 | Fix a file descriptor leak in gold. | Cary Coutant | 10 | -154/+321 |
2015-02-03 | Add extra debugging output for files and descriptors. | Cary Coutant | 2 | -0/+19 |
2015-02-02 | Fix bug with previous patch for unresolved TLS symbol. | Cary Coutant | 2 | -1/+8 |
2015-01-29 | This patch adds IFUNC support for arm gold backend. | Han Shen | 4 | -48/+606 |
2015-01-29 | Correct GOLD PowerPC64 local-dynamic TLS linker optimization | Alan Modra | 2 | -6/+15 |
2015-01-28 | Allow undefined references to TLS symbols. | Cary Coutant | 2 | -3/+24 |
2015-01-25 | 2015-01-25 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2 | -7/+13 |
2015-01-22 | [GOLD] Correct powerpc64 ifunc plt entry test | Alan Modra | 2 | -4/+10 |
2015-01-14 | Fix a bug in resolving HI16/LO16 relocation pairs for MIPS. | Cary Coutant | 2 | -13/+28 |
2015-01-09 | Don't align start of segment unless alignment is larger than page size. | Cary Coutant | 2 | -1/+8 |
2015-01-06 | Handle stack split for x32 | H.J. Lu | 12 | -16/+357 |
2015-01-06 | Handle Initial-Exec to Local-Exec for x32 | H.J. Lu | 2 | -0/+12 |
2015-01-02 | Regenerate Makeile.in file for copyright update | Alan Modra | 1 | -1/+1 |
2015-01-02 | Correct printed year in copyright notices for gold. | Alan Modra | 3 | -2/+7 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 393 | -395/+399 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Alan Modra | 2 | -6/+12 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Terry Guo | 2 | -3/+19 |
2014-12-22 | gold/ | Cary Coutant | 2 | -1/+6 |
2014-12-20 | Change SometimesInlineFunction to "return i * i * 3;" | H.J. Lu | 2 | -1/+7 |
2014-12-16 | Fix internal error in gold when -Map and --compress-debug-sections are used | Cary Coutant | 2 | -4/+21 |
2014-12-14 | Cast current_group_size to unsigned long | H.J. Lu | 2 | -1/+6 |
2014-12-10 | Give informative error message for stub-group-size | Jing Yu | 2 | -10/+26 |
2014-12-04 | ChangeLog typo fix | Alan Modra | 1 | -1/+1 |
2014-12-04 | PowerPC gold, fix 32-bit branch address arithmetic | Alan Modra | 2 | -5/+14 |
2014-12-04 | powerpc gold, work around pr17670 | Alan Modra | 3 | -24/+44 |
2014-12-03 | Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-... | H.J. Lu | 3 | -5/+26 |
2014-12-04 | powerpc gold, fix pr17566 | Alan Modra | 2 | -3/+23 |
2014-12-01 | Add support for -z global. | Dmitriy Ivanov | 3 | -0/+11 |
2014-12-01 | Fix extraneous warning about executable stack. | Cary Coutant | 2 | -3/+17 |
2014-11-26 | Update list of debug sections for --strip-debug-xxx options. | Cary Coutant | 2 | -0/+15 |
2014-11-26 | Fix for gold linking tlsdesc into an executable with -pie. | Han Shen | 2 | -1/+11 |
2014-11-26 | Retry powerpc gold stub grouping when groups prove too large | Alan Modra | 2 | -132/+243 |
2014-11-26 | [GOLD] PowerPC relaxation corner case | Alan Modra | 2 | -0/+14 |