aboutsummaryrefslogtreecommitdiff
path: root/gold/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor1-0/+3
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-6/+10
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-5/+5
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor1-1/+2
2007-11-13From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor1-94/+105
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-0/+16
2007-10-14Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor1-3/+62
2007-10-14Better multiple definition errors.Ian Lance Taylor1-5/+13
2007-10-14Remove extraneous newline.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-12/+11
2007-10-14From Craig Silverstein: add some internationalization calls.Ian Lance Taylor1-1/+1
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-19Let special symbols override existing symbols rather thanIan Lance Taylor1-136/+241