diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-14 16:41:35 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-14 16:41:35 +0000 |
commit | d253eb7aa04431b130a4accc09d16846ff81eeae (patch) | |
tree | 5fda7318648cd83fc9fe3dc1e3f4093cdbc93a36 /gdb/config | |
parent | 52b3045e8e2865810543985c845f0145fcc983a9 (diff) | |
download | gdb-d253eb7aa04431b130a4accc09d16846ff81eeae.zip gdb-d253eb7aa04431b130a4accc09d16846ff81eeae.tar.gz gdb-d253eb7aa04431b130a4accc09d16846ff81eeae.tar.bz2 |
* config/i386/xm-linux.h: Define HAVE_TERMIOS.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/i386/xm-linux.h b/gdb/config/i386/xm-linux.h index 3b09ac3..31dcc39 100644 --- a/gdb/config/i386/xm-linux.h +++ b/gdb/config/i386/xm-linux.h @@ -19,6 +19,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 |