diff options
Diffstat (limited to 'gold/errors.h')
-rw-r--r-- | gold/errors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/errors.h b/gold/errors.h index 0decc4c..bc77994 100644 --- a/gold/errors.h +++ b/gold/errors.h @@ -57,6 +57,10 @@ class Errors void warning(const char* format, va_list); + // Print an informational message and continue. + void + info(const char* format, va_list); + // Report an error at a reloc location. template<int size, bool big_endian> void |