* config/mips/xm-mips.h: Remove comment about HAVE_SGTTY vs. usleep.

This commit is contained in:
Jim Kingdon 1993-10-13 04:00:46 +00:00
parent 79f68f0f83
commit d62e3f378d
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 12 22:54:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/mips/xm-mips.h: Remove comment about HAVE_SGTTY vs. usleep.
Tue Oct 12 12:01:29 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
* configure.in: only configure gdbserver for native environments

View File

@ -64,8 +64,7 @@ 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).
/* HAVE_SGTTY also works, last we tried.
But we have termios, at least as of Ultrix 4.2A, so use it. */
#define HAVE_TERMIOS