summaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-14 18:06:04 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-14 18:06:04 +0000
commit20950438a89c337d20556f3746e2f2953cb0fdac (patch)
treee8f3771fa5de2790b3ddfc21a771278d9f7d803c /boehm-gc/ChangeLog
parent068681139d33dbf58c1d628fb6d33c74257cc5d5 (diff)
downloadgcc-20950438a89c337d20556f3746e2f2953cb0fdac.tar.gz
libjava
PR boehm-gc/29068: * boehm.cc (_Jv_GCAttachThread): Disable on Solaris. (_Jv_GCDetachThread): Likewise. boehm-gc PR boehm-gc/29068. * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on Solaris. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 70dcfb0d9d4..bf4f0cd1a6c 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-14 Tom Tromey <tromey@redhat.com>
+
+ PR boehm-gc/29068.
+ * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
+ Solaris.
+
2006-08-21 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/13212: