entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 5 Jul 1992 03:35:18 +0000 (03:35 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 5 Jul 1992 03:35:18 +0000 (03:35 +0000)
From-SVN: r1439

gcc/config/sparc/xm-sol2.h [new file with mode: 0644]

diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h
new file mode 100644 (file)
index 0000000..1273924
--- /dev/null
@@ -0,0 +1,6 @@
+#include "xm-spcv4.h"
+
+/* If not compiled with GNU C, include the system's <alloca.h> header.  */
+#ifndef __GNUC__
+#include <alloca.h>
+#endif