aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-11-27 17:44:31 +0000
committerBryce McKinlay <mckinlay@redhat.com>2004-11-27 17:44:31 +0000
commit36e9c9917cf5c4bf0180e3e00b023c5b5fab7e56 (patch)
tree0768a1675b0d5d005d2e47ec86b9d744d72681d1 /boehm-gc
parentdd607ad8ffb22114b4e319da50e76480504e3dea (diff)
2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
* include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@91387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/include/gc_config.h.in8
2 files changed, 10 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index f097c715026..abdbe6b7127 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
+
+ * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
+
2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
Fix "PACKAGE_NAME redefined" errors.
diff --git a/boehm-gc/include/gc_config.h.in b/boehm-gc/include/gc_config.h.in
index c0f62482b5d..e236c5745ba 100644
--- a/boehm-gc/include/gc_config.h.in
+++ b/boehm-gc/include/gc_config.h.in
@@ -1,3 +1,7 @@
-#undef ALL_INTERIOR_POINTERS
-#undef GC_GCJ_SUPPORT
+/* gc_config.h. This autoconf header contains macro definitions that are
+used by GC clients, such as libjava.
+This file is not generated by autoheader. We only want to define what we
+really need in order to avoid namespace pollution. */
+
+#undef THREAD_LOCAL_ALLOC