summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhboehm <hboehm>2008-02-20 20:17:20 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:42 +0400
commitbd4938762e45fdf3210af6223b4d0280b3936d48 (patch)
treed0a06edc896fa089df76a76e76d3ef7da1e6ef40
parentd2972463672f2bfd85716059136852bb6abe7a91 (diff)
downloadbdwgc-bd4938762e45fdf3210af6223b4d0280b3936d48.tar.gz
2008-02-20 Hans Boehm <Hans.Boehm@hp.com>
* include/private/gcconfig.h: Add misssing FREEBSD macro consistency test.
-rw-r--r--ChangeLog5
-rw-r--r--include/private/gcconfig.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0207ad4..b1f14158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-20 Hans Boehm <Hans.Boehm@hp.com>
+ * include/private/gcconfig.h: Add misssing FREEBSD macro
+ consistency test.
+
+2008-02-20 Hans Boehm <Hans.Boehm@hp.com>
+
* allchblk.c (GC_enough_large_bytes_left): No longer take
parameters; return free list index bound.
(GC_merge_unmapped): Don't access nexthdr until after null test.
diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h
index f98f9240..a7128f14 100644
--- a/include/private/gcconfig.h
+++ b/include/private/gcconfig.h
@@ -2175,6 +2175,9 @@
# if defined(GC_NETBSD_THREADS) && !defined(NETBSD)
--> inconsistent configuration
# endif
+# if defined(GC_FREEBSD_THREADS) && !defined(FREEBSD)
+ --> inconsistent configuration
+# endif
# if defined(GC_SOLARIS_THREADS) && !defined(SOLARIS)
--> inconsistent configuration
# endif