* config/i386/xm-linux.h: Define HAVE_TERMIOS.
This commit is contained in:
parent
52b3045e8e
commit
d253eb7aa0
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 14 11:37:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* config/i386/xm-linux.h: Define HAVE_TERMIOS.
|
||||
|
||||
Fri Jan 14 01:04:36 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue