aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-28 23:33:57 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-28 23:33:57 +0000
commitb88edd756e84f12ec4f1eb7d5cc9eca9dd752ca1 (patch)
tree533d2a9b763c521e3bfbdea6d3d52fd8f7c7af62 /gdb/config
parentc4ed7353fc999bc3ced522e71da7cac1e25c5851 (diff)
downloadgdb-b88edd756e84f12ec4f1eb7d5cc9eca9dd752ca1.zip
gdb-b88edd756e84f12ec4f1eb7d5cc9eca9dd752ca1.tar.gz
gdb-b88edd756e84f12ec4f1eb7d5cc9eca9dd752ca1.tar.bz2
* config/mips/xm-mips.h: Define HAVE_TERMIOS.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/xm-mips.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h
index bcc12d5..2f5917e 100644
--- a/gdb/config/mips/xm-mips.h
+++ b/gdb/config/mips/xm-mips.h
@@ -64,5 +64,11 @@ extern void *memset();
/* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */
#define ONE_PROCESS_WRITETEXT
+/* HAVE_SGTTY also works, except for the lack of usleep (which it would be
+ possible to work around by writing our own using setitimer directly).
+
+ But we have termios, at least as of Ultrix 4.2A, so use it. */
+#define HAVE_TERMIOS
+
/* Mips hosts need aligned va_list arguments. */
#include "mips/xm-makeva.h"