2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Wed, 14 Jan 2004 14:32:54 +0000 (14:32 +0000)
committerMichael Chastain <mec@google.com>
Wed, 14 Jan 2004 14:32:54 +0000 (14:32 +0000)
* gdb.base/callfuncs.c: Remove explicit declaration of malloc.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/callfuncs.c

index 0e50488de5a602e7e2e9ec788ba31704b0390eeb..401df16d03bd5dce63b934913e847c21e5822cb5 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
+
 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.base/callfuncs.c: Add copyright notice.
index a31a56e5185b71cdf2288059ae1737d1ff9401ce..a52b2b138f975664ee52beed693362375134cb81 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001
+   Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2004
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -379,7 +379,7 @@ int a, b;
 
 /* Gotta have a main to be able to generate a linked, runnable
    executable, and also provide a useful place to set a breakpoint. */
-extern void * malloc() ;
+
 int main ()
 {
 #ifdef usestubs