summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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