tradcpp.c (deps_file, [...]): New variables.
authorJakub Jelinek <jakub@redhat.com>
Thu, 4 Jan 2001 17:26:12 +0000 (18:26 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 4 Jan 2001 17:26:12 +0000 (18:26 +0100)
commitc3843cea61f838af76b6a77ea5b38f9026c9bb8f
treea5ea1c92dfd04317ba19d5e37d7d49c0b97ac469
parentf4d578da666c948839a56e141071b0ee9c50f555
tradcpp.c (deps_file, [...]): New variables.

* tradcpp.c (deps_file, print_deps_missing_files): New variables.
(main): Handle -MG, -MD, -MMD.  Bail out if -MG is given without -M
or -MM.
(do_include): Handle missing headers like cpp0.
* cppfiles.c (_cpp_execute_include): Don't prefix absolute header
paths with first include pathname.  Don't strcat to uninitialized
string.

From-SVN: r38683
gcc/ChangeLog
gcc/cppfiles.c
gcc/tradcpp.c