projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50c519
)
* solaris2.h: Get the definition of alloca from alloca.h if we
author
Stu Grossman
<grossman@cygnus>
Fri, 23 Oct 1992 08:47:28 +0000
(08:47 +0000)
committer
Stu Grossman
<grossman@cygnus>
Fri, 23 Oct 1992 08:47:28 +0000
(08:47 +0000)
aren't using gcc.
bfd/hosts/solaris2.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/solaris2.h
b/bfd/hosts/solaris2.h
index b1ec809b536503385551fd6267141f3158dc0185..d32b7a67f77fdf3b5848e270ef732aa84c5e00fb 100644
(file)
--- a/
bfd/hosts/solaris2.h
+++ b/
bfd/hosts/solaris2.h
@@
-2,4
+2,7
@@
#include "hosts/sysv4.h"
+#ifndef __GNUC__
+#include <alloca.h>
+#endif
/* That's all... */