New drop, with first cut of section layout code.

This commit is contained in:
Ian Lance Taylor
2006-09-21 22:13:18 +00:00
parent 5ffff7c1d1
commit a2fb1b05e4
19 changed files with 1479 additions and 171 deletions

View File

@ -22,8 +22,10 @@ CCFILES = \
fileread.cc \
gold.cc \
gold-threads.cc \
layout.cc \
object.cc \
options.cc \
output.cc \
readsyms.cc \
resolve.cc \
symtab.cc \
@ -36,13 +38,14 @@ HFILES = \
fileread.h \
gold.h \
gold-threads.h \
layout.h \
object.h \
options.h \
output.h \
readsyms.h \
stringpool.h \
symtab.h \
target.h \
targetsize.h \
target-select.h \
workqueue.h