* elfcode.h (alloca): Delete declaration.
authorJeff Law <law@redhat.com>
Thu, 24 Feb 1994 04:00:30 +0000 (04:00 +0000)
committerJeff Law <law@redhat.com>
Thu, 24 Feb 1994 04:00:30 +0000 (04:00 +0000)
bfd/ChangeLog
bfd/elfcode.h

index fc03256a742905c57b54881461d8c73cc895ead1..f8633a79a1c9505ebc0b6bf8a0fc6baae8bf757b 100644 (file)
@@ -1,4 +1,6 @@
-Wed Feb 23 18:28:37 1994  Jeffrey A. Law  (law@cygnus.com)
+Wed Feb 23 18:28:37 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * elfcode.h (alloca): Delete declaration.
 
        * som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magic
        number rather than HP9000S800_ID.  Note som.c is careful
index 46dda15106cdca1b874ecde169b5f88dd6d93928..b515853e7c7f47cf3db3c3dc5d6df83ae57b6d52 100644 (file)
@@ -66,10 +66,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "libbfd.h"
 #include "libelf.h"
 
-#ifndef alloca
-PTR alloca ();
-#endif
-
 /* Renaming structures, typedefs, macros and functions to be size-specific.  */
 #define Elf_External_Ehdr      NAME(Elf,External_Ehdr)
 #define Elf_External_Sym       NAME(Elf,External_Sym)