aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k/xm-news.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/m68k/xm-news.h')
-rw-r--r--gdb/config/m68k/xm-news.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/m68k/xm-news.h b/gdb/config/m68k/xm-news.h
index 6e96115..db45099 100644
--- a/gdb/config/m68k/xm-news.h
+++ b/gdb/config/m68k/xm-news.h
@@ -25,10 +25,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HAVE_WAIT_STRUCT
-/* Get rid of any system-imposed stack limit if possible. */
-
-#define SET_STACK_LIMIT_HUGE
-
/* We can't use "isatty" or "fileno" on this machine. This isn't good,
but it will have to do. */
#define ISATTY(FP) ((FP) == stdin || (FP) == stdout)
@@ -48,9 +44,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
addr = blockend + 4 * offsets[regno]; \
}
-/* NewsOS 3 apparently dies on large alloca's -- roland@ai.mit.edu. */
-#define BROKEN_LARGE_ALLOCA
-
/* NewsOS 3.3 does not define errno in <errno.h>. */
extern int errno;