From e7dabe9b249f1f05906cfe106c649af92ed7e9d4 Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 21 Oct 2005 17:56:51 +0000 Subject: Fix bug with -MM -MG. PR preprocessor/15220 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all callers. Pass to open_file_failed. (open_file_failed): New parameter angle_brackets. Fix all callers. Use in print_dep assignment. * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file. * internal.h (_cpp_find_file): Add new parm to declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_0-branch@105759 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libcpp/ChangeLog') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 11ea675d089..1afea32a322 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,13 @@ +2005-10-21 James E Wilson + + PR preprocessor/15220 + * files.c (_cpp_find_file): New parameter angle_brackets. Fix all + callers. Pass to open_file_failed. + (open_file_failed): New parameter angle_brackets. Fix all callers. + Use in print_dep assignment. + * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file. + * internal.h (_cpp_find_file): Add new parm to declaration. + 2005-09-20 Release Manager * GCC 4.0.2 released. -- cgit v1.2.3