unicorn/qemu/fpu
Peter Maydell df84f0d513
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.

Backports commit 182f42fdc219e6481654fcfb73b17e4b4e63b6ff from qemu
2018-02-19 00:16:49 -05:00
..
softfloat-macros.h softfloat: Clarify license status 2018-02-12 13:00:01 -05:00
softfloat-specialize.h softfloat: expand out STATUS macro 2018-02-12 13:43:13 -05:00
softfloat.c fpu: Replace uint64 typedef with uint64_t 2018-02-19 00:16:49 -05:00