[gdb/testsuite] Add cc-with-gdb-index.exp
[external/binutils.git] / gold / dwp.h
index 25d4f68..acb32bb 100644 (file)
@@ -1,6 +1,6 @@
 // dwp.h -- general definitions for dwp.
 
-// Copyright 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2019 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__)))