aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-03-20 23:37:51 +0000
committerIan Lance Taylor <ian@airs.com>2009-03-20 23:37:51 +0000
commit0e8799277927082e381d875694ee72030e703d89 (patch)
tree76944ca8fa32597789724bff2a372671058f468a /gold/Makefile.am
parent6c7a06a3facfa3f71606655871d0617d3cad80d9 (diff)
downloadfsf-binutils-gdb-0e8799277927082e381d875694ee72030e703d89.zip
fsf-binutils-gdb-0e8799277927082e381d875694ee72030e703d89.tar.gz
fsf-binutils-gdb-0e8799277927082e381d875694ee72030e703d89.tar.bz2
include/elf:
* common.h (SHT_GNU_INCREMENTAL_INPUTS): Define. elfcpp: * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define. gold: * incremental.cc: New file. * Makefile.am (CCFILES): Add incremental.cc. * Makefile.in: Rebuild.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index aab1528..36c88e7 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -51,6 +51,7 @@ CCFILES = \
gc.cc \
gold.cc \
gold-threads.cc \
+ incremental.cc \
layout.cc \
mapfile.cc \
merge.cc \