summaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
Commit message (Expand)AuthorAgeFilesLines
* darwin-driver.c (darwin_default_min_version): UseJoseph Myers2010-06-041-4/+4
* re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2010-05-281-10/+10
* * jvspec.c (lang_specific_driver): Constify two variables named "p".Joern Rennecke2010-01-201-2/+2
* jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek2009-11-281-4/+0
* builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins.Andrew Haley2009-08-121-0/+1
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-4/+3
* re PR driver/30714 (gcj driver doesn't recognize files starting with II)Tom Tromey2007-02-061-1/+1
* * jvspec.c (lang_specific_driver): Remove unused classpath_args.Ben Elliston2007-01-301-4/+0
* re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch)Tom Tromey2007-01-291-2/+12
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-35/+68
* jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only.Tom Tromey2006-09-121-2/+1
* jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.Jakub Jelinek2006-08-171-0/+13
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* jvspec.c (lang_specific_spec_functions): removeRafael Espindola2006-01-161-6/+0
* jvspec.c (lang_specific_driver): Put filelist_filename first on command line.Tom Tromey2005-07-131-9/+16
* reverted erroneous commitTom Tromey2005-07-121-14/+8
* re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Tom Tromey2005-07-121-8/+14
* Update FSF address.Kelley Cook2005-06-251-2/+2
* darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers2004-11-251-4/+4
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-1/+1
* re PR java/15578 (gcj doesn't support -extdirs)Tom Tromey2004-10-131-5/+9
* * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.Kelley Cook2003-10-051-2/+2
* treetree.c: Convert remaining K&R prototypes to ISO C90.Andreas Jaeger2003-07-281-9/+5
* fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and fno-assume-co...Tom Tromey2003-06-081-1/+1
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-23/+18
* gcc.c (The Specs Language): Document spec functions.Jason Thorpe2002-11-191-0/+6
* buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann2002-11-181-4/+4
* Add -fno-assert flag.Anthony Green2002-09-301-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-4/+4
* For PR java/6314:Tom Tromey2002-04-231-18/+8
* Add --extdirs support.Anthony Green2002-04-121-0/+1
* Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner2002-03-031-3/+5
* expr.c (java_array_data_offset): Removed function.Bryce McKinlay2002-02-281-0/+1
* re PR java/2369 (--main should check the following symbol)Tom Tromey2002-02-231-0/+43
* arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2001-12-231-1/+1
* java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay2001-12-151-0/+1
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-1/+1
* re PR other/3968 (COLLECT_GCC_OPTIONS empty)Rainer Orth2001-11-271-6/+12
* java-tree.h (compile_resource_file): Grouped with other prototypes.Alexandre Petit-Bianco2001-09-071-1/+0
* class.c (O_BINARY): Define if necessary.Anthony Green2001-09-061-2/+45
* Revert Rainer Orth's Java and gcc.c patch.David Edelsohn2001-08-121-12/+6
* re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth2001-08-021-6/+12
* jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1 invocation.Tom Tromey2001-07-131-0/+1
* jvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the ...Per Bothner2001-05-181-1/+15
* jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi2001-04-291-2/+2
* collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi2001-04-231-8/+2
* gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley2001-03-231-0/+1
* jvspec.c (lang_specific_driver): Check for .zip and .jar files.Per Bothner2001-03-191-27/+35