diff options
| author | James E Wilson <wilson@specifixinc.com> | 2005-10-21 10:54:20 -0700 |
|---|---|---|
| committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-10-21 10:54:20 -0700 |
| commit | 6568f34b01c7ade5d2fbe0eb19e2d998a201fb02 (patch) | |
| tree | cc20eca9ca98c66894b068431e563daeceb0a0f8 /libcpp/ChangeLog | |
| parent | 960d350257c380f7516201b4f666e09c958f7c42 (diff) | |
| download | gcc-6568f34b01c7ade5d2fbe0eb19e2d998a201fb02.tar.gz gcc-6568f34b01c7ade5d2fbe0eb19e2d998a201fb02.tar.bz2 gcc-6568f34b01c7ade5d2fbe0eb19e2d998a201fb02.zip | |
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.
From-SVN: r105757
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 1331bdeb391..766e5bf21d4 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,13 @@ +2005-10-14 James E Wilson <wilson@specifix.com> + + 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-10-08 Kazu Hirata <kazu@codesourcery.com> * configure.ac: Require 64-bit int for arm*-*-*eabi*. |
