summaryrefslogtreecommitdiff
path: root/gold/gold.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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