Files
gcc/libquadmath/quadmath.map
Jakub Jelinek e8d42d280e re PR fortran/46402 (libquadmath: Add fmalq)
PR fortran/46402
	* quadmath.map (QUADMATH_1.0): Add fmaq.
	* configure.ac: Check for fenv.h, feholdexcept, fesetround,
	feupdateenv, fesetenv and fetestexcept.
	* configure: Regenerated.
	* config.h.in: Regenerated.
	* quadmath.h (fmaq): New prototype.
	* quadmath_weak.h (fmaq): Add.
	* Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
	* Makefile.in: Regenerated.
	* quadmath-imp.h: Include config.h.
	* math/expq.c: Include fenv.h.
	(USE_FENV_H): Define if libm support for fe* is there.
	(expq): Add fesetround etc. support if USE_FENV_H is defined.
	* math/fmaq.c: New file.
	* libquadmath.texi (fmaq): Add.

From-SVN: r168852
2011-01-16 17:40:05 +01:00

78 lines
892 B
Plaintext

QUADMATH_1.0 {
global:
acosq;
acoshq;
asinq;
asinhq;
atanq;
atanhq;
atan2q;
cbrtq;
ceilq;
copysignq;
coshq;
cosq;
erfq;
erfcq;
expq;
expm1q;
fabsq;
finiteq;
floorq;
fmaq;
fmodq;
frexpq;
hypotq;
isinfq;
isnanq;
j0q;
j1q;
jnq;
ldexpq;
lgammaq;
llroundq;
logq;
log10q;
log1pq;
lroundq;
modfq;
nanq;
nextafterq;
powq;
remainderq;
rintq;
roundq;
scalblnq;
scalbnq;
signbitq;
sincosq;
sinhq;
sinq;
sqrtq;
tanq;
tanhq;
tgammaq;
truncq;
y0q;
y1q;
ynq;
cabsq;
cargq;
ccosq;
ccoshq;
cexpq;
cexpiq;
clogq;
clog10q;
cpowq;
csinq;
csinhq;
csqrtq;
ctanq;
ctanhq;
quadmath_strtopQ;
quadmath_dtoaq;
local:
*;
};