Age | Commit message (Expand) | Author | Files | Lines |
2017-10-25 | Allow for __gnu_lto_slim prefixed with extra "_" | Alan Modra | 1 | -1/+3 |
2017-08-29 | [GOLD] Reduce size of class Symbol | Alan Modra | 1 | -19/+19 |
2017-08-28 | [GOLD] Symbol flag for PowerPC64 localentry:0 tracking | Alan Modra | 1 | -0/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-22 | Fix placement of forced local symbols in the dynamic symbol table. | Cary Coutant | 1 | -4/+38 |
2016-12-22 | Fix problem where version script causes predefined hidden symbol to be define... | Cary Coutant | 1 | -22/+27 |
2016-12-21 | Make linker-created symbols relocatable where appropriate. | Cary Coutant | 1 | -1/+8 |
2016-12-19 | Fix forced allocation of common (-d) during -r links. | Cary Coutant | 1 | -1/+5 |
2016-09-27 | Don't treat as separate symbols if unversioned symbol is undefined. | Cary Coutant | 1 | -0/+1 |
2016-08-10 | Fix potential crashes when Target::make_symbol() returns NULL. | James Clarke | 1 | -4/+9 |
2016-05-19 | Don't allow COPY relocations for protected symbols. | Cary Coutant | 1 | -0/+8 |
2016-03-30 | Don't override definition a shared object by one in a later shared object. | Cary Coutant | 1 | -0/+7 |
2016-03-04 | Fix undefined symbol errors introduced with previous commit. | Cary Coutant | 1 | -0/+30 |
2016-03-03 | Add support for STT_SPARC_REGISTER symbols. | Cary Coutant | 1 | -7/+78 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-10 | ld -r doesn't need plugin for slim lto object | H.J. Lu | 1 | -1/+2 |
2015-11-14 | Fix problem where bss symbols for copy relocations are marked local. | Cary Coutant | 1 | -2/+3 |
2015-09-07 | Fix internal error caused by IFUNC patch. | Cary Coutant | 1 | -2/+8 |
2015-09-02 | Turn IFUNC symbols from shared libraries into normal FUNC symbols | H.J. Lu | 1 | -4/+1 |
2015-08-25 | Fix regression introduced by fix for PR 18703. | Cary Coutant | 1 | -15/+17 |
2015-08-18 | Fix symbol versioning problems in PR 18703. | Cary Coutant | 1 | -3/+28 |
2015-07-21 | Fix problem where __start_ and __stop_ section symbols do not honor version s... | Cary Coutant | 1 | -0/+9 |
2015-05-02 | Change Section_id type to use Relobj* instead of Object*. | Cary Coutant | 1 | -3/+4 |
2015-04-23 | Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref. | Sriraman Tallam | 1 | -0/+7 |
2015-04-20 | Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI... | Ian Coolidge | 1 | -1/+5 |
2015-04-17 | Use LIFO instead of FIFO to implement gc's transitive closure. | Rafael Ávila de Espíndola | 1 | -1/+1 |
2015-04-09 | Allow gold to resolve defined TLS symbols in a PIE link. | Cary Coutant | 1 | -3/+6 |
2015-04-09 | Improve ODR checking in gold. | Cary Coutant | 1 | -4/+7 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-04 | powerpc gold, work around pr17670 | Alan Modra | 1 | -1/+0 |
2014-09-25 | Fix problem where TLS common symbols are not allocated properly during LTO. | Cary Coutant | 1 | -4/+8 |
2014-08-06 | Warn for gold on lto objects without plugin | Alan Modra | 1 | -0/+4 |
2014-06-27 | Fix undefined symbol errors from mips.cc | Alan Modra | 1 | -1/+1 |
2014-05-02 | Fix handling of __ehdr_start when it cannot be defined. | Cary Coutant | 1 | -0/+25 |
2014-03-10 | Add explicit instantiations for Sized_symbol::init_output_data. | Cary Coutant | 1 | -0/+26 |
2014-03-10 | Allow target to adjust dynamic symbol value. | Cary Coutant | 1 | -0/+2 |
2014-03-10 | Allow target to set dynsym indexes. | Cary Coutant | 1 | -0/+19 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-02-05 | Fix problems with the --dynamic-list option. | Cary Coutant | 1 | -1/+2 |
2013-04-15 | gold/ | Cary Coutant | 1 | -9/+18 |
2013-03-20 | * symtab.h (Symbol::clear_version): New function. | Alan Modra | 1 | -7/+34 |
2013-03-10 | * gold.cc (queue_middle_tasks): Move detect_odr_violations.. | Alan Modra | 1 | -1/+3 |
2012-09-09 | * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions. | Alan Modra | 1 | -26/+5 |
2012-08-21 | 2012-08-21 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -2/+4 |
2012-05-25 | 2012-05-25 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -0/+1 |
2012-05-22 | gold/ | Cary Coutant | 1 | -2/+3 |
2012-04-17 | * archive.cc (Library_base::should_include_member): Check for | Cary Coutant | 1 | -6/+42 |
2011-10-31 | * options.h (class General_options): Add --[no-]gnu-unique options. | Cary Coutant | 1 | -0/+6 |
2011-10-31 | 2011-10-31 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -27/+19 |
2011-09-29 | * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt): | Cary Coutant | 1 | -0/+13 |