summaryrefslogtreecommitdiff
path: root/gold/resolve.cc
AgeCommit message (Expand)Author
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
2008-07-23 * symtab.cc (Symbol_table::resolve): Remove version parameter.Ian Lance Taylor
2008-05-08 * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor
2008-05-07 PR 6049Ian Lance Taylor
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor
2008-02-28Don't warn about redefinitions from a --just-symbols object.Ian Lance Taylor
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor
2007-11-13From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor
2007-10-22Fix versions of copied symbols.Ian Lance Taylor