From 89c698921de18725963b2c4061894ac4bc0b1a8a Mon Sep 17 00:00:00 2001 From: jsm28 Date: Mon, 16 Aug 2010 10:17:07 +0000 Subject: * doc/options.texi (NoDriverArg): Document. * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of -MDX and -MMDX. * opt-functions.awk (switch_flags): Handle NoDriverArg. * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE marking for CL_NO_DRIVER_ARG options when in the driver. * opts.h (CL_NO_DRIVER_ARG): Define. (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET, CL_COMMON): Update values. c-family: * c.opt (MDX): Change back to MD. Mark NoDriverArg instead of RejectDriver. (MMDX): Change back to MMD. Mark NoDriverArg instead of RejectDriver. * c-opts.c (c_common_handle_option): Use OPT_MD and OPT_MMD instead of OPT_MDX and OPT_MMDX. fortran: * lang.opt (MDX): Change back to MD. Mark NoDriverArg instead of RejectDriver. (MMDX): Change back to MMD. Mark NoDriverArg instead of RejectDriver. * cpp.c (gfc_cpp_handle_option): Use OPT_MD and OPT_MMD instead of OPT_MDX and OPT_MMDX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163280 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-family/c.opt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gcc/c-family/c.opt') diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index d1aa10e1887..05fedd66f02 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -72,9 +72,9 @@ M C ObjC C++ ObjC++ Generate make dependencies -MDX -C ObjC C++ ObjC++ RejectDriver Separate MissingArgError(missing filename after %qs) --MD Generate make dependencies and compile +MD +C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs) +Generate make dependencies and compile MF C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs) @@ -88,9 +88,9 @@ MM C ObjC C++ ObjC++ Like -M but ignore system header files -MMDX -C ObjC C++ ObjC++ RejectDriver Separate MissingArgError(missing filename after %qs) --MMD Like -MD but ignore system header files +MMD +C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs) +Like -MD but ignore system header files MP C ObjC C++ ObjC++ -- cgit v1.2.1