5261 libm should stop using synonyms.h 5298 fabs is 0-sized, confuses dis(1) and others Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gwr@nexenta.com>
@@ -27,12 +27,10 @@ */ .file "finitel.s" #include "libm.h" -LIBM_ANSI_PRAGMA_WEAK(finitel,function) -#include "libm_synonyms.h" ENTRY(finitel) movl 12(%esp),%eax / %ax <-- sign&bexp(x) testl $0x80000000,8(%esp) / ZF = 1 iff hi_32(sgnfcnd(x))'s msb = 0 jz .chk_denormal_or_0