diff options
Diffstat (limited to 'gdb/xm-news.h')
-rw-r--r-- | gdb/xm-news.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/xm-news.h b/gdb/xm-news.h index eae0248..147063d 100644 --- a/gdb/xm-news.h +++ b/gdb/xm-news.h @@ -1,5 +1,5 @@ /* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger. - Copyright (C) 1987, 1989 Free Software Foundation, Inc. + Copyright 1987, 1989, 1992 Free Software Foundation, Inc. This file is part of GDB. @@ -44,9 +44,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ addr = blockend + 4 * offsets[regno]; \ } -/* Compensate for lack of `vprintf' function. */ -#define MISSING_VPRINTF - /* NewsOS 3 apparently dies on large alloca's -- roland@ai.mit.edu. */ #define BROKEN_LARGE_ALLOCA |