aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
AgeCommit message (Expand)AuthorFilesLines
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