aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-06-03 19:13:40 +0000
committerNick Clifton <nickc@redhat.com>1998-06-03 19:13:40 +0000
commite48127735d28cabd0cd74f6fe586bc1b54d9ced6 (patch)
treea60727005c4d76d38ca98a624f510a273c457755 /binutils
parent921d7728b0278fb73b15ce209f3123acf104c3d5 (diff)
downloadgdb-e48127735d28cabd0cd74f6fe586bc1b54d9ced6.zip
gdb-e48127735d28cabd0cd74f6fe586bc1b54d9ced6.tar.gz
gdb-e48127735d28cabd0cd74f6fe586bc1b54d9ced6.tar.bz2
Add new function: non_fatal().
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 55a670f..30c24bc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,15 @@
+Wed Jun 3 12:09:40 1998 Nick Clifton <nickc@cygnus.com>
+
+ * 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 <ian@cygnus.com>
From Yuli Barcohen <yuli.barcohen@telrad.co.il>: