mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* solaris2.h: Get the definition of alloca from alloca.h if we
aren't using gcc.
This commit is contained in:
@ -2,4 +2,7 @@
|
|||||||
|
|
||||||
#include "hosts/sysv4.h"
|
#include "hosts/sysv4.h"
|
||||||
|
|
||||||
|
#ifndef __GNUC__
|
||||||
|
#include <alloca.h>
|
||||||
|
#endif
|
||||||
/* That's all... */
|
/* That's all... */
|
||||||
|
Reference in New Issue
Block a user