aboutsummaryrefslogtreecommitdiff
path: root/gold/gold.cc
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Support --oformat binary.Ian Lance Taylor1-1/+6
2008-02-07Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor1-10/+7
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor1-5/+15
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor1-0/+3
2008-02-06Initial -r support.Ian Lance Taylor1-8/+19
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-5/+4
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-4/+4
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-0/+4
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-1/+4
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-31/+53
2007-12-06Don't write out the symbol table when stripping.Ian Lance Taylor1-7/+10
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-1/+1
2007-11-28Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor1-1/+1
2007-11-22Add threading support.Ian Lance Taylor1-3/+6
2007-11-14From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor1-1/+1
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-1/+1
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-0/+4
2007-11-13From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor1-0/+4
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-0/+24
2007-10-26Simplify some code to avoid extra tests of number of objects.Ian Lance Taylor1-18/+6
2007-10-26Exit if we couldn't open any input files.Ian Lance Taylor1-0/+7
2007-10-17Add infrastructure for threading support.Ian Lance Taylor1-0/+27
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-1/+2
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-15/+6
2007-10-14From Craig Silverstein: add some internationalization calls.Ian Lance Taylor1-1/+1
2007-10-14From Craig Silverstein: error if we see a dynamic object when theIan Lance Taylor1-1/+9
2007-09-28Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor1-0/+3
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-3/+1
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-22Define __start and __stop symbols.Ian Lance Taylor1-0/+4
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-2/+5
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-48/+1
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-3/+13
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-1/+1
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-4/+4
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-11/+17
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-12/+90
2006-10-06Lay out object file sections when we add the symbols to the symbolIan Lance Taylor1-4/+7
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-0/+46
2006-09-27Finished layout code.Ian Lance Taylor1-1/+2
2006-09-26More section layout code.Ian Lance Taylor1-2/+3
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-5/+12
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor1-4/+6
2006-08-04Initial CVS checkin of goldIan Lance Taylor1-0/+129