summaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-09-21 22:13:18 +0000
committerIan Lance Taylor <iant@google.com>2006-09-21 22:13:18 +0000
commitf695569ec5864ff9cb12737a3ac70958788f74b0 (patch)
treea0fff9691043243989d3053cc67601b0ca01ae10 /gold/Makefile.am
parent9e8a081c07112c16a771b2981bfc1be9225a0e00 (diff)
downloadbinutils-redhat-f695569ec5864ff9cb12737a3ac70958788f74b0.tar.gz
New drop, with first cut of section layout code.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index a01aef4aab..ed26af979f 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -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