diff options
Diffstat (limited to 'gold/errors.h')
-rw-r--r-- | gold/errors.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/errors.h b/gold/errors.h index a8f823d..1e61c8d 100644 --- a/gold/errors.h +++ b/gold/errors.h @@ -49,6 +49,12 @@ class Errors void fatal(const char* format, va_list) ATTRIBUTE_NORETURN; + // Report a fallback error. After printing the error, this must exit + // with a special status code indicating that fallback to + // --incremental-full is required. + void + fallback(const char* format, va_list) ATTRIBUTE_NORETURN; + // Report an error and continue. void error(const char* format, va_list); |