aboutsummaryrefslogtreecommitdiff
path: root/gold/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-06-21Fix treatment of symbol versions with unused as-needed libraries.Cary Coutant1-8/+29
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-28Allow multiply-defined absolute symbols when they have the same value.Cary Coutant1-5/+15
2017-09-22[GOLD] clone assert breakageAlan Modra1-2/+2
2017-08-29[GOLD] PowerPC tls_get_addr_optimizeAlan Modra1-0/+62
2017-08-29[GOLD] Reduce size of class SymbolAlan Modra1-7/+4
2017-08-28[GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-09-07Fix internal error caused by IFUNC patch.Cary Coutant1-7/+1
2015-09-02Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu1-1/+7
2015-08-18Fix symbol versioning problems in PR 18703.Cary Coutant1-9/+24
2015-07-20Remove warning about references from shared objects to hidden symbols.Yiran Wang1-9/+4
2015-06-07Fix incorrect handling of STT_COMMON symbols in shared libraries.Cary Coutant1-13/+17
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-09-30Fix error from previous patch where tosize and tovalue were redefinedCary Coutant1-2/+2
2014-09-25Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant1-4/+19
2014-09-17Fix handling of common symbols with plugins.Rafael Ávila de Espíndola1-1/+4
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant1-0/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-06-14gold/Cary Coutant1-6/+12
2012-03-13 * resolve.cc (Symbol_table::resolve): When merging common symbols,Ian Lance Taylor1-4/+15
2011-12-172011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant1-2/+2
2011-10-18 PR gold/13245Cary Coutant1-1/+1
2011-07-08 PR gold/12279Ian Lance Taylor1-8/+16
2011-07-06 PR gold/12952Ian Lance Taylor1-1/+9
2011-07-02 PR gold/12525Ian Lance Taylor1-2/+4
2011-06-17 PR gold/12893Ian Lance Taylor1-2/+16
2011-06-08 * common.cc (Symbol_table::do_allocate_commons_list): For incrementalCary Coutant1-0/+3
2010-10-11 * resolve.cc (symbol_to_bits): Report the value of the unsupportedIan Lance Taylor1-1/+1
2010-08-282010-08-27 Doug Kwan <dougkwan@google.com>Doug Kwan1-2/+9
2010-08-132010-08-12 Cary Coutant <ccoutant@google.com>Doug Kwan1-0/+5
2010-07-09 * resolve.cc (Symbol_table::resolve): Remember whether undef wasCary Coutant1-10/+47
2010-02-052010-02-04 Doug Kwan <dougkwan@google.com>Doug Kwan1-6/+5
2010-01-11 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODRIan Lance Taylor1-32/+32
2010-01-11 * resolve.cc (Symbol_table::resolve): Add symbols to the list ofIan Lance Taylor1-5/+7
2010-01-09 PR 11108Ian Lance Taylor1-2/+1
2010-01-05 * options.h (class General_options): Use DEFINE_bool_alias forIan Lance Taylor1-3/+2
2010-01-05 PR 10980Ian Lance Taylor1-3/+5
2009-12-29 * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor1-18/+38
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-19/+19
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-19/+19
2009-12-052009-12-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+2
2009-11-04 PR 10860Ian Lance Taylor1-15/+78
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-2/+2
2009-08-19 * resolve.cc (Symbol_table::resolve): Don't complain about definedCary Coutant1-2/+3
2009-08-12 PR 10471Cary Coutant1-0/+14