summaryrefslogtreecommitdiff
path: root/gcc/java/boehm.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+1
* boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..Richard Henderson2001-12-211-11/+12
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-0/+1
* boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco2001-04-031-1/+2
* boehm.c (mark_reference_fields): Change test to correctly detect bitmap overf...Andrew Haley2000-12-151-1/+1
* boehm.c (mark_reference_fields): Set marking bits for all words in a multiple...Hans Boehm2000-09-051-3/+18
* boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey2000-05-051-4/+17
* * boehm.c (mark_reference_fields): Use int_byte_position.Tom Tromey2000-04-231-1/+1
* boehm.c (mark_reference_fields): Only call byte_position on non-static fields.Tom Tromey2000-04-231-1/+2
* boehm.c (mark_reference_fields): Added `last_view_index' argument.Tom Tromey2000-04-221-20/+33
* boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi2000-04-041-2/+12
* decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey2000-03-161-22/+50
* Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey2000-03-041-0/+152