diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-03-20 23:37:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-03-20 23:37:51 +0000 |
commit | 0e8799277927082e381d875694ee72030e703d89 (patch) | |
tree | 76944ca8fa32597789724bff2a372671058f468a /gold/Makefile.am | |
parent | 6c7a06a3facfa3f71606655871d0617d3cad80d9 (diff) | |
download | gdb-0e8799277927082e381d875694ee72030e703d89.zip gdb-0e8799277927082e381d875694ee72030e703d89.tar.gz 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.am | 1 |
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 \ |