Run all error handling through an Errors object. Delete output file

on error.
This commit is contained in:
Ian Lance Taylor
2007-10-14 06:49:14 +00:00
parent eb4dfdd470
commit 75f2446ec3
31 changed files with 1269 additions and 918 deletions

View File

@ -30,6 +30,7 @@ CCFILES = \
dirsearch.cc \
dynobj.cc \
ehframe.cc \
errors.cc \
fileread.cc \
gold.cc \
gold-threads.cc \
@ -56,6 +57,7 @@ HFILES = \
dirsearch.h \
dynobj.h \
ehframe.h \
errors.h \
fileread.h \
gold.h \
gold-threads.h \