summaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-19/+23
* re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley2004-01-091-6/+6
* re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm2003-11-251-2/+18
* tree.c (build_constructor): New function.Zack Weinberg2003-04-131-4/+3
* * constants.c (set_constant_entry): Allocated cleared memory.Tom Tromey2003-01-231-2/+9
* check-init.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-63/+21
* Merge from pch-branch.Geoffrey Keating2003-01-101-21/+43
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-5/+5
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+5
* class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm2002-12-231-4/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann2002-11-181-6/+4
* Index: ChangeLogGeoffrey Keating2002-08-041-2/+0
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-9/+3
* jcf-write.c (generate_bytecode_insns case SWITCH_EXPR): Fix thinko: If a sing...Per Bothner2001-04-261-1/+9
* constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi2001-03-261-1/+1
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-3/+4
* ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco2001-01-251-2/+0
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-2/+2
* Remove obstacks.Mark Mitchell2000-10-131-7/+1
* Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell2000-09-231-7/+12
* Added Java 1.1 language features.Alexandre Petit-Bianco2000-03-131-2/+5
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-2/+3
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-6/+6
* constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1999-11-211-2/+5
* Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1999-03-211-6/+12
* Warning fixes:Kaveh R. Ghazi1999-03-121-1/+1
* class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley1999-02-171-2/+5
* constants.c (find_methodref_index): When the class is an interface...Per Bothner1998-12-071-3/+6
* class.c: Remove some unused variables.Per Bothner1998-11-121-4/+19
* Makefile.in: Add many missing dependencies.Jeffrey A Law1998-09-141-1/+2
* Initial revisionAnthony Green1998-09-061-0/+453