Age | Commit message (Expand) | Author | Files | Lines |
2015-04-27 | If a range is missing, assume the input address is mapped. | Rafael Ávila de Espíndola | 1 | -0/+8 |
2015-04-23 | Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref. | Sriraman Tallam | 1 | -0/+5 |
2015-04-09 | Allow gold to resolve defined TLS symbols in a PIE link. | Cary Coutant | 1 | -0/+5 |
2015-04-06 | [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %reg | Ilya Tocar | 1 | -0/+91 |
2015-04-01 | Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %reg | Ilya Tocar | 1 | -0/+56 |
2015-04-01 | Regenerate configure in gold | H.J. Lu | 1 | -13/+6 |
2015-03-21 | PR gold/18048: Fix INCLUDE directive support for gold | Cary Coutant | 1 | -0/+13 |
2015-03-11 | Fix gold incremental test failures. | Cary Coutant | 1 | -18/+18 |
2015-02-16 | Fix --dynamic-list so that symbols not in the list are still exported. | Cary Coutant | 1 | -1/+1 |
2015-02-09 | Replace two_file_shared_2.so with two_file_shared_1.so | H.J. Lu | 1 | -1/+1 |
2015-02-09 | Gold testsuite make clean | Alan Modra | 1 | -2/+3 |
2015-02-03 | Fix a file descriptor leak in gold. | Cary Coutant | 1 | -38/+49 |
2015-01-06 | Handle stack split for x32 | H.J. Lu | 1 | -0/+37 |
2014-12-03 | Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-... | H.J. Lu | 1 | -0/+1 |
2014-09-23 | Fix race condition causing assert in Eh_frame_hdr::do_sized_write(). | Cary Coutant | 1 | -3/+2 |
2014-09-18 | A a testcase for common symbol handling with plugins. | Rafael Ávila de Espíndola | 1 | -0/+11 |
2014-07-08 | Fix --defsym to copy symbol attributes. | Cary Coutant | 1 | -0/+11 |
2014-05-30 | Fix testsuite to use newly-built linker for ehdr_start_test_4, and fix | Cary Coutant | 1 | -1/+1 |
2014-05-13 | With -pie and x86, the linker complains if it sees a PC-relative relocation | Sriraman Tallam | 1 | -0/+10 |
2014-05-02 | Fix handling of __ehdr_start when it cannot be defined. | Cary Coutant | 1 | -0/+44 |
2014-04-02 | Modify gold testsuite to disable plugins added by GCC driver. | Cary Coutant | 1 | -4/+11 |
2014-02-06 | Fix problem where -u is ignored when a weak undef is seen. | Cary Coutant | 1 | -0/+12 |
2014-02-05 | Fix problems with the --dynamic-list option. | Cary Coutant | 1 | -0/+26 |
2013-11-22 | Use in-tree assembler for exception_x86_64_bnd_test. | Cary Coutant | 1 | -2/+2 |
2013-11-18 | Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to gold | H.J. Lu | 1 | -0/+13 |
2013-10-11 | Revert inappropriate portions of last change. | Roland McGrath | 1 | -17/+17 |
2013-10-11 | gold/ | Roland McGrath | 1 | -31/+31 |
2013-10-11 | gold/ | Roland McGrath | 1 | -15/+15 |
2013-10-07 | gold/ | Cary Coutant | 1 | -3/+10 |
2013-06-14 | gold/ | Cary Coutant | 1 | -0/+16 |
2013-06-05 | 2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com> | Cary Coutant | 1 | -0/+5 |
2013-05-30 | 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> | Cary Coutant | 1 | -0/+10 |
2013-05-21 | gold/ | Cary Coutant | 1 | -0/+14 |
2013-05-13 | gold/ | Cary Coutant | 1 | -21/+4 |
2013-04-29 | 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com> | Cary Coutant | 1 | -0/+12 |
2013-04-15 | gold/ | Cary Coutant | 1 | -1/+10 |
2013-03-12 | * powerpc.cc (is_branch_reloc): Forward declare. | Alan Modra | 1 | -19/+37 |
2013-03-04 | * testsuite/Makefile.am (final_layout_script.lds): Add .sbss. | Alan Modra | 1 | -1/+1 |
2013-01-24 | Default text reordering fix with a flag to turn it off. | Sriraman Tallam | 1 | -3/+7 |
2013-01-14 | * testsuite/Makefile.am (final_layout_script.lds): Handle .got section. | Alan Modra | 1 | -1/+1 |
2013-01-14 | * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files. | Alan Modra | 1 | -2/+9 |
2013-01-10 | Make linker scripts and section ordering via --section-ordering-file or | Sriraman Tallam | 1 | -3/+5 |
2013-01-04 | gold/ | Cary Coutant | 1 | -4/+10 |
2012-12-19 | Group text sections with prefixes .text.unlikely,.text.hot and .text.startup | Sriraman Tallam | 1 | -0/+10 |
2012-12-15 | gold/ | Cary Coutant | 1 | -4/+6 |
2012-10-26 | Add final_layout_sequence.txt to MOSTLYCLEANFILES | H.J. Lu | 1 | -1/+1 |
2012-10-25 | Strip out -Wp,-D_FORTIFY_SOURCE= for gold tests | H.J. Lu | 1 | -0/+19 |
2012-10-24 | gold/ | Cary Coutant | 1 | -0/+45 |
2012-09-05 | * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. | Alan Modra | 1 | -3/+3 |
2012-08-24 | Patch adds support to allow plugins to map selected subset of sections to unique | Sriraman Tallam | 1 | -1/+3 |