diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-12 18:22:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-12 18:22:37 +0000 |
commit | 17758bc0c9c7f8b095d205b76d900cc5f794f53e (patch) | |
tree | 37d5dc1b8c2e6b0905be4057b01d196670d5daf0 /gdb/config/sparc | |
parent | a620547521a1b27de40c37b731d5d95800b1c393 (diff) | |
download | gdb-17758bc0c9c7f8b095d205b76d900cc5f794f53e.tar.gz |
* config/arm/xm-linux.h, config/i386/xm-linux.h,
config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
Removed. Taken care of by autoconf and terminal.h.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/xm-linux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/sparc/xm-linux.h b/gdb/config/sparc/xm-linux.h index 87b2ee6d9f5..ffeba775468 100644 --- a/gdb/config/sparc/xm-linux.h +++ b/gdb/config/sparc/xm-linux.h @@ -1,5 +1,5 @@ /* Macro definitions for running gdb on a Sparc running Linux. - Copyright (C) 1989, 1993, 1994, 1995, 1996, 1998 + Copyright 1989, 1993, 1994, 1995, 1996, 1998, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -24,7 +24,6 @@ #include "sparc/xm-sparc.h" -#define HAVE_TERMIOS /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ #define KERNEL_U_ADDR 0x0 |