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