From: Ken Raeburn Date: Fri, 3 Mar 1995 22:44:04 +0000 (+0000) Subject: * write.c (write_contents): If bfd_set_section_contents fails, print a message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0578ade3f2ea8277e6ad3b81dec3b9928b97a4db;p=binutils-gdb.git * write.c (write_contents): If bfd_set_section_contents fails, print a message and exit, instead of aborting. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d2c7341de00..7cadcf51b1e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 3 17:41:50 1995 Ken Raeburn + + * write.c (write_contents): If bfd_set_section_contents fails, + print a message and exit, instead of aborting. + Fri Mar 3 16:26:19 1995 Michael Meissner * tc.h (md_apply_fix3): If MD_APPLY_FIX3 is defined, declare