summaryrefslogtreecommitdiff
path: root/gold/resolve.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
* 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
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix treatment of symbol versions with unused as-needed libraries.Cary Coutant2018-06-211-8/+29
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Allow multiply-defined absolute symbols when they have the same value.Cary Coutant2017-11-281-5/+15
* [GOLD] clone assert breakageAlan Modra2017-09-221-2/+2
* [GOLD] PowerPC tls_get_addr_optimizeAlan Modra2017-08-291-0/+62
* [GOLD] Reduce size of class SymbolAlan Modra2017-08-291-7/+4
* [GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra2017-08-281-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* [GOLD] -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix internal error caused by IFUNC patch.Cary Coutant2015-09-071-7/+1
* Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu2015-09-021-1/+7
* Fix symbol versioning problems in PR 18703.Cary Coutant2015-08-181-9/+24
* Remove warning about references from shared objects to hidden symbols.Yiran Wang2015-07-201-9/+4
* Fix incorrect handling of STT_COMMON symbols in shared libraries.Cary Coutant2015-06-071-13/+17
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix error from previous patch where tosize and tovalue were redefinedCary Coutant2014-09-301-2/+2
* Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant2014-09-251-4/+19
* Fix handling of common symbols with plugins.Rafael Ávila de Espíndola2014-09-171-1/+4
* Fix handling of __ehdr_start when it cannot be defined.Cary Coutant2014-05-021-0/+4
* Update copyright yearsAlan Modra2014-03-051-1/+1
* gold/Cary Coutant2013-06-141-6/+12
* * resolve.cc (Symbol_table::resolve): When merging common symbols,Ian Lance Taylor2012-03-131-4/+15
* 2011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant2011-12-171-2/+2
* PR gold/13245Cary Coutant2011-10-181-1/+1
* PR gold/12279Ian Lance Taylor2011-07-081-8/+16
* PR gold/12952Ian Lance Taylor2011-07-061-1/+9
* PR gold/12525Ian Lance Taylor2011-07-021-2/+4
* PR gold/12893Ian Lance Taylor2011-06-171-2/+16
* * common.cc (Symbol_table::do_allocate_commons_list): For incrementalCary Coutant2011-06-081-0/+3
* * resolve.cc (symbol_to_bits): Report the value of the unsupportedIan Lance Taylor2010-10-111-1/+1
* 2010-08-27 Doug Kwan <dougkwan@google.com>Doug Kwan2010-08-281-2/+9
* 2010-08-12 Cary Coutant <ccoutant@google.com>Doug Kwan2010-08-131-0/+5
* * resolve.cc (Symbol_table::resolve): Remember whether undef wasCary Coutant2010-07-091-10/+47
* 2010-02-04 Doug Kwan <dougkwan@google.com>Doug Kwan2010-02-051-6/+5
* * resolve.cc (Symbol_table::resolve): Add symbols to list of ODRIan Lance Taylor2010-01-111-32/+32
* * resolve.cc (Symbol_table::resolve): Add symbols to the list ofIan Lance Taylor2010-01-111-5/+7
* PR 11108Ian Lance Taylor2010-01-091-2/+1
* * options.h (class General_options): Use DEFINE_bool_alias forIan Lance Taylor2010-01-051-3/+2
* PR 10980Ian Lance Taylor2010-01-051-3/+5
* * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor2009-12-291-18/+38
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-19/+19
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-19/+19
* 2009-12-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-12-051-0/+2
* PR 10860Ian Lance Taylor2009-11-041-15/+78