This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [obv. PATCH 1/1] Fix build breakage
- From: Pedro Alves <palves at redhat dot com>
- To: Walfred Tedeschi <walfred dot tedeschi at intel dot com>, eliz at gnu dot org, brobecker at adacore dot com
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 09 Feb 2016 10:31:15 +0000
- Subject: Re: [obv. PATCH 1/1] Fix build breakage
- Authentication-results: sourceware.org; auth=none
- References: <1455013458-14340-1-git-send-email-walfred dot tedeschi at intel dot com>
On 02/09/2016 10:24 AM, Walfred Tedeschi wrote:
> Add a cast to reinterpret a void* as a gdb_byte*.
>
> 2016-02-09 Walfred Tedeschi <walfred.tedeschi@intel.com>
>
> gdb/gdbserver/ChangeLog:
>
> * linux-x86-low.c (x86_siginfo_fixup): Add cast to gdb_byte*.
>
How is this better than what Simon proposed?
Thanks,
Pedro Alves