aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/xm-sol2.h
blob: a799f12b9464bd1685337ae9336d77aae1ac05d8 (plain)
1
2
3
4
5
6
#include "sparc/xm-sysv4.h"

/* If not compiled with GNU C, include the system's <alloca.h> header.  */
#ifndef __GNUC__
#include <alloca.h>
#endif