aboutsummaryrefslogtreecommitdiff
path: root/gold/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-22 * layout.cc (Layout::make_output_section): CallIan Lance Taylor1-0/+2
2009-02-27 PR 9836Ian Lance Taylor1-4/+32
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant1-0/+19
2008-07-23 * symtab.cc (Symbol_table::resolve): Remove version parameter.Ian Lance Taylor1-1/+1
2008-05-08 * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor1-11/+32
2008-05-07 PR 6049Ian Lance Taylor1-2/+6
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-35/+56
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-1/+0
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-13/+5
2008-02-28Don't warn about redefinitions from a --just-symbols object.Ian Lance Taylor1-0/+8
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-1/+1