aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/tests/test.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-12Imported GC 6.1 Alpha 3. Finally.Bryce McKinlay1-4/+6
From-SVN: r49698
2001-10-17gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.Loren J. Rittle1-1/+1
* include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS. * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on GC_FREEBSD_THREADS, handle strange interaction between system pthread implementation and boehm-gc signal-handler architecture. * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS, set stack. * include/private/gcconfig.h (configuration keyed off FREEBSD): Define SIG_SUSPEND, SIG_THR_RESTART. Do not define MPROTECT_VDB when GC_FREEBSD_THREADS is defined. From-SVN: r46307
2001-10-16Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.Bryce McKinlay1-35/+40
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and merged local changes. From-SVN: r46283
2001-08-18Makefile.am, [...]: Imported GC 6.0 and merged local changes.Tom Tromey1-12/+18
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and merged local changes. From-SVN: r44994
2001-05-24Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.Bryce McKinlay1-7/+7
* Makefile.am: Override gctest_OBJECTS so tests/test.c can be built. (libgcjgc_la_SOURCES): Remove typo. * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case. * Makefile.in: Rebuilt. From-SVN: r42524
2001-05-21Initial revisionBryce McKinlay1-0/+1654
From-SVN: r42370