aboutsummaryrefslogtreecommitdiff
path: root/gold/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-8/+16
2007-08-29Any symbol which is in both a regular object and a dynamic objectIan Lance Taylor1-9/+0
2007-08-28Set in_dyn_ and in_reg_ when overriding a symbol.Ian Lance Taylor1-0/+4
2006-12-06Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor1-1/+6
2006-12-06Generate version information.Ian Lance Taylor1-28/+37
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-2/+2
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-4/+4
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-1/+11
2006-11-03gcc 3.2.2 portability hacks.Ian Lance Taylor1-2/+3
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-6/+65
2006-10-06Lay out object file sections when we add the symbols to the symbolIan Lance Taylor1-3/+4
2006-09-29Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor1-8/+2
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-4/+3
2006-09-26g++ 3.2.2 portability fixes.Ian Lance Taylor1-1/+10
2006-09-07More symbol resolution code.Ian Lance Taylor1-14/+138
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor1-0/+349