qemu/target-alpha
Peter Maydell 182f42fdc2 fpu: Replace uint64 typedef with uint64_t
Replace the uint64 softfloat-specific typedef with uint64_t.
This change was made with

find include fpu target-* -name '*.[ch]' | xargs sed -i -e 's/\buint64\b/uint64_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.

Note that the target-mips/kvm.c and target-s390x/kvm.c changes are fixing
code that should not have been using the uint64 type in the first place.

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>
Acked-by: James Hogan <james.hogan@imgtec.com>
Message-id: 1452603315-27030-3-git-send-email-peter.maydell@linaro.org
2016-01-22 15:09:20 +00:00
..
Makefile.objs
STATUS
cpu-qom.h
cpu.c disas: QOMify alpha specific disas setup 2015-10-22 15:49:40 +02:00
cpu.h target-*: Drop cpu_gen_code define 2015-10-07 20:36:50 +11:00
fpu_helper.c fpu: Replace uint64 typedef with uint64_t 2016-01-22 15:09:20 +00:00
gdbstub.c
helper.c
helper.h
int_helper.c
machine.c
mem_helper.c typofixes - v4 2015-09-11 10:45:43 +03:00
sys_helper.c s/cpu_get_real_ticks/cpu_get_host_ticks/ 2015-10-08 19:46:01 +03:00
translate.c target-alpha: fix uninitialized variable 2015-11-06 15:42:38 +03:00
vax_helper.c