]> git.proxmox.com Git - qemu.git/commit
softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t
authorAndreas Färber <andreas.faerber@web.de>
Mon, 7 Mar 2011 00:34:06 +0000 (01:34 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 21 Mar 2011 20:46:14 +0000 (21:46 +0100)
commitbb98fe42c5c0516cae3a7378f3d7ba8e86297678
treebe40794f2dff2d46423cdd385b9590e8197fd364
parent87b8cc3cf31d3e39c7b8f2d72332a2792a4e33b1
softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t

They are defined with the same semantics as the POSIX types,
so prefer those for consistency. Suggested by Peter Maydell.

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
fpu/softfloat-macros.h
fpu/softfloat-native.c
fpu/softfloat-specialize.h
fpu/softfloat.c
fpu/softfloat.h