From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13576 invoked by alias); 7 Aug 2013 21:09:21 -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 13534 invoked by uid 89); 7 Aug 2013 21:09:20 -0000 X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 07 Aug 2013 21:09:19 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r77L9CUB015796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Aug 2013 17:09:12 -0400 Received: from psique ([10.3.113.15]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r77L99l1009321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 7 Aug 2013 17:09:11 -0400 From: Sergio Durigan Junior To: Pedro Alves Cc: GDB Patches , Tom Tromey Subject: Re: [PATCH 3/7] Alpha support References: <1374869594-16965-1-git-send-email-sergiodj@redhat.com> <1374869594-16965-4-git-send-email-sergiodj@redhat.com> <51F69BE6.7070407@redhat.com> X-URL: http://www.redhat.com Date: Wed, 07 Aug 2013 21:09:00 -0000 In-Reply-To: <51F69BE6.7070407@redhat.com> (Pedro Alves's message of "Mon, 29 Jul 2013 17:44:22 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-08/txt/msg00221.txt.bz2 On Monday, July 29 2013, Pedro Alves wrote: > Very small nit: > > On 07/26/2013 09:13 PM, Sergio Durigan Junior wrote: >> +enum >> + { >> + /* SIGABRT is the same as in x86, but is defined here because > > Stale reference to x86 that should be updated to refer to > the generic signals instead. There are other instances in the series. Thanks, fixed. I also fixed all nits pointed by Doug, so I guess nothing else stops this patch to be checked in, right? -- Sergio