From 05b4bd799a73514fc9156f87ce4b353f7458cf11 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 11 Dec 2012 11:32:39 +0000 Subject: gdb/ 2012-12-11 Pedro Alves * configure.ac (detect type of /proc): Remove Unixware handling. * configure: Regenerate. * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware. (ioctl_table) [PCRESET]: Remove entry. * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait) (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill) (SYS_lwp_suspend, SYS_lwp_continue): Don't define. * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware. * procfs.c: Remove all UNIXWARE guarded code, and all traces of Unixware in comments throughout. * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler, and remove mention of Unixware. gdb/doc/ 2012-12-11 Pedro Alves * gdb.texinfo: Remove all mentions of Unixware throughout. --- gdb/proc-why.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/proc-why.c') diff --git a/gdb/proc-why.c b/gdb/proc-why.c index 97a3760..0ce0a84 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -75,7 +75,7 @@ static struct trans pr_why_table[] = { PR_FAULTED, "PR_FAULTED", "Incurred a traced hardware fault" }, #endif #if defined (PR_SUSPENDED) - /* Solaris and UnixWare. */ + /* Solaris only. */ { PR_SUSPENDED, "PR_SUSPENDED", "Process suspended" }, #endif #if defined (PR_CHECKPOINT) -- cgit v1.1