cppinit.c (init_dependency_output): Take deps output file from -o if none given with...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Wed, 20 Feb 2002 07:24:10 +0000 (07:24 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 20 Feb 2002 07:24:10 +0000 (07:24 +0000)
commit56cd5b954eb70a938f01a73ccc0ada6cb5fa4a36
treeca6ba18d981566f2ff27d47f76785ea46c4d1f5c
parent042cdf7164c636e6d8ea671c2817f59c4914f3db
cppinit.c (init_dependency_output): Take deps output file from -o if none given with -MF.

* cppinit.c (init_dependency_output): Take deps output file
from -o if none given with -MF.  Suppress normal output.
* gcc.c (cpp_unique_options): Have -M and -MM imply -E.
* doc/cpp.texi, doc/invoke.texi: Update.

From-SVN: r49892
gcc/ChangeLog
gcc/cppinit.c
gcc/doc/cpp.texi
gcc/doc/invoke.texi
gcc/gcc.c