softfloat: Replace int16 type with int_fast16_t
commit94a49d86c536af37bf18722c23cb9b85acfb00ec
authorAndreas Färber <afaerber@suse.de>
Wed, 25 Apr 2012 22:15:56 +0000 (26 00:15 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 28 Apr 2012 09:13:26 +0000 (28 09:13 +0000)
tree7ea09526488668e5c8abf6970bc1c92708052a0f
parent5aea4c589aa16d30227a71e137faa9dca6a45748
softfloat: Replace int16 type with int_fast16_t

Based on the following Coccinelle patch:

@@
typedef int16, int_fast16_t;
@@
-int16
+int_fast16_t

Avoids a workaround for AIX.

Add typedef for pre-10 Solaris.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Cc: malc <av1474@comtv.ru>
Cc: Ben Taylor <bentaylor.solx86@gmail.com>
Tested-by: Bernhard Walle <bernhard@bwalle.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
fpu/softfloat-macros.h
fpu/softfloat.c
fpu/softfloat.h
osdep.h