* doc/options.texi (SeparateAlias): Document.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 2010 21:00:05 +0000 (21:00 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 2010 21:00:05 +0000 (21:00 +0000)
commit0b1d266f5718e6be191363e3dd6a130342cf7195
tree4c595a910219a400780aabf660892ec4ce06400f
parent977911b3f87be65a649a179c26325322ee6fbef6
* doc/options.texi (SeparateAlias): Document.
* opt-functions.awk (switch_flags): Handle SeparateAlias.
* opth-gen.awk: Generate enumeration names for options marked
SeparateAlias, but not for those marked Ignore.
* opts-common.c (generate_canonical_option): Don't output separate
argument for options marked CL_SEPARATE_ALIAS.
(decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
* opts.h (CL_SEPARATE_ALIAS): New.
(CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
CL_COMMON): Adjust definitions.
* config/i386/darwin.opt, config/mips/sde.opt: New.
* common.opt (fdump-final-insns): New.
* config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
i386/darwin.opt.
(mips*-sde-elf*): Add mips/sde.opt.
* config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
-mno-data-in-code and -mcode-xonly here.
* defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
* gcc.c (option_map): Add "j" to --dump entry.
(translate_options): Don't translate -d to -foutput-class-dir=
here.

java:
* lang.opt (d): New.

testsuite:
* gcc.dg/opts-4.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163844 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
gcc/ChangeLog
gcc/common.opt
gcc/config.gcc
gcc/config/i386/darwin.opt [new file with mode: 0644]
gcc/config/mips/sde.h
gcc/config/mips/sde.opt [new file with mode: 0644]
gcc/defaults.h
gcc/doc/options.texi
gcc/gcc.c
gcc/java/ChangeLog
gcc/java/lang.opt
gcc/opt-functions.awk
gcc/opth-gen.awk
gcc/opts-common.c
gcc/opts.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/opts-4.c [new file with mode: 0644]