X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fldmisc.h;h=747bfbb8fba2487331e3680640ed9b01d2c5e64e;hb=7e56227dfffddbbb5b648c386c85345929fa0529;hp=ba7f0c6515e138b00bbc7689ea14d07edfd1ea8e;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldmisc.h b/ld/ldmisc.h index ba7f0c6515..747bfbb8fb 100644 --- a/ld/ldmisc.h +++ b/ld/ldmisc.h @@ -1,6 +1,5 @@ /* ldmisc.h - - Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2001, 2003, 2004, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1991-2020 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -22,6 +21,7 @@ #ifndef LDMISC_H #define LDMISC_H +extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning); extern void einfo (const char *, ...); extern void minfo (const char *, ...); extern void info_msg (const char *, ...);