aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-02gold: --export-dynamic-symbol: don't imply -uFangrui Song1-6/+0
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-19[GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols outputAlan Modra1-4/+31
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-06Add --warn-drop-version option; by default, do not warn when discarding versi...Cary Coutant1-5/+6
2018-07-14Fix problem causing duplicated linker-generated symbols with versions.Cary Coutant1-2/+5
2018-06-21Fix treatment of symbol versions with unused as-needed libraries.Cary Coutant1-25/+8
2018-04-24Fix internal error caused by conflicting default version definitions.Cary Coutant1-11/+36
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-01Fix problem where undef can fail to trigger archive rescan.Stephen Crane1-7/+8
2017-11-08gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu1-9/+39
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra1-1/+3
2017-08-29[GOLD] Reduce size of class SymbolAlan Modra1-19/+19
2017-08-28[GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra1-0/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-22Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant1-4/+38
2016-12-22Fix problem where version script causes predefined hidden symbol to be define...Cary Coutant1-22/+27
2016-12-21Make linker-created symbols relocatable where appropriate.Cary Coutant1-1/+8
2016-12-19Fix forced allocation of common (-d) during -r links.Cary Coutant1-1/+5
2016-09-27Don't treat as separate symbols if unversioned symbol is undefined.Cary Coutant1-0/+1
2016-08-10Fix potential crashes when Target::make_symbol() returns NULL.James Clarke1-4/+9
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant1-0/+8
2016-03-30Don't override definition a shared object by one in a later shared object.Cary Coutant1-0/+7
2016-03-04Fix undefined symbol errors introduced with previous commit.Cary Coutant1-0/+30
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant1-7/+78
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-10ld -r doesn't need plugin for slim lto objectH.J. Lu1-1/+2
2015-11-14Fix problem where bss symbols for copy relocations are marked local.Cary Coutant1-2/+3
2015-09-07Fix internal error caused by IFUNC patch.Cary Coutant1-2/+8
2015-09-02Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu1-4/+1
2015-08-25Fix regression introduced by fix for PR 18703.Cary Coutant1-15/+17
2015-08-18Fix symbol versioning problems in PR 18703.Cary Coutant1-3/+28
2015-07-21Fix problem where __start_ and __stop_ section symbols do not honor version s...Cary Coutant1-0/+9
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant1-3/+4
2015-04-23Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam1-0/+7
2015-04-20Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI...Ian Coolidge1-1/+5
2015-04-17Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola1-1/+1
2015-04-09Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant1-3/+6
2015-04-09Improve ODR checking in gold.Cary Coutant1-4/+7
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-04powerpc gold, work around pr17670Alan Modra1-1/+0
2014-09-25Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant1-4/+8
2014-08-06Warn for gold on lto objects without pluginAlan Modra1-0/+4
2014-06-27Fix undefined symbol errors from mips.ccAlan Modra1-1/+1
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant1-0/+25
2014-03-10Add explicit instantiations for Sized_symbol::init_output_data.Cary Coutant1-0/+26
2014-03-10Allow target to adjust dynamic symbol value.Cary Coutant1-0/+2
2014-03-10Allow target to set dynsym indexes.Cary Coutant1-0/+19