]> git.proxmox.com Git - mirror_qemu.git/commit
fpu: Replace int64 typedef with int64_t
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jan 2016 15:09:20 +0000 (15:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jan 2016 15:09:20 +0000 (15:09 +0000)
commitf42c222482b651400f0fa417eb174da1c9502c1c
treeba49197361662bd39f456c073c5fdb1c97abe3e5
parent3c2c85ec4b112e3e2b899472314d5da6880fdf0e
fpu: Replace int64 typedef with int64_t

Replace the int64 softfloat-specific typedef with int64_t.
This change was made with

find include fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\bint64\b/int64_t/g'

together with manual removal of the typedef definition, and
manual undoing of some mis-hits where macro arguments were
being used for token pasting rather than as a type.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Leon Alrae <leon.alrae@imgtec.com>
Message-id: 1452603315-27030-2-git-send-email-peter.maydell@linaro.org
fpu/softfloat.c
include/fpu/softfloat.h
target-mips/msa_helper.c