aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-02 23:02:44 +0000
committerIan Lance Taylor <iant@google.com>2007-11-02 23:02:44 +0000
commit5c2c6c957be387f3649b143508a2b5c730c0b6f5 (patch)
tree50bcf3279038a085b36033f3b5005c61b9d51c9a /gold/Makefile.am
parent8942f2584cd5e11f2d512c5cf42747644be2735a (diff)
downloadbinutils-5c2c6c957be387f3649b143508a2b5c730c0b6f5.zip
binutils-5c2c6c957be387f3649b143508a2b5c730c0b6f5.tar.gz
binutils-5c2c6c957be387f3649b143508a2b5c730c0b6f5.tar.bz2
From Craig Silverstein: Add first version of generating error messages
with file name and line number.
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 c9cde9c..a91a1c8 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -33,6 +33,7 @@ CCFILES = \
defstd.cc \
dirsearch.cc \
dynobj.cc \
+ dwarf_reader.cc \
ehframe.cc \
errors.cc \
fileread.cc \
@@ -60,6 +61,7 @@ HFILES = \
defstd.h \
dirsearch.h \
dynobj.h \
+ dwarf_reader.h \
ehframe.h \
errors.h \
fileread.h \