From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3469 invoked by alias); 21 Aug 2014 08:40:27 -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 3384 invoked by uid 89); 21 Aug 2014 08:40:26 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f169.google.com Received: from mail-ig0-f169.google.com (HELO mail-ig0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 21 Aug 2014 08:40:24 +0000 Received: by mail-ig0-f169.google.com with SMTP id r2so12408868igi.2 for ; Thu, 21 Aug 2014 01:40:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MvD0ci8p16v7/iTApILHvIQbKb+jCmVnfvPsrWqjOpA=; b=hKQIIXDpT8XAUqJWYVmLydxWurS1nNsC+NVfrL8h0RxYvm0htXnY0a/IDJf7Sk6vGW pDPee4hZvKsZkJ9z34PrAkgq4ZeueNSJ0WYfsNh4aceTb0ntsevkLl+FRjPXldfcMwt1 ULqt+yBm+aWll1oATaOHQBUzbHuDjNdp5FMWqnsH+LwYKcaGiHHFwDqopYTo/FgKkRJ1 +3doihdCbw/iq+dT+sw73WTEVSdo24hAb+IYOM+bZdNh0ADU1S7FwF3GK/BkRR8QsqpQ UYb4BX53mAWRdP6Wu9nDLcOXJUv8kAvGCSWnWUQ4y+k8qv20LsyV9zpSvj2r4dBd7AmB 6c0w== X-Gm-Message-State: ALoCoQkYPSVsetjuAWArZSKNo1OyN+b0iAEQ8uluFZaxSblSCjpmY/EcJXGpvThd9q7cVseBrDb3 MIME-Version: 1.0 X-Received: by 10.42.207.68 with SMTP id fx4mr2176810icb.67.1408610422232; Thu, 21 Aug 2014 01:40:22 -0700 (PDT) Received: by 10.64.142.116 with HTTP; Thu, 21 Aug 2014 01:40:22 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 08:40:00 -0000 Message-ID: Subject: Re: [PATCH]Fix aarch64 native build issue caused by use of LONGEST From: Will Newton To: "Bin.Cheng" Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00472.txt.bz2 On 21 August 2014 09:32, Bin.Cheng wrote: > Hi, > 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? > > Thanks, > bin > > 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. -- Will Newton Toolchain Working Group, Linaro