From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3212 invoked by alias); 6 Jun 2014 13:34:58 -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 3202 invoked by uid 89); 6 Jun 2014 13:34:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 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; Fri, 06 Jun 2014 13:34:57 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s56DYsPi003218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 6 Jun 2014 09:34:54 -0400 Received: from blade.nx (ovpn-116-93.ams2.redhat.com [10.36.116.93]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s56DXrOH020079; Fri, 6 Jun 2014 09:33:54 -0400 Received: by blade.nx (Postfix, from userid 1000) id 28CCA2622D4; Fri, 6 Jun 2014 14:33:32 +0100 (BST) Date: Fri, 06 Jun 2014 13:34:00 -0000 From: Gary Benson To: Eli Zaretskii Cc: gdb-patches@sourceware.org, xdje42@gmail.com Subject: Re: [PATCH] Separate out ANSI-standard signals Message-ID: <20140606133332.GC1769@blade.nx> References: <20140606120217.GB512@blade.nx> <837g4u42uv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <837g4u42uv.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00326.txt.bz2 Eli Zaretskii wrote: > From: Gary Benson > > This patch reorders various pieces of code to separate > > ANSI-standard signals from other signals that need checking. > > Comments are added to document this. > > > > Built and regtested on RHEL6.5 x86_64. > > > > Ok to commit? > > Thanks. I have only one minor comment: I think we should say that > the signals are ordered by their numerical values on a typical Posix > platform. Ok. Updated patch mailed: https://sourceware.org/ml/gdb-patches/2014-06/msg00325.html Thanks, Gary -- http://gbenson.net/