aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.cc
AgeCommit message (Expand)AuthorFilesLines
2006-11-07Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor1-12/+15
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-7/+8
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-77/+182
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-66/+19
2006-10-06Lay out object file sections when we add the symbols to the symbolIan Lance Taylor1-17/+3
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-23/+197
2006-09-27Finished layout code.Ian Lance Taylor1-97/+323
2006-09-26More section layout code.Ian Lance Taylor1-5/+107
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-0/+432