gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / dwp.h
index 25d4f680b120812a3a6d457fd69777645c1f3a32..3da1d5c2efc1e3da08783b87f0acadb369fab3d4 100644 (file)
@@ -1,6 +1,6 @@
 // dwp.h -- general definitions for dwp.
 
-// Copyright 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2020 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.024382 seconds and 4 git commands to generate.