From 17758bc0c9c7f8b095d205b76d900cc5f794f53e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 12 Jul 2001 18:22:37 +0000 Subject: * 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. --- gdb/config/powerpc/xm-linux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/config/powerpc') diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h index 3ffbab796f0..1659965824b 100644 --- a/gdb/config/powerpc/xm-linux.h +++ b/gdb/config/powerpc/xm-linux.h @@ -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 -- cgit v1.2.1