Age | Commit message (Expand) | Author | Files | Lines |
2021-09-02 | gold: --export-dynamic-symbol: don't imply -u | Fangrui Song | 1 | -7/+0 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-06 | gold: Provide more failed archive member info in error message | H.J. Lu | 1 | -2/+11 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-10-28 | Add 64-bit archive support. | Marcin Kościelnicki | 1 | -6/+24 |
2015-07-21 | Fix internal error when linking an archive library with no preceding objects. | Cary Coutant | 1 | -4/+8 |
2015-02-03 | Fix a file descriptor leak in gold. | Cary Coutant | 1 | -21/+41 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2014-02-06 | Fix problem where -u is ignored when a weak undef is seen. | Cary Coutant | 1 | -38/+48 |
2013-10-11 | gold/ | Roland McGrath | 1 | -2/+3 |
2013-03-30 | 2013-03-29 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -13/+25 |
2012-04-17 | * archive.cc (Library_base::should_include_member): Check for | Cary Coutant | 1 | -0/+5 |
2011-07-14 | 2011-07-13 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -1/+2 |
2011-06-02 | PR gold/12163 | Cary Coutant | 1 | -1/+9 |
2011-05-25 | * archive.cc (Library_base::should_include_member): Pull in object | Ian Lance Taylor | 1 | -0/+5 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -6/+11 |
2011-03-30 | * archive.cc (Archive::include_member): Adjust call to report_object. | Cary Coutant | 1 | -4/+5 |
2011-03-30 | * archive.cc (Library_base::should_include_member): Move | Cary Coutant | 1 | -86/+135 |
2011-03-27 | * archive.cc (Archive::interpret_header): Return -1 if something | Ian Lance Taylor | 1 | -15/+29 |
2011-01-24 | * plugin.cc (class Plugin_rescan): Define new class. | Ian Lance Taylor | 1 | -3/+49 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -2/+2 |
2010-12-07 | * archive.cc (Archive::get_elf_object_for_member): Permit | Ian Lance Taylor | 1 | -16/+21 |
2010-11-03 | PR ld/12001 | Nick Clifton | 1 | -0/+4 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -4/+4 |
2010-08-23 | * archive.cc (Lib_group::add_symbols): Lock object before deleting its | Cary Coutant | 1 | -3/+10 |
2010-08-20 | * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust | Cary Coutant | 1 | -0/+2 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -1/+20 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -7/+19 |
2010-07-13 | * archive.cc (Archive::include_member): Unlock an external member | Ian Lance Taylor | 1 | -6/+8 |
2010-04-07 | * archive.cc (include_member): Destroy Read_symbols_data object before | Cary Coutant | 1 | -4/+6 |
2010-03-22 | 2010-03-22 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -23/+155 |
2010-03-09 | 2010-03-09 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -51/+80 |
2010-02-12 | * gold-threads.h (class Once): Define. | Ian Lance Taylor | 1 | -2/+3 |
2009-12-15 | * archive.cc (Archive::add_symbols): Only look up a symbol without | Ian Lance Taylor | 1 | -0/+1 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -30/+30 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -30/+30 |
2009-10-10 | 2009-10-10 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -4/+6 |
2009-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -8/+4 |
2009-05-19 | 2009-05-19 Doug Kwan <dougkwan@google.com> | Cary Coutant | 1 | -4/+17 |
2009-03-24 | * object.cc (is_elf_object): Define. | Ian Lance Taylor | 1 | -21/+3 |
2009-03-18 | * archive.cc (Archive::add_symbols): Check for a version attached | Ian Lance Taylor | 1 | -2/+44 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -46/+100 |
2009-03-13 | * fileread.cc (Input_file::open): Remove options parameter. | Ian Lance Taylor | 1 | -4/+2 |
2009-02-13 | (From Rafael Espindola) | Cary Coutant | 1 | -3/+3 |
2009-01-15 | * archive.cc (Archive::get_elf_object_for_member): Remove call | Cary Coutant | 1 | -2/+1 |