aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-07java-tree.h (compile_resource_file): Grouped with other prototypes.Alexandre Petit-Bianco1-1/+0
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green1-2/+45
2001-08-12Revert Rainer Orth's Java and gcc.c patch.David Edelsohn1-12/+6
2001-08-02re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth1-6/+12
2001-07-13jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1 invocation.Tom Tromey1-0/+1
2001-05-18jvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the ...Per Bothner1-1/+15
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi1-2/+2
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi1-8/+2
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley1-0/+1
2001-03-19jvspec.c (lang_specific_driver): Check for .zip and .jar files.Per Bothner1-27/+35
2001-03-15jvspec.c (lang_specific_driver): Fix -C handling.Per Bothner1-2/+7
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner1-52/+56
2001-02-05Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when c...Bryce McKinlay1-1/+18
2001-01-10* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.Tom Tromey1-1/+1
2000-10-20jvspec.c (lang_specific_driver): Recognize -MF and -MT.Tom Tromey1-3/+5
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey1-1/+1
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg1-6/+5
2000-03-27jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each Java-specific `-f...Tom Tromey1-1/+8
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
1999-10-15jvgenmain.c (usage): New function.Tom Tromey1-1/+9
1999-10-14* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.Tom Tromey1-4/+4
1999-09-23jvspec.c (lang_specific_driver): Don't read spec file if -fsyntax-only given.Tom Tromey1-0/+1
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-2/+1
1999-09-13Makefile.in (gcc.o, [...]): Depend on gcc.h.Kaveh R. Ghazi1-25/+18
1999-08-25* jvspec.c (lang_specific_driver): Correctly handle --help again.Tom Tromey1-2/+6
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-2/+6
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-5/+4
1999-06-28* jvspec.c (lang_specific_driver): Recognize --help.Tom Tromey1-0/+2
1999-05-19Warning fixes:Kaveh R. Ghazi1-5/+5
1999-05-11Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x flags.Tom Tromey1-133/+41
1999-03-23Warning fixes:Kaveh R. Ghazi1-0/+2
1999-02-23jvspec.c (lang_specific_driver): Recognize -fsyntax-only and disable linking ...Tom Tromey1-0/+7
1999-02-10jvspec.c (xmalloc): Kill the prototype.Jeffrey A Law1-1/+0
1999-02-10jvspec.c (lang_specific_driver): Use libgcj, not libjava.Tom Tromey1-16/+16
1999-02-10jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.Tom Tromey1-5/+5
1999-02-02jvspec.c (xmalloc): Fix the prototype to match the one obtained from libiberty.hKaveh R. Ghazi1-2/+2
1999-02-02Fix typo in comment.Per Bothner1-1/+2
1999-02-02jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug...Per Bothner1-0/+14
1998-11-27Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).Kaveh R. Ghazi1-1/+0
1998-11-13gjavah.c (main): Handle --output-class-directory argument.Tom Tromey1-0/+16
1998-11-12jvspec.c (lang_specific_driver): Correctly handle case where GC_NAME not defi...Tom Tromey1-3/+11
1998-11-11jvspec.c (GC_NAME): New define.Tom Tromey1-4/+13
1998-10-22jvspecs.c: Add (but don't enable) support for combining multiple .class and ....Per Bothner1-14/+171
1998-10-12Per Bothner1-7/+16
1998-09-06Initial revisionAnthony Green1-0/+357