diff options
author | Jeff Law <law@redhat.com> | 1994-02-24 04:00:30 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-24 04:00:30 +0000 |
commit | 2e7b92cfa9816b989fa1f79917689568786f2572 (patch) | |
tree | 4d23aacc26081ae483a4289f838301123170867c /bfd/elfcode.h | |
parent | 4f42757e381acfc4c18b901ca15f52192d330859 (diff) | |
download | gdb-2e7b92cfa9816b989fa1f79917689568786f2572.zip gdb-2e7b92cfa9816b989fa1f79917689568786f2572.tar.gz gdb-2e7b92cfa9816b989fa1f79917689568786f2572.tar.bz2 |
* elfcode.h (alloca): Delete declaration.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 46dda15..b515853 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -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) |