From: Nick Clifton Date: Wed, 3 Jun 1998 19:13:40 +0000 (+0000) Subject: Add new function: non_fatal(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e48127735d28cabd0cd74f6fe586bc1b54d9ced6;p=binutils-gdb.git Add new function: non_fatal(). --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 55a670f22ad..30c24bc25d9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Wed Jun 3 12:09:40 1998 Nick Clifton + + * bucomm.h: New exported funtion from bucomm.c: non_fatal(). + * bucomm.c (non_fatal): New exported function. Just like fatal() + except that it returns rather than calling xexit(). + + (bfd_check_format_matches): Call fatal() rather than bfd_fatal(). + + (check_matching_formats): Fix C formating. + + (parse_vma): Call fatal(). + Mon Jun 1 18:26:40 1998 Ian Lance Taylor From Yuli Barcohen :