unicorn/qemu/fpu
Peter Maydell 9712d8a7ac
fpu: Replace int32 typedef with int32_t
Replace the int32 softfloat-specific typedef with int32_t.
This change was made with

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

The uses in hw/ipmi/ should not have been using this type at all.

Backports commit f4014512cda682a9d0c75310d278d7ae96b0505c from qemu
2018-02-19 00:24:56 -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 int32 typedef with int32_t 2018-02-19 00:24:56 -05:00