]> git.ipfire.org Git - thirdparty/gcc.git/commit
options.texi (NoDriverArg): Document.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 16 Aug 2010 10:17:07 +0000 (11:17 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 16 Aug 2010 10:17:07 +0000 (11:17 +0100)
commitc878765bbf32e3c3505417771f94015da69a33b8
tree62c0d7f7821118115c0a4344974133ad19963247
parent603349bf3ddd56a90ad8091a41038f0c38eb4838
options.texi (NoDriverArg): Document.

* 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.

From-SVN: r163280
12 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/doc/options.texi
gcc/fortran/ChangeLog
gcc/fortran/cpp.c
gcc/fortran/lang.opt
gcc/gcc.c
gcc/opt-functions.awk
gcc/opts-common.c
gcc/opts.h