aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/boehm.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2001-04-03boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco1-1/+2
2000-12-15boehm.c (mark_reference_fields): Change test to correctly detect bitmap overf...Andrew Haley1-1/+1
2000-09-05boehm.c (mark_reference_fields): Set marking bits for all words in a multiple...Hans Boehm1-3/+18
2000-05-05boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey1-4/+17
2000-04-23* boehm.c (mark_reference_fields): Use int_byte_position.Tom Tromey1-1/+1
2000-04-23boehm.c (mark_reference_fields): Only call byte_position on non-static fields.Tom Tromey1-1/+2
2000-04-22boehm.c (mark_reference_fields): Added `last_view_index' argument.Tom Tromey1-20/+33
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-2/+12
2000-03-16decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey1-22/+50
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey1-0/+152