diff options
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r-- | binutils/bucomm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 2288f43..08c166b 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -27,6 +27,9 @@ const char *bfd_get_archive_filename (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); |