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