Re: [Qemu-devel] [PATCH v5 07/10] softfloat: Drop [u]int32 types in favor of [u]int_fast32_t

2011-03-07 Thread Aurelien Jarno
On Mon, Mar 07, 2011 at 01:34:10AM +0100, Andreas Färber wrote: v5: * Initial. Cc: Peter Maydell peter.mayd...@linaro.org Signed-off-by: Andreas Färber andreas.faer...@web.de --- fpu/softfloat.c | 132 +++--- fpu/softfloat.h | 34

[Qemu-devel] [PATCH v5 07/10] softfloat: Drop [u]int32 types in favor of [u]int_fast32_t

2011-03-06 Thread Andreas Färber
v5: * Initial. Cc: Peter Maydell peter.mayd...@linaro.org Signed-off-by: Andreas Färber andreas.faer...@web.de --- fpu/softfloat.c | 132 +++--- fpu/softfloat.h | 34 +++ 2 files changed, 82 insertions(+), 84 deletions(-) diff --git