aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-dump.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-30Warning fixes:Kaveh R. Ghazi1-2/+2
1999-03-23Warning fixes:Kaveh R. Ghazi1-4/+6
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-20/+22
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-8/+16
1999-03-12Warning fixes:Kaveh R. Ghazi1-3/+2
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-1/+0
1999-01-23Warning fixes:Kaveh R. Ghazi1-3/+2
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06lex.h: Moved static function declarations to lex.c, to shut up some -Wall war...Per Bothner1-11/+9
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-1/+1
1998-12-06jcf-dump.c (INVOKE): If invokeinterface, print number of args.Per Bothner1-1/+3
1998-12-03jcf-dump.c (main): Fix error message.Per Bothner1-1/+1
1998-11-11jcf-dump.c (TABLE_SWITCH): Fix typos.Per Bothner1-1/+1
1998-11-11* jcf-dump.c (main): Correctly recognize `--'-style long options.Tom Tromey1-27/+25
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-31/+21
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-3/+3
1998-10-13jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.Tom Tromey1-10/+16
1998-10-12Per Bothner1-31/+57
1998-09-06Initial revisionAnthony Green1-0/+1072