Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-19 | gold: Move sym declaration just before use | H.J. Lu | 1 | -1/+1 |
2020-12-07 | [GOLD] gcc-11 stringop-overflow warning | Alan Modra | 1 | -1/+1 |
2020-11-08 | gold: Avoid sharing Plugin_list::iterator | H.J. Lu | 1 | -17/+17 |
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-03 | Restore build on x86_64-w64-mingw32. | Alexey Neyman | 1 | -0/+14 |
2018-03-26 | Fix case where IR file provides symbol visibility but replacement file does not. | Cary Coutant | 1 | -1/+2 |
2018-03-23 | Fix warn-unused-return message. | Cary Coutant | 1 | -3/+10 |
2018-03-23 | Add --debug=plugin option to record plugin actions. | Cary Coutant | 1 | -19/+277 |
2018-02-22 | New plugin interface to get list of symbols wrapped with --wrap option. | Sriraman Tallam | 1 | -1/+27 |
2018-02-15 | Fix symbol resolution with linker plugins for defsym symbols. | Sriraman Tallam | 1 | -3/+16 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-11 | Add plugin API for processing plugin-added input files | Stephen Crane | 1 | -15/+48 |
2017-09-20 | Check for export dynamic symbol options when doing symbol resolution in plugins. | Teresa Johnson | 1 | -1/+3 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-03-03 | Don't handle every plugin symbol as defined. | Rafael Ávila de Espíndola | 1 | -0/+2 |
2016-03-03 | Add new plugin hooks to support querying section alignment and size. | Cary Coutant | 1 | -1/+65 |
2016-03-03 | get_symbols() plugin API tweak to support --start-lib/--end-lib. | Evgenii Stepanov | 1 | -2/+29 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-05-02 | Change Section_id type to use Relobj* instead of Object*. | Cary Coutant | 1 | -4/+4 |
2015-02-04 | Resolve forwarding symbols in plugins. | Peter Collingbourne | 1 | -5/+12 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-07 | Fix race condition when using --threads with linker plugins. | Evgeniy Dushistov | 1 | -0/+5 |
2014-09-17 | Fix handling of common symbols with plugins. | Rafael Ávila de Espíndola | 1 | -3/+1 |
2014-09-02 | Make Elf_file::section_name() a const function, so that it can be used in | Cary Coutant | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2013-02-11 | * descriptors.cc (Descriptors::close_all): New function. | Ian Lance Taylor | 1 | -0/+9 |
2013-01-11 | Fix mingw gold build with plugins enabled | Ian Lance Taylor | 1 | -1/+31 |
2012-08-24 | Patch adds support to allow plugins to map selected subset of sections to unique | Sriraman Tallam | 1 | -1/+77 |
2012-06-12 | 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 1 | -0/+2 |
2012-03-21 | 2012-03-21 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -5/+6 |
2011-10-18 | PR gold/13245 | Cary Coutant | 1 | -1/+5 |
2011-10-10 | * gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr): | Cary Coutant | 1 | -4/+8 |
2011-09-29 | 2011-09-29 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -11/+9 |
2011-09-26 | include/ChangeLog | Cary Coutant | 1 | -12/+65 |
2011-07-14 | 2011-07-13 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -16/+255 |
2011-05-25 | * archive.cc (Library_base::should_include_member): Pull in object | Ian Lance Taylor | 1 | -5/+1 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -0/+10 |
2011-03-30 | * archive.cc (Library_base::should_include_member): Move | Cary Coutant | 1 | -0/+16 |
2011-03-23 | 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 1 | -1/+46 |
2011-02-08 | 2010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 1 | -0/+2 |
2011-01-24 | * plugin.cc (class Plugin_rescan): Define new class. | Ian Lance Taylor | 1 | -1/+205 |
2010-11-05 | PR gold/10708 | Cary Coutant | 1 | -1/+8 |
2010-10-14 | * debug.h (DEBUG_INCREMENTAL): New flag. | Cary Coutant | 1 | -1/+1 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -15/+15 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -1/+1 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -10/+16 |
2010-07-15 | * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from here. | Cary Coutant | 1 | -4/+5 |
2010-06-28 | 2010-06-28 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -2/+2 |