aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDara Hazeghi <dhazeghi@yahoo.com>2003-06-19 19:04:23 +0000
committerDJ Delorie <dj@gcc.gnu.org>2003-06-19 15:04:23 -0400
commitac174ed75b6294605020d231623ea5b1121ffaf6 (patch)
tree307916042c92323d143ec87a11c971e586b63ee4 /libiberty/ChangeLog
parent9647cd85c3d8cbdb2c0692b2ba458f939b21e00f (diff)
downloadgcc-ac174ed75b6294605020d231623ea5b1121ffaf6.zip
gcc-ac174ed75b6294605020d231623ea5b1121ffaf6.tar.gz
gcc-ac174ed75b6294605020d231623ea5b1121ffaf6.tar.bz2
configure.in: Add check for malloc.h needed by m68k for function free().
* configure.in: Add check for malloc.h needed by m68k for function free(). * configure: Regenerated. * config.in: Add HAVE_MALLOC_H. * hashtab.c: include malloc.h were available for free(). From-SVN: r68214
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index c2da88f..4bf30bb 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,12 @@
+2003-06-19 Dara Hazeghi <dhazeghi@yahoo.com>
+
+ * configure.in: Add check for malloc.h needed by
+ m68k for function free().
+ * configure: Regenerated.
+ * config.in: Add HAVE_MALLOC_H.
+ * hashtab.c: include malloc.h were available for
+ free().
+
2003-06-09 Albert Chin-A-Young <china@thewrittenword.com>
PR bootstrap/10974