aboutsummaryrefslogtreecommitdiff
path: root/gold/i386.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-6/+6
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-36/+276
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-52/+649
relocations.
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-8/+114
runs.
2006-09-27Finished layout code.Ian Lance Taylor1-1/+15
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor1-0/+47
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure.