]> granicus.if.org Git - gc/commitdiff
2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Nov 2004 17:44:31 +0000 (17:44 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:25 +0000 (10:54 +0400)
        * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91387 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
include/gc_config.h.in

index f097c715026926d1f9a543793ea746e3998d6db5..abdbe6b7127a6c8b8563f165030f402d2bfd8064 100644 (file)
--- a/ChangeLog
+++ b/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.
index c0f62482b5d74e6f00957272ef67c16297773525..e236c5745bae97da89fab99d75108cd93552a9f5 100644 (file)
@@ -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