summaryrefslogtreecommitdiff
path: root/gold/common.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
|
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-17/+4
|
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-2/+2
|
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-22/+8
| | | | reduces the amount of locking required to find a new thread to run.
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-1/+1
|
* Add threading support.Ian Lance Taylor2007-11-221-5/+2
|
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-2/+2
|
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
|
* Add control over template specialization.Ian Lance Taylor2007-09-191-2/+14
|
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-3/+3
|
* 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-0/+1
|
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-11-031-8/+9
|
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-0/+208