summaryrefslogtreecommitdiff
path: root/boehm-gc
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Fix x86 darwin builds.Mike Stump2006-12-085-14/+37
* re PR boehm-gc/29180 (boehm-gc/darwin_stop_world.c not 64-bit clean)Jack Howarth2006-09-262-1/+6
* os_dep.c: Port to Darwin/i386Sandro Tolaini2006-09-214-2/+55
* configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8.Petr Salinger2006-09-187-9/+88
* re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey2006-09-142-1/+7
* re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay2006-08-219-83/+276
* pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if ...Keith Seitz2006-06-214-6/+82
* Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.Ranjit Mathew2006-06-203-2/+21
* Index: gcc/ChangeLogGeoffrey Keating2006-06-035-98/+866
* Makefile.am: Add install-html target.Carlos O'Donell2006-05-245-324/+158
* dyn_load.c (GC_has_static_roots): Declare.Andrew Haley2006-04-243-1/+31
* darwin_stop_world.c (GC_push_all_stacks, [...]): Call vm_deallocate to free a...Bryce McKinlay2006-04-112-0/+9
* configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.Andreas Tobler2006-03-243-5/+27
* * pthread_support.c: Conditionally include dlfcn.h.Tom Tromey2006-02-102-0/+8
* gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.Jakub Jelinek2006-02-077-2/+97
* gc_locks.h (GC_test_and_set <POWERPC>): Don't use broken 64-bit version.Alan Modra2006-02-042-1/+6
* darwin_stop_world.c: Change inline asm instruction to ld as ldz is wrong.Andreas Tobler2006-01-252-1/+4
* Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.Andreas Tobler2006-01-253-8/+23
* gcconfig.h: Revert to GC 6.6 version, removing all local changes.Bryce McKinlay2006-01-252-12/+17
* Remove svn:executable property.Bryce McKinlay2006-01-251-0/+0
* Import Boehm GC version 6.6.Bryce McKinlay2006-01-2548-1098/+847
* re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)David Ayers2006-01-242-2/+7
* gc_priv.h: Increase MAX_ROOT_SETS to 1024.Bryce McKinlay2005-11-022-11/+7
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
* gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata2005-09-152-1/+6
* re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey2005-09-062-1/+7
* * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu2005-07-172-1/+5
* os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler2005-06-153-2/+28
* gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley2005-05-252-0/+6
* * configure: Regenerate.Mike Stump2005-05-102-1/+5
* os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson2005-04-194-2/+57
* gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller2005-04-173-3/+17
* * configure: Regenerate.Mike Stump2005-04-132-1/+66
* * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson2005-04-122-1/+5
* darwin_stop_world.c: Update for -m64 multilib.Mike Stump2005-03-244-13/+37
* Makefile.in, [...]: Regenerate.Kelley Cook2005-03-013-11/+27
* dyn_load.c: On NetBSD...Richard Earnshaw2005-02-262-0/+10
* re PR libgcj/19823 (java fails with non-executable memory)Bryce McKinlay2005-02-166-0/+36
* allchblk.c (GC_allochblk_nth): Dont overlook available space if GC disabled...Hans Boehm2005-02-096-61/+125
* boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay2005-01-025-2/+37
* configure: Regenerate.Kelley Cook2004-12-132-9/+6
* re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)Bryce McKinlay2004-11-306-162/+166
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2004-11-292-9/+6
* gc_config.h.in: Add comment.Bryce McKinlay2004-11-272-2/+10
* Fix "PACKAGE_NAME redefined" errors.Bryce McKinlay2004-11-266-152/+167
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2004-11-252-2/+13
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2004-11-242-9/+6
* configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too.Eric Botcazou2004-11-223-5/+12
* re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou2004-11-223-3/+8
* Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook2004-11-058-50/+24