summaryrefslogtreecommitdiff
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
commit0acc7cf0262d2a6f49017d167f3a8effcb3db575 (patch)
treecde21ced96fd720df177dc430ba2375f3e3f41e5 /gold/Makefile.am
parent5f181e2111c86a95bb43a09853f0c5a68a70749c (diff)
downloadbinutils-redhat-0acc7cf0262d2a6f49017d167f3a8effcb3db575.tar.gz
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 aab1528807..36c88e79f4 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 \