]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - binutils/bucomm.h
Imported binutils-2.20
[msp430-binutils.git] / binutils / bucomm.h
index 2288f43bd304a7fc25ad83b6161af06ce33801ca..fcbc32b73865a64106a55d1aab5421552d470dfe 100644 (file)
@@ -1,6 +1,7 @@
 /* bucomm.h -- binutils common include file.
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
 #define _BUCOMM_H
 
 /* Return the filename in a static buffer.  */
-const char *bfd_get_archive_filename (bfd *);
+const char *bfd_get_archive_filename (const bfd *);
 
 void bfd_nonfatal (const char *);
 
+void bfd_nonfatal_message (const char *, const bfd *, const asection *,
+                          const char *, ...);
+
 void bfd_fatal (const char *) ATTRIBUTE_NORETURN;
 
 void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0);