aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-06-09 10:16:52 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-06-09 10:16:52 +0000
commit1e260c5ad6780c7b4b04ae276d766ef1db02a182 (patch)
treec8c465740f40eb2c178e1a3ebfe854771da47698 /libcpp/ChangeLog
parentdb9c2c9ce7e7f978bb8080ce28868c54a1e2a71d (diff)
* cppfiles.c (open_file): Account for the
fact that on windows, opening a directory gives EACCES. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@125590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 712bc32784b..205c1dd9db1 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
+
+ * cppfiles.c (open_file): Account for the
+ fact that on windows, opening a directory gives
+ EACCES.
+
2007-06-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
PR preprocessor/23479