summaryrefslogtreecommitdiff
path: root/gold/gold.cc
Commit message (Expand)AuthorAgeFilesLines
* Add threading support.Ian Lance Taylor2007-11-221-3/+6
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-141-1/+1
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-1/+1
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-0/+4
* From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor2007-11-131-0/+4
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-0/+24
* Simplify some code to avoid extra tests of number of objects.Ian Lance Taylor2007-10-261-18/+6
* Exit if we couldn't open any input files.Ian Lance Taylor2007-10-261-0/+7
* Add infrastructure for threading support.Ian Lance Taylor2007-10-171-0/+27
* From Cary Coutant: preliminary shared library support.Ian Lance Taylor2007-10-161-1/+2
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-15/+6
* From Craig Silverstein: add some internationalization calls.Ian Lance Taylor2007-10-141-1/+1
* From Craig Silverstein: error if we see a dynamic object when theIan Lance Taylor2007-10-141-1/+9
* Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor2007-09-281-0/+3
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-3/+1
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Define __start and __stop symbols.Ian Lance Taylor2007-09-221-0/+4
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-2/+5
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-48/+1
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-3/+13
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-1/+1
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-4/+4
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-11/+17
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-12/+90
* Lay out object file sections when we add the symbols to the symbolIan Lance Taylor2006-10-061-4/+7
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-0/+46
* Finished layout code.Ian Lance Taylor2006-09-271-1/+2
* More section layout code.Ian Lance Taylor2006-09-261-2/+3
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-5/+12
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-4/+6
* Initial CVS checkin of goldIan Lance Taylor2006-08-041-0/+129