aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/xm-mips.h')
-rw-r--r--gcc/config/mips/xm-mips.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h
index ad49d7f..fee5bd3 100644
--- a/gcc/config/mips/xm-mips.h
+++ b/gcc/config/mips/xm-mips.h
@@ -1,5 +1,6 @@
/* Configuration for GNU C-compiler for MIPS Rx000 family
- Copyright (C) 1989, 1990, 1991, 1993, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1993, 1997, 2001
+ Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -34,11 +35,6 @@ Boston, MA 02111-1307, USA. */
#define HOST_WORDS_BIG_ENDIAN
#endif
-/* Enable host-conditionals for MIPS machines. */
-#ifndef MIPS
-#define MIPS 1
-#endif
-
/* A code distinguishing the floating point format of the host
machine. There are three defined values: IEEE_FLOAT_FORMAT,
VAX_FLOAT_FORMAT, and UNKNOWN_FLOAT_FORMAT. */
@@ -70,7 +66,5 @@ extern void * alloca ();
extern char * alloca ();
#endif
-/* for the emacs version of alloca */
-#define STACK_DIRECTION -1
#endif
#endif /* not MIPS_OVERRIDE_ALLOCA */