* config/arm/xm-linux.h, config/i386/xm-linux.h,
authorMark Kettenis <kettenis@gnu.org>
Thu, 12 Jul 2001 18:22:37 +0000 (18:22 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 12 Jul 2001 18:22:37 +0000 (18:22 +0000)
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.

gdb/ChangeLog
gdb/config/arm/xm-linux.h
gdb/config/ia64/xm-linux.h
gdb/config/m68k/xm-linux.h
gdb/config/powerpc/xm-linux.h
gdb/config/sparc/xm-linux.h

index e6150cc24569a8cba01376878dd41267af45480c..64f6cf5f8ec707e73c2a5c0513828a96608d32e4 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * 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.
+
 2001-07-12  Daniel Jacobowitz  <drow@mvista.com>
 
        * mips-tdep.c (mips_type_needs_double_align): New function.
index ef724b5d9bbd2743615b0380fc599e80f7435b43..b6c312304d3587d2f10ca0a12e72d8a1b891a822 100644 (file)
@@ -1,5 +1,5 @@
 /* Host definitions for ARM GNU/Linux, for GDB, the GNU debugger.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,8 +23,6 @@
 
 #define HOST_BYTE_ORDER                LITTLE_ENDIAN
 
-#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
index eae29a8179e70e388fd69e03e8b75acadbf0c7ba..817c1d3e6b237be5b01d381d89c2b6c84d6866e3 100644 (file)
@@ -1,5 +1,5 @@
 /* Native support for GNU/Linux, for GDB, the GNU debugger.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,8 +23,6 @@
 
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
 
-#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
index b2545a8e6d9430744b4349c0038bb5fd81423f96..2c9beb66b0387eca299337b58e95cc71254861a4 100644 (file)
@@ -1,5 +1,5 @@
 /* Native support for linux, for GDB, the GNU debugger.
-   Copyright 1996, 1998 Free Software Foundation, Inc.
+   Copyright 1996, 1998, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,7 +29,6 @@
    to get the offset in the core file of the register values.  */
 #define KERNEL_U_ADDR 0x0
 
-#define HAVE_TERMIOS
 #define NEED_POSIX_SETPGID
 
 /* Need R_OK etc, but USG isn't defined.  */
index 3ffbab796f0a2ad0e4d482c0eb3bc2dca8c54a7b..1659965824bb91bd560b29ba697615cd5fc6a43a 100644 (file)
@@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
-#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
index 87b2ee6d9f53f0b88a526714430575852d831406..ffeba77546838678a9d655a7731e6a59c772c464 100644 (file)
@@ -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
This page took 0.031726 seconds and 4 git commands to generate.