mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* elfcode.h (alloca): Delete declaration.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user