* elfcode.h (alloca): Delete declaration.

This commit is contained in:
Jeff Law 1994-02-24 04:00:30 +00:00
parent 4f42757e38
commit 2e7b92cfa9
2 changed files with 3 additions and 5 deletions

View 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

View 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)