aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/xm-alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/alpha/xm-alpha.h')
-rw-r--r--gcc/config/alpha/xm-alpha.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h
index f68b4ed..1531a8e 100644
--- a/gcc/config/alpha/xm-alpha.h
+++ b/gcc/config/alpha/xm-alpha.h
@@ -27,19 +27,6 @@ Boston, MA 02111-1307, USA. */
#define HOST_BITS_PER_LONG 64
#define HOST_BITS_PER_LONGLONG 64
-/* If compiled with GNU C, use the builtin alloca. */
-#ifndef alloca
-#if defined(__GNUC__) && !defined(USE_C_ALLOCA)
-#define alloca __builtin_alloca
-#else
-#if !defined(_WIN32) && !defined(USE_C_ALLOCA) && !defined(OPEN_VMS) && !defined(__INTERIX)
-#include <alloca.h>
-#else
-extern void *alloca ();
-#endif
-#endif
-#endif
-
/* The host compiler has problems with enum bitfields since it makes
them signed so we can't fit all our codes in. */