From d68aa3e6e8a649be28be43c7a80740b281cc4da6 Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Sat, 29 Dec 2007 01:36:40 +0000 Subject: PR binutils/5146 * elf64-hppa.c: Declare alloca when __GNUC__ is defined. * som.c: Likewise. --- bfd/som.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/som.c') diff --git a/bfd/som.c b/bfd/som.c index a43271c..f9aed16 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -59,6 +59,8 @@ extern void *alloca (); # endif /* alloca */ # endif /* _AIX */ # endif /* HAVE_ALLOCA_H */ +#else +extern void *alloca (size_t); #endif /* __GNUC__ */ static bfd_reloc_status_type hppa_som_reloc -- cgit v1.1