aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-08 07:06:58 +0000
committerIan Lance Taylor <iant@google.com>2008-02-08 07:06:58 +0000
commitbc644c6cfca852cd34e486a018bfde7fd1ac55e8 (patch)
tree0a3f5a7539df0cebdaddc0accf07a156e5c5221c /gold/Makefile.am
parent897b09ca9f17a38ab9c552ae6933eb595283aa4c (diff)
downloadfsf-binutils-gdb-bc644c6cfca852cd34e486a018bfde7fd1ac55e8.zip
fsf-binutils-gdb-bc644c6cfca852cd34e486a018bfde7fd1ac55e8.tar.gz
fsf-binutils-gdb-bc644c6cfca852cd34e486a018bfde7fd1ac55e8.tar.bz2
Add support for --format binary for input files.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 0f09afa..ea43458 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -30,6 +30,7 @@ noinst_LIBRARIES = libgold.a
CCFILES = \
archive.cc \
+ binary.cc \
common.cc \
compressed_output.cc \
defstd.cc \
@@ -62,6 +63,7 @@ CCFILES = \
HFILES = \
archive.h \
+ binary.h \
common.h \
compressed_output.h \
defstd.h \