Age | Commit message (Expand) | Author | Files | Lines |
2015-08-18 | Fix symbol versioning problems in PR 18703. | Cary Coutant | 1 | -2/+8 |
2015-06-07 | Fix incorrect handling of STT_COMMON symbols in shared libraries. | Cary Coutant | 1 | -2/+0 |
2015-05-02 | Change Section_id type to use Relobj* instead of Object*. | Cary Coutant | 1 | -1/+1 |
2015-04-23 | Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref. | Sriraman Tallam | 1 | -2/+4 |
2015-02-16 | Fix --dynamic-list so that symbols not in the list are still exported. | Cary Coutant | 1 | -4/+2 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-07-08 | Fix --defsym to copy symbol attributes. | Cary Coutant | 1 | -0/+5 |
2014-05-13 | With -pie and x86, the linker complains if it sees a PC-relative relocation | Sriraman Tallam | 1 | -2/+1 |
2014-05-02 | Fix handling of __ehdr_start when it cannot be defined. | Cary Coutant | 1 | -4/+30 |
2014-03-10 | Add function to set non-visibility part of st_other. | Cary Coutant | 1 | -0/+5 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-02-05 | Fix problems with the --dynamic-list option. | Cary Coutant | 1 | -2/+8 |
2013-11-04 | Remove powerpc.cc copy of use_plt_offset | Alan Modra | 1 | -2/+6 |
2013-05-21 | gold/ | Cary Coutant | 1 | -0/+5 |
2013-03-20 | * symtab.h (Symbol::clear_version): New function. | Alan Modra | 1 | -0/+4 |
2013-03-10 | * gold.cc (queue_middle_tasks): Move detect_odr_violations.. | Alan Modra | 1 | -13/+19 |
2012-08-18 | * powerpc.cc: Formatting and white space. | Alan Modra | 1 | -1/+1 |
2011-10-31 | 2011-10-31 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -3/+2 |
2011-10-18 | PR gold/13245 | Cary Coutant | 1 | -1/+6 |
2011-07-22 | 2011-07-22 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -2/+3 |
2011-07-08 | PR gold/12279 | Ian Lance Taylor | 1 | -2/+3 |
2011-06-28 | * symtab.cc (Symbol::versioned_name): New function. | Ian Lance Taylor | 1 | -1/+5 |
2011-06-08 | * common.cc (Symbol_table::do_allocate_commons_list): For incremental | Cary Coutant | 1 | -6/+18 |
2011-06-08 | * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc | Cary Coutant | 1 | -1/+1 |
2011-05-24 | * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc | Cary Coutant | 1 | -4/+4 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -0/+14 |
2011-03-10 | * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, | Ian Lance Taylor | 1 | -27/+33 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -3/+3 |
2010-11-11 | gold/ | Richard Sandiford | 1 | -24/+20 |
2010-10-02 | 2010-10-02 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+6 |
2010-09-12 | * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from | Cary Coutant | 1 | -2/+3 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -5/+5 |
2010-08-19 | PR 10893 | Ian Lance Taylor | 1 | -9/+25 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -0/+19 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -0/+10 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -3/+8 |
2010-07-09 | * resolve.cc (Symbol_table::resolve): Remember whether undef was | Cary Coutant | 1 | -2/+24 |
2010-06-10 | * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections. | Cary Coutant | 1 | -0/+7 |
2010-04-20 | 2010-04-18 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -1/+1 |
2010-02-12 | * gold-threads.h (class Once): Define. | Ian Lance Taylor | 1 | -2/+2 |
2010-01-09 | PR 11108 | Ian Lance Taylor | 1 | -28/+36 |
2009-12-31 | PR 10979 | Ian Lance Taylor | 1 | -2/+2 |
2009-12-31 | PR 10931 | Ian Lance Taylor | 1 | -2/+10 |
2009-12-30 | PR 10450 | Ian Lance Taylor | 1 | -1/+3 |
2009-12-29 | * symtab.h (class Symbol_table): Add enum Defined. | Ian Lance Taylor | 1 | -9/+27 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -22/+22 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -22/+22 |
2009-12-07 | 2009-12-07 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -2/+10 |
2009-11-04 | PR 10860 | Ian Lance Taylor | 1 | -0/+5 |
2009-10-14 | Add support for -pie. | Ian Lance Taylor | 1 | -1/+2 |