Message ID | Pine.LNX.4.64.1009021138180.32685@digraph.polyomino.org.uk |
---|---|
State | New |
Headers | show |
>>>>> "Joseph" == Joseph S Myers <joseph@codesourcery.com> writes:
Joseph> This option cannot be used since it gets passed to jc1 which knows
Joseph> nothing about it. This patch removes this remaining relic.
Joseph> Bootstrapped with no regressions on x86_64-unknown-linux-gnu. OK to
Joseph> commit?
Joseph> 2010-09-02 Joseph Myers <joseph@codesourcery.com>
Joseph> * jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
This is ok. Thanks.
Tom
diff -rupN --exclude=.svn gcc-mainline-1-warnignore/gcc/java/jvspec.c gcc-mainline/gcc/java/jvspec.c --- gcc-mainline-1-warnignore/gcc/java/jvspec.c 2010-09-01 08:25:38.000000000 -0700 +++ gcc-mainline/gcc/java/jvspec.c 2010-09-01 18:06:58.000000000 -0700 @@ -67,7 +67,7 @@ static const char jvgenmain_spec[] = %<fcompile-resource* %<fassert %<fno-assert \ %<femit-class-file %<femit-class-files %<fencoding*\ %<fuse-boehm-gc %<fhash-synchronization %<fjni\ - %<findirect-dispatch %<fnew-verifier\ + %<findirect-dispatch\ %<fno-store-check %<foutput-class-dir\ %<fclasspath* %<fbootclasspath*\ %<fextdirs*\