]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix bug with -MM -MG.
authorJames E Wilson <wilson@specifixinc.com>
Fri, 21 Oct 2005 17:54:20 +0000 (10:54 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 21 Oct 2005 17:54:20 +0000 (10:54 -0700)
commit6568f34b01c7ade5d2fbe0eb19e2d998a201fb02
treecc20eca9ca98c66894b068431e563daeceb0a0f8
parent960d350257c380f7516201b4f666e09c958f7c42
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
libcpp/ChangeLog
libcpp/files.c
libcpp/init.c
libcpp/internal.h