This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Really remove HAVE_TERMIOS from config/i386/xm-linux.h


For some reason, this didn't go in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.

Index: config/i386/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/xm-linux.h,v
retrieving revision 1.4
diff -u -p -r1.4 xm-linux.h
--- config/i386/xm-linux.h 2001/07/05 14:40:51 1.4
+++ config/i386/xm-linux.h 2001/07/14 11:12:00
@@ -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.
@@ -25,8 +25,6 @@
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
 
 #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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]