Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@wins.uva.nl>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Eliminate HAVE_TERMIOS from config/*/xm-linux.h
Date: Thu, 12 Jul 2001 11:24:00 -0000	[thread overview]
Message-ID: <200107121824.f6CIOCn12082@delius.kettenis.local> (raw)

Another small step towards an empty xm.h file.

Checked in.

Mark

Index: ChangeLog
from  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.

Index: config/arm/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/xm-linux.h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 xm-linux.h
--- config/arm/xm-linux.h 1999/12/22 21:45:13 1.1.1.1
+++ config/arm/xm-linux.h 2001/07/12 18:21:10
@@ -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.
 
@@ -22,8 +22,6 @@
 #define XM_ARMLINUX_H
 
 #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.  */
Index: config/ia64/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/xm-linux.h,v
retrieving revision 1.2
diff -u -p -r1.2 xm-linux.h
--- config/ia64/xm-linux.h 2001/03/06 08:21:30 1.2
+++ config/ia64/xm-linux.h 2001/07/12 18:21:10
@@ -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.
 
@@ -22,8 +22,6 @@
 #define XM_LINUX_H
 
 #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.  */
Index: config/m68k/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/m68k/xm-linux.h,v
retrieving revision 1.3
diff -u -p -r1.3 xm-linux.h
--- config/m68k/xm-linux.h 2001/07/12 13:48:46 1.3
+++ config/m68k/xm-linux.h 2001/07/12 18:21:10
@@ -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: config/powerpc/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/xm-linux.h,v
retrieving revision 1.4
diff -u -p -r1.4 xm-linux.h
--- config/powerpc/xm-linux.h 2001/07/12 14:02:23 1.4
+++ config/powerpc/xm-linux.h 2001/07/12 18:21:10
@@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suit
 
 #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: config/sparc/xm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/xm-linux.h,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 xm-linux.h
--- config/sparc/xm-linux.h 1999/07/07 20:17:19 1.1.1.2
+++ config/sparc/xm-linux.h 2001/07/12 18:21:10
@@ -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


                 reply	other threads:[~2001-07-12 11:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200107121824.f6CIOCn12082@delius.kettenis.local \
    --to=kettenis@wins.uva.nl \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox