target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
commit5b7d840e741aa06751b0fcec02ccda50a6bd574d
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Sep 2015 09:39:27 +0000 (7 10:39 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Sat, 17 Oct 2015 23:13:53 +0000 (17 18:13 -0500)
tree861634b5d751b7f670942b4b7364446c715e1119
parent0de7d2b793f2e3cfeedfc822429a6bce6e48bda3
target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb

A spurious trailing "\n" in the gdb syscall format string used
for SYS_WRITE0 meant that gdb would reject the remote syscall,
with the effect that the output from the guest was silently dropped.
Remove the newline so that gdb accepts the packet.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 857b55adb77004d9ec9202078b7f1f3a1a076112)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-arm/arm-semi.c