From d62e3f378dae08f64e0f2c557525e6e7e2e1e6d0 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 13 Oct 1993 04:00:46 +0000 Subject: [PATCH] * config/mips/xm-mips.h: Remove comment about HAVE_SGTTY vs. usleep. --- gdb/ChangeLog | 4 ++++ gdb/config/mips/xm-mips.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f9db6dd743b..c8fc03a2cf5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h index 2f5917e14fb..deb52eabeb1 100644 --- a/gdb/config/mips/xm-mips.h +++ b/gdb/config/mips/xm-mips.h @@ -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 -- 2.30.2