summaryrefslogtreecommitdiff
path: root/gold/symtab.cc
AgeCommit message (Expand)Author
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
2014-03-05Update copyright yearsAlan Modra
2014-02-05Fix problems with the --dynamic-list option.Cary Coutant
2013-04-15gold/Cary Coutant
2013-03-20 * symtab.h (Symbol::clear_version): New function.Alan Modra
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra
2012-09-09 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.Alan Modra
2012-08-212012-08-21 Cary Coutant <ccoutant@google.com>Cary Coutant
2012-05-252012-05-25 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2012-05-22gold/Cary Coutant
2012-04-17 * archive.cc (Library_base::should_include_member): Check forCary Coutant