aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.cc
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-02-05Fix problems with the --dynamic-list option.Cary Coutant1-1/+2
2013-04-15gold/Cary Coutant1-9/+18
2013-03-20 * symtab.h (Symbol::clear_version): New function.Alan Modra1-7/+34
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra1-1/+3
2012-09-09 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.Alan Modra1-26/+5
2012-08-212012-08-21 Cary Coutant <ccoutant@google.com>Cary Coutant1-2/+4
2012-05-252012-05-25 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-0/+1
2012-05-22gold/Cary Coutant1-2/+3
2012-04-17 * archive.cc (Library_base::should_include_member): Check forCary Coutant1-6/+42
2011-10-31 * options.h (class General_options): Add --[no-]gnu-unique options.Cary Coutant1-0/+6
2011-10-312011-10-31 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-27/+19
2011-09-29 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant1-0/+13
2011-09-28 * symtab.cc (Symbol_table::define_special_symbol): AlwaysIan Lance Taylor1-1/+3
2011-08-01 * layout.cc (Layout::set_segment_offsets): Don't realign textCary Coutant1-5/+7
2011-07-222011-07-22 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-3/+3
2011-07-08 PR gold/12279Ian Lance Taylor1-3/+3
2011-06-29 PR gold/12818Ian Lance Taylor1-0/+1
2011-06-28 * symtab.cc (Symbol::versioned_name): New function.Ian Lance Taylor1-2/+23
2011-06-16 * symtab.cc (Warnings::issue_warning): Don't warn if relocationIan Lance Taylor1-0/+6
2011-06-08 * common.cc (Symbol_table::do_allocate_commons_list): For incrementalCary Coutant1-12/+25
2011-06-08 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_relocCary Coutant1-5/+5