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 | |
parent | 4f42757e381acfc4c18b901ca15f52192d330859 (diff) | |
download | gdb-2e7b92cfa9816b989fa1f79917689568786f2572.zip gdb-2e7b92cfa9816b989fa1f79917689568786f2572.tar.gz gdb-2e7b92cfa9816b989fa1f79917689568786f2572.tar.bz2 |
* elfcode.h (alloca): Delete declaration.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elfcode.h | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc03256..f8633a7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 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) |