cppfiles.c (ENOTDIR): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)
commitcf1ee30c6769682cfba0b8518349a451e04d5dcc
tree64be4d0dc2f1507fd9a6f9c68c3620d0534493f5
parent7318eb21d1fc8ae39dae0e6c4f7c3da8f5ae5865
cppfiles.c (ENOTDIR): Remove.

* cppfiles.c (ENOTDIR): Remove.
(open_file_in_dir): Rename find_file_in_dir.  Handle errors
other than ENOENT here.
(once_only_file_p): Rename should_stack_file.
(find_file, open_file_failed, read_file_guts): Report errors
with full path name.
(read_file): Move pch handling to should_stack_file.
(should_stack_file): Handle PCH and once-only issues, and
reading the file.
(stack_file): Don't do file reads.

From-SVN: r70104
gcc/ChangeLog
gcc/cppfiles.c