OSDN Git Service

Backport from upstream Libtool:
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
index 89e48b9..0f58348 100644 (file)
@@ -1,3 +1,96 @@
+2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
+            Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate for new libtool.
+       * Makefile.in: Ditto.
+       * include/Makefile.in: Ditto.
+       * aclocal.m4: Ditto.
+
+2008-07-18  Matthias Klose  <doko@ubuntu.com> 
+       * configure.ac (AC_CONFIG_FILES): Add threads.mk. 
+       * threads.mk.in: New. 
+       * Makefile.in, configure: Regenerate. 
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * include/gc_config.h.in: Regenerate.
+
+2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/35457
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * aclocal.m4: Regenerate.
+       * configure: Likewise.
+       * Makefile.in: Likewise.
+       * include/Makefile.in: Likewise.
+
+2007-02-19  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
+       GC_GETSECTBYNAME instead.
+       * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
+       architecture (Darwin).
+
+2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
+
+2008-01-24  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure: Regenerate.
+
+2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR boehm-gc/33442
+       * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
+       up, return stack_addr instead of stack_addr - stack_size.
+
+2007-08-14  David Daney  <ddaney@avtrex.com>
+
+       * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
+
+2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * aclocal.m4: Regenerated.
+
+2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       PR boehm-gc/21940
+       PR boehm-gc/21942
+       * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
+       Use alternate thread library in /usr/lib/lwp.
+       * configure: Regenerate.
+       * dyn_load.c: Use GC_SOLARIS_PTHREADS.
+       * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
+       * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
+       (GC_SOLARIS_THREADS): Don't define.
+       * include/private/solaris_threads.h: Remove.
+       * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
+       GC_nprocs via sysconf().
+       * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
+       solaris_threads.c.
+       (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
+       * Makefile.in: Regenerate.       
+       * solaris_pthreads.c: Remove.
+       * solaris_threads.c: Remove.
+
+2007-06-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * pthread_support.c (GC_get_thread_stack_base): Handle
+       pthread_getattr_np failures.
+
 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
 
        * configure: Regenerate.