This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: More options fixes towards replacing translate_options


On Fri, Sep 3, 2010 at 16:01, Joseph S. Myers <joseph@codesourcery.com> wrote:

> 2010-09-03 ÂJoseph Myers Â<joseph@codesourcery.com>
>
> Â Â Â Â* 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:
> 2010-09-03 ÂJoseph Myers Â<joseph@codesourcery.com>
>
> Â Â Â Â* lang.opt (d): New.
>
> testsuite:
> 2010-09-03 ÂJoseph Myers Â<joseph@codesourcery.com>
>
> Â Â Â Â* gcc.dg/opts-4.c: New test.

OK.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]