aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
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.in
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.in')
-rw-r--r--gold/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index a315718..4e87352 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -71,7 +71,7 @@ AR = ar
ARFLAGS = cru
libgold_a_AR = $(AR) $(ARFLAGS)
libgold_a_LIBADD =
-am__objects_1 = archive.$(OBJEXT) common.$(OBJEXT) \
+am__objects_1 = archive.$(OBJEXT) binary.$(OBJEXT) common.$(OBJEXT) \
compressed_output.$(OBJEXT) defstd.$(OBJEXT) \
dirsearch.$(OBJEXT) dynobj.$(OBJEXT) dwarf_reader.$(OBJEXT) \
ehframe.$(OBJEXT) errors.$(OBJEXT) expression.$(OBJEXT) \
@@ -299,6 +299,7 @@ AM_YFLAGS = -d
noinst_LIBRARIES = libgold.a
CCFILES = \
archive.cc \
+ binary.cc \
common.cc \
compressed_output.cc \
defstd.cc \
@@ -331,6 +332,7 @@ CCFILES = \
HFILES = \
archive.h \
+ binary.h \
common.h \
compressed_output.h \
defstd.h \
@@ -499,6 +501,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_output.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@