[Bug server/20733] Failed to build aarch64_be-linux-gnu GDBserver
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Oct 24 10:59:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=20733
--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-7.12-branch branch has been updated by Yao Qi <qiyao@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a945860b6cb4f8a26343ac5dcb0b42fe5fb2f68a
commit a945860b6cb4f8a26343ac5dcb0b42fe5fb2f68a
Author: Yao Qi <yao.qi@linaro.org>
Date: Mon Oct 24 10:59:11 2016 +0100
[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@linaro.org>
PR server/20733
* linux-aarch64-low.c (append_insns): Cast the return value to
'uint32_t *'.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list