aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2006-01-21 17:57:01 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2006-01-21 17:57:01 +0000
commita55b8e1826cd3c5e399fdcb4802f1603e49f8ba9 (patch)
tree16ba62c14bd05fa0e4fd37e596e2a99d95e7f40b /libgomp/config.h.in
parent30cb87a09beeca0cbdee7347c2d993d1b90446d2 (diff)
downloadgcc-a55b8e1826cd3c5e399fdcb4802f1603e49f8ba9.zip
gcc-a55b8e1826cd3c5e399fdcb4802f1603e49f8ba9.tar.gz
gcc-a55b8e1826cd3c5e399fdcb4802f1603e49f8ba9.tar.bz2
re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'alloca')
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. From-SVN: r110068
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 9d2fa77..a24e148 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 <alloca.h> header file. */
-#undef HAVE_ALLOCA_H
-
/* Define to 1 if the target supports __attribute__((alias(...))). */
#undef HAVE_ATTRIBUTE_ALIAS