From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11364 invoked by alias); 27 Aug 2014 08:46:45 -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 11355 invoked by uid 89); 27 Aug 2014 08:46:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 27 Aug 2014 08:46:44 +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 s7R8kd23012735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 27 Aug 2014 04:46:40 -0400 Received: from blade.nx (ovpn-116-90.ams2.redhat.com [10.36.116.90]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7R8kdow017316; Wed, 27 Aug 2014 04:46:39 -0400 Received: by blade.nx (Postfix, from userid 1000) id 68E722640D7; Wed, 27 Aug 2014 09:46:38 +0100 (BST) Date: Wed, 27 Aug 2014 08:46:00 -0000 From: Gary Benson To: Will Newton Cc: "Bin.Cheng" , "gdb-patches@sourceware.org" Subject: Re: [PATCH]Fix aarch64 native build issue caused by use of LONGEST Message-ID: <20140827084638.GA4533@blade.nx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00547.txt.bz2 Will Newton wrote: > On 21 August 2014 09:32, Bin.Cheng wrote: > > Recent gdb code refactor changes LONGEST from a macro to a typedef, > > thus the use of it in aarch64-linux-nat.c is no longer valid. > > > > This patch fixes the build failure which is obvious. Is it OK? > > > > 2014-08-21 Bin Cheng > > > > * aarch64-linux-nat.c (dr_changed_t): Change the type from > > unsigned LONGEST to ULONGEST. > > I pushed this as obvious given that Marcus is not around. Bin, Will, thanks for fixing this. Cheers, Gary -- http://gbenson.net/