diff options
author | Per Bothner <per@bothner.com> | 1992-10-05 21:36:56 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-10-05 21:36:56 +0000 |
commit | 286fd2f9e5b403feac83499586ef66c69d9a3073 (patch) | |
tree | ef980d11094ea1b95c89a212b54b8fcb0e0b7623 /bfd/ChangeLog | |
parent | b5ddf9421cc5a2d219dd6e5fb327ed654e25231d (diff) | |
download | gdb-286fd2f9e5b403feac83499586ef66c69d9a3073.zip gdb-286fd2f9e5b403feac83499586ef66c69d9a3073.tar.gz gdb-286fd2f9e5b403feac83499586ef66c69d9a3073.tar.bz2 |
* archive.c (_bfd_write_archive_contents): If read fails,
set bfd_error to malformed_archive (since this probably
indicates a truncated archive), rather than system_call_error.
(Handles PRMS 1624.)
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 131455c..fbc5432 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 5 14:32:55 1992 Per Bothner (bothner@cygnus.com) + + * archive.c (_bfd_write_archive_contents): If read fails, + set bfd_error to malformed_archive (since this probably + indicates a truncated archive), rather than system_call_error. + Mon Oct 5 03:33:39 1992 Mark Eichin (eichin at tweedledumber.cygnus.com) * Makefile.in: added rules for i386bsd.c |