From fe87ce9b41894a42601a55957026ecaec1ec460b Mon Sep 17 00:00:00 2001 From: sje Date: Sat, 21 Jan 2006 17:57:01 +0000 Subject: PR libgomp/25877 * configure.ac: Remove check for alloca.h. * configure: Regenerate. * config.h.in: Regenerate. * libgomp.h: define gomp_alloca to be __builtin_alloca. * team.c: Remove use of alloca.h. Call gomp_alloca instead of alloca. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110068 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libgomp/config.h.in') diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 9d2fa77b6e7..a24e14867c7 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -1,8 +1,5 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to 1 if you have the header file. */ -#undef HAVE_ALLOCA_H - /* Define to 1 if the target supports __attribute__((alias(...))). */ #undef HAVE_ATTRIBUTE_ALIAS -- cgit v1.2.1