This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH]Fix aarch64 native build issue caused by use of LONGEST
- From: Will Newton <will dot newton at linaro dot org>
- To: "Bin.Cheng" <amker dot cheng at gmail dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 21 Aug 2014 09:40:22 +0100
- Subject: Re: [PATCH]Fix aarch64 native build issue caused by use of LONGEST
- Authentication-results: sourceware.org; auth=none
- References: <CAHFci28bntUtNPyibqBPmcyM+nmo=t534tBvgtabcFot=ZXfTw at mail dot gmail dot com>
On 21 August 2014 09:32, Bin.Cheng <amker.cheng@gmail.com> 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 <bin.cheng@arm.com>
>
> * 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