summaryrefslogtreecommitdiff
path: root/gcc/config/a29k/xm-a29k.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-06-26 15:43:50 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-06-26 15:43:50 +0000
commit0f9b49419b3fc9bef4e7c4e78b18ac5ea5ec6741 (patch)
tree9c509f48d3cbbd1714e10c2ce31663786db16d20 /gcc/config/a29k/xm-a29k.h
parenta8053f1e0d7924464c0408f2172360c6d6ca93a4 (diff)
downloadgcc-0f9b49419b3fc9bef4e7c4e78b18ac5ea5ec6741.tar.gz
Remove #define of alloca to __builtin_alloca.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/a29k/xm-a29k.h')
-rw-r--r--gcc/config/a29k/xm-a29k.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/a29k/xm-a29k.h b/gcc/config/a29k/xm-a29k.h
index 356e929d764..e814638a245 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