projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ed735
)
* config/mips/xm-mips.h: Define HAVE_TERMIOS.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Wed, 28 Jul 1993 23:33:57 +0000
(23:33 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Wed, 28 Jul 1993 23:33:57 +0000
(23:33 +0000)
gdb/config/mips/xm-mips.h
patch
|
blob
|
history
diff --git
a/gdb/config/mips/xm-mips.h
b/gdb/config/mips/xm-mips.h
index bcc12d5e45c5573cb243c26203ac3ffee67302ab..2f5917e14fb4c1c4c0fc7375447b2046765a0753 100644
(file)
--- 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"