diff options
author | Nick Clifton <nickc@redhat.com> | 2006-09-27 11:14:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-09-27 11:14:59 +0000 |
commit | df3ca5a38ec2bdf53f5f42abb1a4b376ba414302 (patch) | |
tree | ce808b250d4ccb1503bab680c0bf870c6e07c48f /gas/ChangeLog | |
parent | 49c13adb16c432e9d04770f7c6b8348e31bb1df1 (diff) | |
download | gdb-df3ca5a38ec2bdf53f5f42abb1a4b376ba414302.zip gdb-df3ca5a38ec2bdf53f5f42abb1a4b376ba414302.tar.gz gdb-df3ca5a38ec2bdf53f5f42abb1a4b376ba414302.tar.bz2 |
* output-file.c (output_file_close): Prevent an infinite loop reporting that stdoutput could not be closed.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6e72db5..4d49d9b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2006-09-27 Nick Clifton <nickc@redhat.com> + + * output-file.c (output_file_close): Prevent an infinite loop + reporting that stdoutput could not be closed. + 2006-09-26 Mark Shinwell <shinwell@codesourcery.com> Joseph Myers <joseph@codesourcery.com> Ian Lance Taylor <ian@wasabisystems.com> |