diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-06-26 11:43:50 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-06-26 11:43:50 -0400 |
commit | f62f398a28629937d937cae5bbc43e2d1e76e967 (patch) | |
tree | 9c509f48d3cbbd1714e10c2ce31663786db16d20 /gcc/config/a29k | |
parent | 47df02623af70d9c5285d69b72eed121e2b141d5 (diff) | |
download | gcc-f62f398a28629937d937cae5bbc43e2d1e76e967.zip gcc-f62f398a28629937d937cae5bbc43e2d1e76e967.tar.gz gcc-f62f398a28629937d937cae5bbc43e2d1e76e967.tar.bz2 |
Remove #define of alloca to __builtin_alloca.
From-SVN: r4756
Diffstat (limited to 'gcc/config/a29k')
-rw-r--r-- | gcc/config/a29k/xm-a29k.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/a29k/xm-a29k.h b/gcc/config/a29k/xm-a29k.h index 356e929..e814638 100644 --- a/gcc/config/a29k/xm-a29k.h +++ b/gcc/config/a29k/xm-a29k.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for AMD Am29000 processor. - Copyright (C) 1987, 1988 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -38,8 +38,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Arguments to use with `exit'. */ #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 - -/* If compiled with GNU C, use the built-in alloca */ -#ifdef __GNUC__ -#define alloca __builtin_alloca -#endif |