Re: [Qemu-devel] [PATCH] ARM: semi-hosting support for stderr

2010-11-15 Thread Christophe Lyon
On 14.11.2010 18:50, Peter Maydell wrote: > Although newlib/libgloss use different modes for opening stdout > and stderr, the ARM C library implementation does not, for > instance; so your patch is relying on a detail of implementation of > a particular semihosting user. So I don't think we can app

Re: [Qemu-devel] [PATCH] ARM: semi-hosting support for stderr

2010-11-14 Thread Peter Maydell
On 19 August 2010 16:11, Christophe Lyon wrote: > On 25.06.2010 17:44, Christophe LYON wrote: >> I propose this small patch so that ARM semi-hosting handles stderr as >> expected when linking with Newlib/libgloss. Apologies for this rather belated reply, but I only recently managed to confirm the

Re: [Qemu-devel] [PATCH] ARM: semi-hosting support for stderr

2010-08-19 Thread Christophe Lyon
Ping? On 25.06.2010 17:44, Christophe LYON wrote: Hello, I propose this small patch so that ARM semi-hosting handles stderr as expected when linking with Newlib/libgloss. diff --git a/arm-semi.c b/arm-semi.c index 9549e6c..6874036 100644 --- a/arm-semi.c +++ b/arm-semi.c @@ -211,8 +211,11 @@ u

[Qemu-devel] [PATCH] ARM: semi-hosting support for stderr

2010-06-25 Thread Christophe LYON
Hello, I propose this small patch so that ARM semi-hosting handles stderr as expected when linking with Newlib/libgloss. diff --git a/arm-semi.c b/arm-semi.c index 9549e6c..6874036 100644 --- a/arm-semi.c +++ b/arm-semi.c @@ -211,8 +211,11 @@ uint32_t do_arm_semihosting(CPUState *env)