diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-03-03 22:44:04 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-03-03 22:44:04 +0000 |
commit | 0578ade3f2ea8277e6ad3b81dec3b9928b97a4db (patch) | |
tree | 5cfd35a8b16dbdc5e6c6dad9458c7d3838dd2374 /gas | |
parent | 2097152a52d65afa45652591ac26348a6f9c97a1 (diff) | |
download | gdb-0578ade3f2ea8277e6ad3b81dec3b9928b97a4db.zip gdb-0578ade3f2ea8277e6ad3b81dec3b9928b97a4db.tar.gz gdb-0578ade3f2ea8277e6ad3b81dec3b9928b97a4db.tar.bz2 |
* write.c (write_contents): If bfd_set_section_contents fails, print a message
and exit, instead of aborting.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d2c7341..7cadcf5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 3 17:41:50 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * 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 <meissner@tiktok.cygnus.com> * tc.h (md_apply_fix3): If MD_APPLY_FIX3 is defined, declare |