[OE-core] [PATCH] gdb 7.12: fix armv8b build

Burton, Ross ross.burton at intel.com
Thu Feb 2 12:04:40 UTC 2017


On 2 February 2017 at 10:28, Koen Kooi <koen.kooi at linaro.org> wrote:

> +++ b/meta/recipes-devtools/gdb/gdb/cb93dc7f262978bafe36397a41a56e
> 409a302042.patch
> @@ -0,0 +1,42 @@
> +From cb93dc7f262978bafe36397a41a56e409a302042 Mon Sep 17 00:00:00 2001
> +From: Yao Qi <yao.qi at linaro.org>
> +Date: Mon, 24 Oct 2016 10:59:11 +0100
> +Subject: [PATCH] [GDBserver] Fix conversion warning
> +
> +I got the following warning if I build GDBserver for aarch64_be-linux-gnu,
> +
> +git/gdb/gdbserver/linux-aarch64-low.c:1539:39: error: invalid conversion
> from 'void*' to 'uint32_t* {aka unsigned int*}' [-fpermissive]
> +   uint32_t *le_buf = xmalloc (byte_len);
> +                                       ^
> +The patch is to fix the warning.
> +
> +gdb/gdbserver:
> +
> +2016-10-24  Yao Qi  <yao.qi at linaro.org>
> +
> +       PR server/20733
> +       * linux-aarch64-low.c (append_insns): Cast the return value to
> +       'uint32_t *'.
> +
> +Upstream-status: Backport
>

That's not the nicest patch filename, and needs a S-o-b.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170202/32d73d2f/attachment-0002.html>


More information about the Openembedded-core mailing list