Peter Maydell 3a87d00910 fpu: Replace uint32 typedef with uint32_t
Replace the uint32 softfloat-specific typedef with uint32_t.
This change was made with

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

together with manual removal of the typedef definition,
manual undoing of various mis-hits, and another couple of
fixes found via test compilation.

All the uses in hw/ were using the wrong type by mistake.

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-5-git-send-email-peter.maydell@linaro.org
2016-01-22 15:09:21 +00:00
..
2013-06-07 14:55:33 +02:00
2015-10-02 16:22:02 -03:00
2014-02-03 14:04:00 +00:00
2015-09-07 10:39:30 +01:00
2013-04-08 18:13:10 +02:00
2013-04-08 18:13:10 +02:00
2015-12-22 18:39:20 +02:00
2015-06-11 10:13:30 +01:00
2015-09-07 10:39:30 +01:00
2016-01-11 15:29:05 +11:00
2015-12-04 09:39:55 +03:00
2015-09-07 10:39:28 +01:00
2013-04-08 18:13:10 +02:00
2015-12-04 09:39:55 +03:00
2015-09-25 12:04:43 +02:00
2013-04-08 18:13:10 +02:00
2015-01-15 10:44:13 +03:00
2016-01-16 12:01:23 +00:00
2014-10-23 16:41:25 +02:00
2014-10-24 12:19:11 +01:00
2013-04-08 18:13:10 +02:00
2013-05-01 20:55:21 +04:00
2015-07-06 12:15:14 -06:00
2015-04-30 16:05:48 +03:00