From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19971 invoked by alias); 5 Jun 2014 15:37:03 -0000 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 Received: (qmail 19957 invoked by uid 89); 5 Jun 2014 15:37:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Jun 2014 15:37:00 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s55Faute009317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 5 Jun 2014 11:36:56 -0400 Received: from blade.nx (ovpn-116-110.ams2.redhat.com [10.36.116.110]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s55FatJA024135; Thu, 5 Jun 2014 11:36:56 -0400 Received: by blade.nx (Postfix, from userid 1000) id 9798926243D; Thu, 5 Jun 2014 16:36:54 +0100 (BST) Date: Thu, 05 Jun 2014 15:37:00 -0000 From: Gary Benson To: Eli Zaretskii Cc: gdb-patches@sourceware.org, xdje42@gmail.com Subject: Re: Remove conditionals for ANSI-standard signals Message-ID: <20140605153654.GA16360@blade.nx> References: <20140605145053.GA15133@blade.nx> <83mwdr5qbh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83mwdr5qbh.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00269.txt.bz2 Eli Zaretskii wrote: > > Date: Thu, 5 Jun 2014 15:50:53 +0100 > > From: Gary Benson > > Cc: Doug Evans , Eli Zaretskii > > > > This patch removes all preprocessor conditionals for ANSI-standard > > signals (SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM) which > > are guaranteed to always be defined. > > > > Built and regtested on RHEL6.5 x86_64. > > > > Ok to commit? > > Looks good to me, but since Doug wanted to review this, please wait > at least for his response. For sure. Thanks, Gary -- http://gbenson.net/