* cppfiles.c (ENOTDIR): Remove.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)
commit0d0bca5f11706b6cdcf1b1e113ece57c9145d221
tree64be4d0dc2f1507fd9a6f9c68c3620d0534493f5
parent84ee71618c6620b9a1787f5657e98342d748eaf1
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70104 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppfiles.c