diff options
author | Jeff Law <law@redhat.com> | 1994-02-24 00:53:24 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-24 00:53:24 +0000 |
commit | 08c5812ce129cfb225b9f305c0f8ab5dace11de3 (patch) | |
tree | 88c06fefa91a554a1c5253a0f4dc0499c82ed3a7 /gas | |
parent | fce7695f7d1f5c311d7a0023222e12080933993c (diff) | |
download | gdb-08c5812ce129cfb225b9f305c0f8ab5dace11de3.zip gdb-08c5812ce129cfb225b9f305c0f8ab5dace11de3.tar.gz gdb-08c5812ce129cfb225b9f305c0f8ab5dace11de3.tar.bz2 |
* write.c (write_contents): Give the user a reasonable error
message rather than "assertion failed" if bfd_set_section_contents
fails.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5e331c9..5a8a2e5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 23 16:51:43 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * write.c (write_contents): Give the user a reasonable error + message rather than "assertion failed" if bfd_set_section_contents + fails. + Tue Feb 22 10:07:32 1994 Ken Raeburn (raeburn@rtl.cygnus.com) * config/ho-mach3.h: New file. |