summaryrefslogtreecommitdiff
path: root/gcc/java/constants.c
Commit message (Expand)AuthorAgeFilesLines
* 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