summaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/x-iris3
-rw-r--r--gcc/config/mips/x-iris33
-rw-r--r--gcc/config/mips/x-sni-svr45
-rw-r--r--gcc/config/mips/x-sysv5
-rw-r--r--gcc/config/mips/xm-iris6.h11
-rw-r--r--gcc/config/mips/xm-mips.h13
-rw-r--r--gcc/config/mips/xm-nws3250v4.h6
7 files changed, 0 insertions, 46 deletions
diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris
index cf135d172bd..99c7fc94b92 100644
--- a/gcc/config/mips/x-iris
+++ b/gcc/config/mips/x-iris
@@ -23,9 +23,6 @@
# -lmalloc is supposed to be faster than the normal malloc
CLIB = -lmld -lmalloc
-# Show we need to use the C version of ALLOCA
-ALLOCA = alloca.o
-
# Find all of the declarations from the header files
FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_SGI_SOURCE -D_LANGUAGE_C_PLUS_PLUS
diff --git a/gcc/config/mips/x-iris3 b/gcc/config/mips/x-iris3
index 2743ab743d9..f8948e8c81f 100644
--- a/gcc/config/mips/x-iris3
+++ b/gcc/config/mips/x-iris3
@@ -25,6 +25,3 @@
# -lmld is so we can link collect2 running native.
# -lmalloc is supposed to be faster than the normal malloc
CLIB = -lmld -lmalloc
-
-# Show we need to use the C version of ALLOCA
-ALLOCA = alloca.o
diff --git a/gcc/config/mips/x-sni-svr4 b/gcc/config/mips/x-sni-svr4
index a6e003f1f19..e7fe4ee43b7 100644
--- a/gcc/config/mips/x-sni-svr4
+++ b/gcc/config/mips/x-sni-svr4
@@ -9,8 +9,3 @@
CC = $(OLDCC)
OPT =
OLDCC = cc -Olimit 3000 $(OPT)
-
-# Show we need to use the C version of ALLOCA
-# The SVR3 configurations have it, but the SVR4 configurations don't.
-# For now, just try using it for all SVR* configurations.
-ALLOCA = alloca.o
diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv
index 2c173b159a5..09d467a256e 100644
--- a/gcc/config/mips/x-sysv
+++ b/gcc/config/mips/x-sysv
@@ -19,8 +19,3 @@ OLDCC = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
# This enables collect2 to link.
# Some systems use version 2.11 of the compilers. Some use version 3.11.
CLIB= -L/usr/lib/cmplrs/cc2.11 -L/usr/lib/cmplrs/cc3.11 -lmld
-
-# Show we need to use the C version of ALLOCA
-# The SVR3 configurations have it, but the SVR4 configurations don't.
-# For now, just try using it for all SVR* configurations.
-ALLOCA = alloca.o
diff --git a/gcc/config/mips/xm-iris6.h b/gcc/config/mips/xm-iris6.h
index d42089f08ae..576087bca8d 100644
--- a/gcc/config/mips/xm-iris6.h
+++ b/gcc/config/mips/xm-iris6.h
@@ -1,14 +1,3 @@
-#define MIPS_OVERRIDE_ALLOCA
-#ifndef __GNUC__
-#include <alloca.h>
-#else
-# ifdef __SIZE_TYPE__
-extern void *alloca (__SIZE_TYPE__);
-# else
-extern void *alloca ();
-# endif /* __SIZE_TYPE__ */
-#endif
-
#include "mips/xm-mips.h"
#define USG
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h
index 71af928f3b6..eabe3a5940b 100644
--- a/gcc/config/mips/xm-mips.h
+++ b/gcc/config/mips/xm-mips.h
@@ -42,16 +42,3 @@ Boston, MA 02111-1307, USA. */
for compiling GNU C++. */
#define ONLY_INT_FIELDS 1
#endif
-
-#ifndef MIPS_OVERRIDE_ALLOCA
-#ifndef __GNUC__
-#define USE_C_ALLOCA
-
-#ifdef __STDC__
-extern void * alloca ();
-#else
-extern char * alloca ();
-#endif
-
-#endif
-#endif /* not MIPS_OVERRIDE_ALLOCA */
diff --git a/gcc/config/mips/xm-nws3250v4.h b/gcc/config/mips/xm-nws3250v4.h
index 34ab631acb4..ee7fe04e880 100644
--- a/gcc/config/mips/xm-nws3250v4.h
+++ b/gcc/config/mips/xm-nws3250v4.h
@@ -1,9 +1,3 @@
#define USG
#include "xm-mips.h"
-
-/* If compiling with mips compiler, we are probably using alloca.c,
- so help it work right. */
-#ifndef __GNUC__
-#define USE_C_ALLOCA
-#endif