Print this page
5261 libm should stop using synonyms.h

@@ -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