diff options
| author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 17:39:40 +0000 |
|---|---|---|
| committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 17:39:40 +0000 |
| commit | dcb9d064d04f71f5740017573872ad9a6589f250 (patch) | |
| tree | cafc671d99ae6f5359167bf98eee54375a7ba567 /libcpp/ChangeLog | |
| parent | c09858328fa14007c1844ec513b443807c2683d2 (diff) | |
| download | ppe42-gcc-dcb9d064d04f71f5740017573872ad9a6589f250.tar.gz ppe42-gcc-dcb9d064d04f71f5740017573872ad9a6589f250.zip | |
PR 15933
Partially revert patch of 2004-06-05.
* files.c (search_cache): Remove pfile argument. Don't check
for file that would be found by "" or <> search here...
(_cpp_find_file): ...do it here, before calling find_file_in_dir.
Do not apply directory-of-current-file correction to files
found by this check. Rearrange code slightly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83714 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 897d4ac0b26..64f88ad854b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,12 @@ +2004-06-26 Zack Weinberg <zack@codesourcery.com> + + Partially revert patch of 2004-06-05. + * files.c (search_cache): Remove pfile argument. Don't check + for file that would be found by "" or <> search here... + (_cpp_find_file): ...do it here, before calling find_file_in_dir. + Do not apply directory-of-current-file correction to files + found by this check. Rearrange code slightly. + 2004-06-21 Geoffrey Keating <geoffk@apple.com> * files.c (should_stack_file): Correct swapped parameters to call |

