aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2005-01-02 03:35:57 +0000
committerBryce McKinlay <mckinlay@redhat.com>2005-01-02 03:35:57 +0000
commit9035da755bbc7d3de84d11a19858e02e2390bc95 (patch)
tree3d578519fc9cb151022d0814800672bd94732b72 /boehm-gc/ChangeLog
parentbc6782582de2dd11d96d06f2a4b4c28e568a6a09 (diff)
2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
* include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h. 2005-01-01 Bryce McKinlay <mckinlay@redhat.com> * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h and include/gc_ext_config.h. * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC. * include/gc.h: Undef PACKAGE_* before including gc_config.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@92801 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index bf95106fcbdc..5bb9d45a4354 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
+
+ * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
+ and include/gc_ext_config.h.
+ * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
+ * include/gc.h: Undef PACKAGE_* before including gc_config.h.
+
2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
* configure: Regenerate.