| Commit message (Expand) | Author | Age | Files | Lines |
* | * options.h (DEFINE_uint64_alias): Define. | Ian Lance Taylor | 2013-02-15 | 2 | -0/+35 |
* | * powerpc.cc (Stub_table::plt_off): New function, extracted from.. | Alan Modra | 2013-02-15 | 2 | -46/+41 |
* | * descriptors.cc (Descriptors::close_all): New function. | Ian Lance Taylor | 2013-02-11 | 4 | -2/+49 |
* | * README: Update coding style link. | Alan Modra | 2013-02-06 | 2 | -1/+5 |
* | gold/ | Cary Coutant | 2013-01-29 | 2 | -79/+205 |
* | mention fixed bug in ChangeLog | Mike Frysinger | 2013-01-27 | 1 | -0/+1 |
* | Default text reordering fix with a flag to turn it off. | Sriraman Tallam | 2013-01-24 | 8 | -19/+99 |
* | gold: enable new dtags by default | Mike Frysinger | 2013-01-18 | 2 | -1/+5 |
* | ld: change --enable-new-dtags to only generate new dtags | Mike Frysinger | 2013-01-18 | 2 | -2/+9 |
* | * powerpc.cc (Stub_table::find_plt_call_entry): Make types | Alan Modra | 2013-01-17 | 2 | -6/+12 |
* | 2013-01-16 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2013-01-17 | 2 | -1/+5 |
* | 2013-01-16 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2013-01-16 | 3 | -1/+17 |
* | bfd/ | Alan Modra | 2013-01-15 | 2 | -8/+20 |
* | * testsuite/Makefile.am (final_layout_script.lds): Handle .got section. | Alan Modra | 2013-01-14 | 3 | -2/+7 |
* | * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files. | Alan Modra | 2013-01-14 | 3 | -25/+46 |
* | Fix mingw gold build with plugins enabled | Ian Lance Taylor | 2013-01-11 | 8 | -6/+95 |
* | Make linker scripts and section ordering via --section-ordering-file or | Sriraman Tallam | 2013-01-10 | 5 | -9/+46 |
* | * arm.cc (Target_arm::attributes_accept_div): New function. | Ian Lance Taylor | 2013-01-09 | 2 | -22/+91 |
* | gold/ | Cary Coutant | 2013-01-07 | 2 | -18/+15 |
* | Properly install gold as default linker | H.J. Lu | 2013-01-07 | 3 | -41/+22 |
* | Add -fuse-ld= for GCC linker option compatibility | H.J. Lu | 2013-01-07 | 2 | -3/+12 |
* | gold/ | Cary Coutant | 2013-01-05 | 3 | -2/+7 |
* | gold/ | Cary Coutant | 2013-01-04 | 3 | -11/+29 |
* | Update gold copyright year to 2013 | H.J. Lu | 2013-01-02 | 2 | -2/+6 |
* | * layout.cc (Layout::special_ordering_of_input_section): New | Ian Lance Taylor | 2012-12-21 | 4 | -95/+100 |
* | Group text sections with prefixes .text.unlikely,.text.hot and .text.startup | Sriraman Tallam | 2012-12-19 | 8 | -7/+265 |
* | Add copyright notices | Nick Clifton | 2012-12-17 | 7 | -2/+97 |
* | gold/ | Cary Coutant | 2012-12-15 | 3 | -8/+22 |
* | gold/ | Cary Coutant | 2012-12-15 | 2 | -2/+11 |
* | * powerpc.cc (class Track_tls): New. | Alan Modra | 2012-12-12 | 2 | -43/+157 |
* | * options.h (General_options): Add --toc-sort/--no-toc-sort. | Alan Modra | 2012-12-12 | 4 | -5/+103 |
* | gold/ | Roland McGrath | 2012-12-10 | 3 | -22/+63 |
* | Add copyright notices | Nick Clifton | 2012-12-10 | 1 | -0/+13 |
* | * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc): | Alan Modra | 2012-12-10 | 2 | -23/+8 |
* | * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and | Alan Modra | 2012-12-10 | 2 | -1/+9 |
* | gold/ | Roland McGrath | 2012-12-07 | 2 | -2/+8 |
* | * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS. | Ian Lance Taylor | 2012-12-07 | 1 | -0/+9 |
* | * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS. | Ian Lance Taylor | 2012-12-07 | 5 | -4/+26 |
* | * powerpc.cc (Stub_table::do_write): Delete redundant Address | Alan Modra | 2012-12-07 | 2 | -3/+17 |
* | * options.h (General_options): Add no_toc_optimize. | Alan Modra | 2012-12-07 | 3 | -0/+105 |
* | * options.h (General_options): Add plt_align, plt_static_chain, | Alan Modra | 2012-12-06 | 3 | -92/+266 |
* | * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete. | Alan Modra | 2012-12-04 | 2 | -11/+12 |
* | typo fix | Alan Modra | 2012-12-03 | 1 | -1/+1 |
* | * output.h: Formatting, whitespace. | Alan Modra | 2012-12-03 | 2 | -104/+136 |
* | * layout.h (Layout::get_executable_sections): Declare. | Alan Modra | 2012-12-03 | 7 | -369/+1572 |
* | * powerpc.c (Target_powerpc::Scan::global): Don't emit relative | Alan Modra | 2012-11-30 | 2 | -5/+14 |
* | * powerpc.cc (Target_powerpc::make_plt_section): Add symtab | Alan Modra | 2012-11-30 | 2 | -14/+29 |
* | * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL | Alan Modra | 2012-11-30 | 2 | -10/+24 |
* | Fix TLS to LE optimization for x32 | H.J. Lu | 2012-11-20 | 2 | -1/+13 |
* | bfd/ | Roland McGrath | 2012-11-15 | 2 | -2/+7 |