summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-31 18:56:35 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-31 18:56:35 +0000
commit19f93b6270249e3a0a0e48011f8041fc619f32ab (patch)
tree045aa0e1e55c97d4b396045787792803939cc6a8 /libiberty/ChangeLog
parent3ec8f42c867ff1ced60988f1a3b725f378641c06 (diff)
downloadgcc-19f93b6270249e3a0a0e48011f8041fc619f32ab.tar.gz
* mkstemps.c (mkstemps): If open failed with errno other than
EEXIST, return immediately. * make-temp-file.c: Include errno.h. (make_temp_file): If mkstemps failed, print an error message before aborting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138429 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index bf52f9eb491..da52583c8f2 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-31 Denys Vlasenko <dvlasenk@redhat.com>
+
+ * mkstemps.c (mkstemps): If open failed with errno other than
+ EEXIST, return immediately.
+ * make-temp-file.c: Include errno.h.
+ (make_temp_file): If mkstemps failed, print an error message
+ before aborting.
+
2008-07-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* maint-tool (deps): Output config.h instead of stamp-h.