diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-04 16:44:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-04 16:44:13 +0000 |
commit | a39908ba00f70bb9b9b86af9a82227095466cafc (patch) | |
tree | 419f0a332a20c5693ae014534ef76db60a30a277 /devel | |
parent | 745d3d4b3f91617a90bc3c18e18fe8faef6ba412 (diff) | |
download | pkgsrc-a39908ba00f70bb9b9b86af9a82227095466cafc.tar.gz |
Update to 6.6:
Since 6.5
- Fix CPU count detection for Irix and FreeBSD. (Thanks to Dan Bonachea.)
- Integrate Dan Bonachea's patch for the IBM XLC compiler on Darwin.
- Integrated Andreas Tobler's FreeBSD/PowerPC patch.
- Don't access the GC thread structure from the restart handler. It's
unsafe, since the handler may run too late. (Thanks to Ben Maurer for
tracking this down.)
- Applied Christian Thalinger's patch to change comment syntax in
alpha_mach_dep.S.
- Added test for GC_no_dls in GC_dyld_image_add for DARWIN. (Thanks to
Juan Jose Garcia Ripoli).
- Use LINUX_STACKBOTTOM for Linux/SH and LINUX/ARM. (Thanks to Sugioka
Toshinobu and Christian Thalinger.)
- Rewrote GC_parse_map_entry. This assumed a fixed column layout of
/proc/self/maps on Linux. This ceased to be true about 2 years ago.
The old code is probably quite problemetic with -DREDIRECT_MALLOC. It
is also used by default for IA64, though I haven't seen actual failures
there.
- More consistently define HBLKSIZE to 4096 on 64 bit architectures with
4K pages. (Thanks to Andrew Haley.)
- With win32 threads, GC_stop_world needs to acquire GC_write_cs. (Thanks
to Ben Hutchings for the observation and patch.)
- Move up struct callinfo declaration to make gcc 4.0.2. happy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/Makefile | 4 | ||||
-rw-r--r-- | devel/boehm-gc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 420f933e3e2..6387561b120 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2005/07/02 12:55:40 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2005/10/04 16:44:13 wiz Exp $ -DISTNAME= gc6.5 +DISTNAME= gc6.6 PKGNAME= ${DISTNAME:S/gc/boehm-gc-/} CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index e24d49703cb..4353243563b 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2005/09/08 15:22:53 reed Exp $ +$NetBSD: distinfo,v 1.28 2005/10/04 16:44:13 wiz Exp $ -SHA1 (gc6.5.tar.gz) = 1227e4d5d156bdc56ade82043e1d03d2cf35bef5 -RMD160 (gc6.5.tar.gz) = 0a60f9d92c70aacefbebec4adb48d26fa111a760 -Size (gc6.5.tar.gz) = 752464 bytes +SHA1 (gc6.6.tar.gz) = 524ffba866c54234d1fdb98927039262cc14877e +RMD160 (gc6.6.tar.gz) = bfa2bfc1a369213bd9d485f2494d2472616661db +Size (gc6.6.tar.gz) = 753779 bytes SHA1 (patch-aa) = 8c32973ba5956e873d6b6e3969674082caa0fa74 SHA1 (patch-ab) = c6b2a2b98ce12c64af9408bc9b1f1a86bb9ac647 SHA1 (patch-ac) = 64c0f042a1ed7488158d49c77bab0330537d9e96 |