aboutsummaryrefslogtreecommitdiff
path: root/gold/errors.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17 * errors.cc (Errors::info): New function.Cary Coutant1-0/+20
(gold_info): New function. * errors.h (Errors::info): New function. * gold.h (gold_info): New function. * object.cc (Input_objects::add_object): Print trace output. * options.cc (options::parse_set): New function. (General_options::parse_wrap): Deleted. (General_options::General_options): Deleted initializer. * options.h (options::String_set): New typedef. (options::parse_set): New function. (DEFINE_set): New macro. (General_options::wrap): Changed to use DEFINE_set. Changed callers of any_wrap_symbols and is_wrap_symbol. (General_options::trace, General_options::trace_symbol): New options. (General_options::any_wrap_symbols, General_options::is_wrap_symbol) (General_options::wrap_symbols_): Deleted. * symtab.cc (Symbol_table::add_from_object): Print trace output.
2008-04-09 * errors.cc (Errors::undefined_symbol): Mention symbol version ifIan Lance Taylor1-3/+9
there is one.
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-01-07Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor1-24/+31
with three arguments, and ignore OUTPUT_ARCH.
2007-11-22Add threading support.Ian Lance Taylor1-7/+39
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-0/+314
on error.