OSDN Git Service

merge from gcc
authordj <dj>
Thu, 13 Mar 2008 19:13:35 +0000 (19:13 +0000)
committerdj <dj>
Thu, 13 Mar 2008 19:13:35 +0000 (19:13 +0000)
libiberty/ChangeLog
libiberty/cplus-dem.c

index baa4bda..fad27c3 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-12  Seongbae Park <seongbae.park@gmail.com>
+
+       * cplus-dem.c (malloc, realloc): Use void * instead of char *
+       as return type.
+
 2008-03-11  Nick Clifton  <nickc@redhat.com>
 
        * md5.c (md5_process_bytes): Do not assume that memcpy will
index da01a06..4167467 100644 (file)
@@ -52,8 +52,8 @@ Boston, MA 02110-1301, USA.  */
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #else
-char * malloc ();
-char * realloc ();
+void * malloc ();
+void * realloc ();
 #endif
 
 #include <demangle.h>