Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-09-02 | gold: --export-dynamic-symbol: don't imply -u | Fangrui Song | 1 | -6/+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-11-19 | [GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols output | Alan Modra | 1 | -4/+31 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-06 | Add --warn-drop-version option; by default, do not warn when discarding versi... | Cary Coutant | 1 | -5/+6 |
2018-07-14 | Fix problem causing duplicated linker-generated symbols with versions. | Cary Coutant | 1 | -2/+5 |
2018-06-21 | Fix treatment of symbol versions with unused as-needed libraries. | Cary Coutant | 1 | -25/+8 |
2018-04-24 | Fix internal error caused by conflicting default version definitions. | Cary Coutant | 1 | -11/+36 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-01 | Fix problem where undef can fail to trigger archive rescan. | Stephen Crane | 1 | -7/+8 |
2017-11-08 | gold: Ignore def/ref from a dynamic object for special symbols | H.J. Lu | 1 | -9/+39 |
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 |