aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
AgeCommit message (Expand)Author
2010-06-15configure.ac (*-*-solaris2.8*): Only usr alternate thread library on Solaris 8.Rainer Orth
2010-05-13leak_test.c (main): Declare as int.Uros Bizjak
2010-05-06re PR target/42811 (java.lang.ExceptionInInitializerError in ecj1)Dave Korn
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues
2010-03-21PR target/42811 (prerequisite)Dave Korn
2009-12-13gc_locks.h: For __ARM_EABI__ define GC_test_and_set GC_clear to use the atomi...Matthias Klose
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues
2009-11-30mark_rts.c (GC_approx_sp): Use __builtin_frame_address when compiling with GC...Ben Elliston
2009-11-30os_dep.c: Use the POSIX signal API in preference to the BSD API.Ben Elliston
2009-09-11Override all per-target *_LINK variables correctly.Ralf Wildenhues
2009-09-08libtool.m4 (output_verbose_link_cmd): Require leading blank, and blank before...Alexandre Oliva
2009-09-03dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use.Loren J. Rittle
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues
2009-08-22Cleanups after the update to Autoconf 2.64, Automake 1.11.Ralf Wildenhues
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues
2009-08-22LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11Ralf Wildenhues
2009-07-30extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues
2009-07-23Commit patch #3 of 4 for Power7 VSX supportMichael Meissner
2009-07-17configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to cflags.Kai Tietz
2009-05-17win32_threads.c (GC_get_thread_stack_base): Implement for Cygwin.Dave Korn
2009-03-01backport: Support GNU/kOpenSolaris.Ralf Wildenhues
2009-02-09Makefile.am (LTLDFLAGS): New variable.Mark Mitchell
2008-12-18Backport from upstream Libtool:Ralf Wildenhues
2008-09-26configure: Regenerate for new libtool.Peter O'Gorman
2008-07-18- checkin threads.mk.in.Matthias Klose
2008-07-18configure.ac (AC_CONFIG_FILES): Add threads.mk.Matthias Klose
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues
2008-04-18re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues
2008-02-19dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro GC_GETS...Andreas Tobler
2008-01-26gcconfig.h (HBLKSIZE): Define for MIPS.Richard Sandiford
2008-01-24* configure: Regenerate.David Edelsohn
2007-10-11re PR boehm-gc/33442 (1938 unexpected fails in libjava testsuite)John David Anglin
2007-08-15* include/private/gcconfig.h: Handle mips64-linux n64 ABI.David Daney
2007-07-05Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,H.J. Lu
2007-07-02re PR boehm-gc/21940 (boehm-gc gctest fails on Solaris 10/x86)Rainer Orth
2007-06-22pthread_support.c (GC_get_thread_stack_base): Handle pthread_getattr_np failu...Jakub Jelinek
2007-06-02configure: Regenerate.Paolo Bonzini
2007-05-24Commit the change of this file, mentionend in the CL from 2007-05-20.Andreas Tobler
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey
2007-05-20configure.ac: Introduce extra_ldflags_libgc.Andreas Tobler
2007-04-23gc.h (GC_is_thread_suspended): Declare.Keith Seitz
2007-04-03closures.c: Include sys/statfs.h.Jakub Jelinek
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses
2007-02-05gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPRO...Roman Zippel
2007-01-242007-01-24 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler
2007-01-19os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added def...Andreas Tobler
2007-01-17configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling.David Daney
2007-01-17* os_dep.c: Fix i686-apple-darwin9 builds.Mike Stump