summaryrefslogtreecommitdiff
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* gold: --export-dynamic-symbol: don't imply -uFangrui Song2021-09-021-6/+0
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* [GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols outputAlan Modra2019-11-191-4/+31
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Add --warn-drop-version option; by default, do not warn when discarding versi...Cary Coutant2018-08-061-5/+6
* Fix problem causing duplicated linker-generated symbols with versions.Cary Coutant2018-07-141-2/+5
* Fix treatment of symbol versions with unused as-needed libraries.Cary Coutant2018-06-211-25/+8
* Fix internal error caused by conflicting default version definitions.Cary Coutant2018-04-241-11/+36
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix problem where undef can fail to trigger archive rescan.Stephen Crane2017-12-011-7/+8
* gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu2017-11-081-9/+39
* Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra2017-10-251-1/+3
* [GOLD] Reduce size of class SymbolAlan Modra2017-08-291-19/+19
* [GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra2017-08-281-0/+1
* 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