summaryrefslogtreecommitdiff
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant2016-12-221-4/+38
* Fix problem where version script causes predefined hidden symbol to be define...Cary Coutant2016-12-221-22/+27
* Make linker-created symbols relocatable where appropriate.Cary Coutant2016-12-211-1/+8
* Fix forced allocation of common (-d) during -r links.Cary Coutant2016-12-191-1/+5
* Don't treat as separate symbols if unversioned symbol is undefined.Cary Coutant2016-09-271-0/+1
* Fix potential crashes when Target::make_symbol() returns NULL.James Clarke2016-08-101-4/+9
* Don't allow COPY relocations for protected symbols.Cary Coutant2016-05-191-0/+8
* Don't override definition a shared object by one in a later shared object.Cary Coutant2016-03-301-0/+7
* Fix undefined symbol errors introduced with previous commit.Cary Coutant2016-03-041-0/+30
* Add support for STT_SPARC_REGISTER symbols.Cary Coutant2016-03-031-7/+78
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ld -r doesn't need plugin for slim lto objectH.J. Lu2015-12-101-1/+2
* Fix problem where bss symbols for copy relocations are marked local.Cary Coutant2015-11-141-2/+3
* Fix internal error caused by IFUNC patch.Cary Coutant2015-09-071-2/+8
* Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu2015-09-021-4/+1
* Fix regression introduced by fix for PR 18703.Cary Coutant2015-08-251-15/+17
* Fix symbol versioning problems in PR 18703.Cary Coutant2015-08-181-3/+28
* Fix problem where __start_ and __stop_ section symbols do not honor version s...Cary Coutant2015-07-211-0/+9
* Change Section_id type to use Relobj* instead of Object*.Cary Coutant2015-05-021-3/+4
* Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam2015-04-231-0/+7
* Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI...Ian Coolidge2015-04-201-1/+5
* Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola2015-04-171-1/+1
* Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant2015-04-091-3/+6
* Improve ODR checking in gold.Cary Coutant2015-04-091-4/+7
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* powerpc gold, work around pr17670Alan Modra2014-12-041-1/+0
* Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant2014-09-251-4/+8
* Warn for gold on lto objects without pluginAlan Modra2014-08-061-0/+4
* Fix undefined symbol errors from mips.ccAlan Modra2014-06-271-1/+1
* Fix handling of __ehdr_start when it cannot be defined.Cary Coutant2014-05-021-0/+25
* Add explicit instantiations for Sized_symbol::init_output_data.Cary Coutant2014-03-101-0/+26
* Allow target to adjust dynamic symbol value.Cary Coutant2014-03-101-0/+2
* Allow target to set dynsym indexes.Cary Coutant2014-03-101-0/+19
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Fix problems with the --dynamic-list option.Cary Coutant2014-02-051-1/+2
* gold/Cary Coutant2013-04-151-9/+18
* * symtab.h (Symbol::clear_version): New function.Alan Modra2013-03-201-7/+34
* * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra2013-03-101-1/+3
* * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.Alan Modra2012-09-091-26/+5
* 2012-08-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-08-211-2/+4
* 2012-05-25 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2012-05-251-0/+1
* gold/Cary Coutant2012-05-221-2/+3
* * archive.cc (Library_base::should_include_member): Check forCary Coutant2012-04-171-6/+42
* * options.h (class General_options): Add --[no-]gnu-unique options.Cary Coutant2011-10-311-0/+6
* 2011-10-31 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2011-10-311-27/+19
* * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant2011-09-291-0/+13
* * symtab.cc (Symbol_table::define_special_symbol): AlwaysIan Lance Taylor2011-09-281-1/+3
* * layout.cc (Layout::set_segment_offsets): Don't realign textCary Coutant2011-08-011-5/+7
* 2011-07-22 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2011-07-221-3/+3