X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fdwp.h;h=3da1d5c2efc1e3da08783b87f0acadb369fab3d4;hb=030a2e78acf66c5c12e073ec3887a167da7a7195;hp=25d4f680b120812a3a6d457fd69777645c1f3a32;hpb=774299092dc99b19dac96bc9226ff3421e70bef2;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/dwp.h b/gold/dwp.h index 25d4f680b1..3da1d5c2ef 100644 --- a/gold/dwp.h +++ b/gold/dwp.h @@ -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 . // 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(__FUNCTION__)))