Display --interleave[=<number>]
[deliverable/binutils-gdb.git] / gold / dwp.h
index 25d4f680b120812a3a6d457fd69777645c1f3a32..cf628f1907f23f9ecdf7b8d121b30b2594ceef20 100644 (file)
@@ -1,6 +1,6 @@
 // dwp.h -- general definitions for dwp.
 
-// Copyright 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2015 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__)))
This page took 0.023037 seconds and 4 git commands to generate.