summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/dwp.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/dwp.h')
-rw-r--r--binutils-2.25/gold/dwp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils-2.25/gold/dwp.h b/binutils-2.25/gold/dwp.h
index 25d4f680..6b57eaa3 100644
--- a/binutils-2.25/gold/dwp.h
+++ b/binutils-2.25/gold/dwp.h
@@ -1,6 +1,6 @@
// dwp.h -- general definitions for dwp.
-// Copyright 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2014 Free Software Foundation, Inc.
// Written by Cary Coutant <ccoutant@google.com>.
// This file is part of dwp, the DWARF packaging utility.
@@ -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__)))