aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
AgeCommit message (Expand)Author
2005-09-15gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata
2005-09-06re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey
2005-07-17* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu
2005-06-15os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler
2005-05-25gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley
2005-05-10* configure: Regenerate.Mike Stump
2005-04-19os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson
2005-04-17gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller
2005-04-13* configure: Regenerate.Mike Stump
2005-04-12* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson
2005-03-24darwin_stop_world.c: Update for -m64 multilib.Mike Stump
2005-03-01Makefile.in, [...]: Regenerate.Kelley Cook
2005-02-26dyn_load.c: On NetBSD...Richard Earnshaw
2005-02-16re PR libgcj/19823 (java fails with non-executable memory)Bryce McKinlay
2005-02-09allchblk.c (GC_allochblk_nth): Dont overlook available space if GC disabled...Hans Boehm
2005-01-02boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay
2004-12-13configure: Regenerate.Kelley Cook
2004-11-30re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)Bryce McKinlay
2004-11-29libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook
2004-11-27gc_config.h.in: Add comment.Bryce McKinlay
2004-11-26Fix "PACKAGE_NAME redefined" errors.Bryce McKinlay
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook
2004-11-22configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too.Eric Botcazou
2004-11-22re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou
2004-11-05Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook
2004-10-19gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.Ulrich Weigand
2004-10-13Add support for M32RKazuhiro Inaoka
2004-09-27configure.ac: Update all AC_DEFINEs to newer style.Kelley Cook
2004-08-28backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_bac...Hans Boehm
2004-08-23aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.Hans Boehm
2004-08-23win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.Bryce McKinlay
2004-08-21misc.c (GC_init): Replace lhs cast with rhs cast.Danny Smith
2004-08-17specific.c: Check GC_LINUX_THREADS before including private/specific.h.Bryce McKinlay
2004-08-16aclocal.m4: Remove obsolete construct for old automake.Nathanael Nerode
2004-08-16solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since the...Andreas Tobler
2004-08-15re PR target/14931 (ASM file in GCC for PPC darwin should use the new stub st...Andreas Tobler
2004-08-14configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay
2004-08-12This commit was generated by cvs2svn to compensate for changes in r85899,Bryce McKinlay
2004-08-12Initial revisionBryce McKinlay
2004-08-12Makefile.in: RegenerateKelley Cook
2004-07-06os-dep.c (GC_task_self): Declare as static and remove the second declaration.Andrew Pinski
2004-06-20Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha.Andreas Tobler
2004-06-18Fix incorrect year for some ChangeLog entries.R. Kelley Cook
2004-06-16configure.ac: New name of configure.in.Paolo Bonzini
2004-06-15Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini
2004-05-18re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima
2004-04-25* mark.c (GC_mark_from): Use pointer as prefetch argument.Andreas Jaeger
2004-04-06gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu
2004-03-11configure.ac: Bump AC_PREREQ to 2.59.Kelley Cook