summaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-12 20:52:54 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-12 20:52:54 +0000
commit1c9e0d10e988f3b96719e45729edef18148b6198 (patch)
treecc4c12662e02c0a04b6809bbcdcc93fd6fdec164 /boehm-gc/ChangeLog
parentfdf60b099f792b909be950365ad9d8f0596eab64 (diff)
downloadgcc-1c9e0d10e988f3b96719e45729edef18148b6198.tar.gz
2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
* Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS. * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and set accordingly. * Makefile.in: Rebuilt. * configure: Likewise. (http://sources.redhat.com/ml/java-patches/2000-q4/msg00237.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index eaa1f28748c..758a4d97817 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,11 @@
+2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
+
+ * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
+ * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
+ set accordingly.
+ * Makefile.in: Rebuilt.
+ * configure: Likewise.
+
2000-12-10 Geoffrey Keating <geoffk@redhat.com>
* gcconfig.h: Add new case for powerpc EABI.