OSDN Git Service

(USE_C_ALLOCA): Always define.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jul 1995 13:26:13 +0000 (13:26 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jul 1995 13:26:13 +0000 (13:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10168 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/xm-pa.h
gcc/config/pa/xm-pahpux.h

index 8138cfa..cb87a76 100644 (file)
@@ -60,7 +60,6 @@ extern int errno;
 /* HP's compiler has problems with enum bitfields.  */
 #define ONLY_INT_FIELDS
 
-/* If not compiled with GNU C, use C alloca.  */
-#ifndef __GNUC__
+/* Always claim to use C alloca; this prevents losing if building with
+   gcc -fno-builtin ... "  */
 #define USE_C_ALLOCA
-#endif
index 426a8f8..97e9403 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for GNU C-compiler for PA-RISC.
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1995 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com).
 
 This file is part of GNU CC.
@@ -63,7 +63,6 @@ Boston, MA 02111-1307, USA.  */
 /* HP's compiler has problems with enum bitfields.  */
 #define ONLY_INT_FIELDS
 
-/* If not compiled with GNU C, use C alloca.  */
-#ifndef __GNUC__
+/* Always claim to use C alloca; this prevents losing if building with
+   gcc -fno-builtin ... "  */
 #define USE_C_ALLOCA
-#endif