Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160122' into...
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jan 2016 15:19:20 +0000 (15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jan 2016 15:19:21 +0000 (15:19 +0000)
commit047e363b05679724d6b784c6ec6310697fe48ba0
tree17570c0192a633520edf87b8371e4b0befaf82fc
parent3c2c85ec4b112e3e2b899472314d5da6880fdf0e
parent7ceac86f49b564954f5bde477c4281f407be1399
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160122' into staging

softfloat:
 * drop confusing softfloat-only types
 * fix return type of roundAndPackFloat16

# gpg: Signature made Fri 22 Jan 2016 15:15:17 GMT using RSA key ID 14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
# gpg:                 aka "Peter Maydell <pmaydell@gmail.com>"
# gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"

* remotes/pmaydell/tags/pull-softfloat-20160122:
  softfloat: fix return type of roundAndPackFloat16
  fpu: Replace uint8 typedef with uint8_t
  fpu: Replace int8 typedef with int8_t
  fpu: Replace uint32 typedef with uint32_t
  fpu: Replace int32 typedef with int32_t
  fpu: Replace uint64 typedef with uint64_t
  fpu: Replace int64 typedef with int64_t

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>