aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-2/+2
2002-10-15* jcf-parse.c (get_constant): Fix type warning.Richard Henderson1-1/+1
2002-09-21jcf-parse.c (get_constant): Decode from IEEE no matter what the target format.Richard Henderson1-30/+22
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-39/+36
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+0
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-5/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-3/+3
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-10/+2
2002-04-22re PR java/2791 (Bogus "class `foo' already defined ..." error from jc1)Alexandre Petit-Bianco1-3/+0
2002-04-22jcf-write.c (push_long_const): lo, hi: New variables.Andrew Haley1-4/+4
2002-03-28re PR java/4715 (Tree check failure in check_inner_circular_reference)Alexandre Petit-Bianco1-0/+15
2002-03-18* jcf-parse.c (get_constant): Delete unused variables.Kaveh R. Ghazi1-2/+0
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-4/+3
2002-03-15Fix gcj -R.Anthony Green1-4/+1
2002-03-12re PR java/5923 (gcj -C generates incorrect bytecode)Tom Tromey1-44/+4
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-15/+0
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-03-02Fix for PR java/5758, java/5632:Alexandre Petit-Bianco1-7/+7
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson1-3/+8
2002-02-01re PR java/5080 (gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use i...Craig Rodrigues1-4/+2
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey1-6/+15
2002-01-12jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST...Jeff Sturm1-1/+9
2002-01-03tree.h: Update copyright date.Graham Stott1-2/+3
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-1/+5
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-3/+3
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-2/+2
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-7/+0
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green1-0/+17
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner1-0/+1
2001-08-24jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco1-6/+6
2001-08-17[multiple changes]Alexandre Petit-Bianco1-3/+27
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-2/+3
2001-07-05[multiple changes]Alexandre Petit-Bianco1-2/+3
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin1-1/+1
2001-06-27class.c (set_super_info): Call `set_class_decl_access_flags.'Alexandre Petit-Bianco1-3/+16
2001-05-21jcf-parse.c (read_class): If class is from .class or .zip file and it's alrea...Per Bothner1-10/+14
2001-04-20Fixes to compile multiple .class files at once.Per Bothner1-53/+60
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-1/+15
2001-03-20* jcf-parse.c (read_class): Initialize `class'.Tom Tromey1-1/+1
2001-03-20jcf_parse.c (jcf_parse): Eliminate unused variable.Matt Kraai1-1/+0
2001-03-19jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...Per Bothner1-1/+2
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner1-58/+73
2001-03-15jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner1-0/+2
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner1-11/+88
2001-02-07jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field DECLs.Alexandre Petit-Bianco1-3/+4
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-29/+29