aboutsummaryrefslogtreecommitdiff
path: root/gold/dwp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/dwp.h')
-rw-r--r--gold/dwp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/dwp.h b/gold/dwp.h
index 25d4f68..948c6a9 100644
--- a/gold/dwp.h
+++ b/gold/dwp.h
@@ -88,6 +88,10 @@ gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
extern void
gold_warning(const char* msg, ...) ATTRIBUTE_PRINTF_1;
+// This function is called to print an informational message.
+extern void
+gold_info(const char* msg, ...) ATTRIBUTE_PRINTF_1;
+
#define gold_unreachable() \
(gold::do_gold_unreachable(__FILE__, __LINE__, \
static_cast<const char*>(__FUNCTION__)))