From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13427 invoked by alias); 11 Dec 2012 12:46:31 -0000 Received: (qmail 13416 invoked by uid 22791); 11 Dec 2012 12:46:30 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Dec 2012 12:46:23 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEV00L009Y5U900@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 11 Dec 2012 14:46:21 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEV00KS2A58FEO0@a-mtaout20.012.net.il>; Tue, 11 Dec 2012 14:46:21 +0200 (IST) Date: Tue, 11 Dec 2012 12:46:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/2] Remove all traces of Unixware. In-reply-to: <50C71AE7.4070102@redhat.com> To: Pedro Alves Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837gooah9k.fsf@gnu.org> References: <50C6115C.4090509@redhat.com> <20121210180222.3932.37958.stgit@brno.lan> <20121211025700.GA13565@adacore.com> <50C71AE7.4070102@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00319.txt.bz2 > Date: Tue, 11 Dec 2012 11:37:11 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > 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. The documentation part is obvious. Thanks.