diff options
Diffstat (limited to 'gdb/config/arm/xm-linux.h')
-rw-r--r-- | gdb/config/arm/xm-linux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/config/arm/xm-linux.h b/gdb/config/arm/xm-linux.h index ef724b5..b6c3123 100644 --- a/gdb/config/arm/xm-linux.h +++ b/gdb/config/arm/xm-linux.h @@ -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 |