Use __gnu89_inline so that these files will compile with newer versions

of gcc, where the meaning of 'inline' was changed to match C99.

Noticed by:	rdivacky
This commit is contained in:
David Schultz 2009-01-13 05:13:20 +00:00
parent 3342e45402
commit 4630140ce2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187128
5 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */
pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
#ifdef INLINE_REM_PIO2
extern inline
extern __gnu89_inline
#endif
int
__ieee754_rem_pio2(double x, double *y)

View File

@ -41,7 +41,7 @@ pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
#ifdef INLINE_REM_PIO2F
extern inline
extern __gnu89_inline
#endif
int
__ieee754_rem_pio2f(float x, double *y)

View File

@ -31,7 +31,7 @@ C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */
C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */
#ifdef INLINE_KERNEL_COSDF
extern inline
extern __gnu89_inline
#endif
float
__kernel_cosdf(double x)

View File

@ -30,7 +30,7 @@ S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */
S4 = 0x16cd878c3b46a7.0p-71; /* 0.0000027183114939898219064 */
#ifdef INLINE_KERNEL_SINDF
extern inline
extern __gnu89_inline
#endif
float
__kernel_sindf(double x)

View File

@ -33,7 +33,7 @@ T[] = {
};
#ifdef INLINE_KERNEL_TANDF
extern inline
extern __gnu89_inline
#endif
float
__kernel_tandf(double x, int iy)