Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160219' into...
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2016 16:49:49 +0000 (16:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2016 16:49:49 +0000 (16:49 +0000)
commit3ba32c100a51fcfd0ff367a5c40d4e84e206dd3a
tree22fe10debc32a1085c575c59a04aea22d2512d8a
parent1b3337bb1d1c3125a2140c47629f36540ac57605
parent1badb5869831de916792628b5e159176f7e342b8
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160219' into staging

softfloat queue:
 * update MAINTAINERS with a section for softfloat
 * drop all the uses of int_fast*_t types

# gpg: Signature made Fri 19 Feb 2016 16:34:35 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-20160219:
  MAINTAINERS: Add section for FPU emulation
  osdep.h: Remove int_fast*_t Solaris compatibility code
  fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
  fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts
  fpu: Remove use of int_fast16_t in conversions to int16
  target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct

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