diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-14 11:12:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-14 11:12:52 +0000 |
commit | d0f3ce3c532138673a39c28fa2d68c994ab122c1 (patch) | |
tree | 20e41b45f873ee7c871bfdb1a9ed702f4a913460 /gdb | |
parent | 0123ceaf7cd087b84b43c6eb203acdc059a68576 (diff) | |
download | gdb-d0f3ce3c532138673a39c28fa2d68c994ab122c1.zip gdb-d0f3ce3c532138673a39c28fa2d68c994ab122c1.tar.gz gdb-d0f3ce3c532138673a39c28fa2d68c994ab122c1.tar.bz2 |
* config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-linux.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6dfcf8a..1a6c943 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2001-07-14 Mark Kettenis <kettenis@gnu.org> + * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove. + * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c (i386bsd-tdep.o, i386bsd-nat.o): New targets. diff --git a/gdb/config/i386/xm-linux.h b/gdb/config/i386/xm-linux.h index 8dc48e2..0968396 100644 --- a/gdb/config/i386/xm-linux.h +++ b/gdb/config/i386/xm-linux.h @@ -1,5 +1,5 @@ /* Native support for GNU/Linux, for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1999, 2000 + Copyright 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -26,8 +26,6 @@ #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext -#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 |