summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-29 19:43:55 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-29 19:43:55 +0000
commitd3d6af2e0df2a833bcee7cbe87ab1f5fd6294fc1 (patch)
treeb5e332c021789e510b768fc1fac74f3475a37491 /libjava/ChangeLog
parent1373dc94fbacca7767e4794f7d1bf7ca36178f6b (diff)
downloadppe42-gcc-d3d6af2e0df2a833bcee7cbe87ab1f5fd6294fc1.tar.gz
ppe42-gcc-d3d6af2e0df2a833bcee7cbe87ab1f5fd6294fc1.zip
1999-11-27 Per Bothner <per@bothner.com>
* exception.cc: Remove prototype declarations for malloc and free. These clash with recent versions of glibc, which specifies `throws ()' when __cplusplus is defined. Instead, #include <stdlib.h>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index a2830124ef7..f9abaeeeda2 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,9 @@
+1999-11-27 Per Bothner <per@bothner.com>
+
+ * exception.cc: Remove prototype declarations for malloc and free.
+ These clash with recent versions of glibc, which specifies `throws ()'
+ when __cplusplus is defined. Instead, #include <stdlib.h>.
+
1999-11-24 Tom Tromey <tromey@cygnus.com>
* prims.cc (_Jv_NewObjectArray): Use
OpenPOWER on IntegriCloud