Print this page
5261 libm should stop using synonyms.h

@@ -28,11 +28,10 @@
 
         .file "logl.s"
 
 #include "libm.h"
 LIBM_ANSI_PRAGMA_WEAK(logl,function)
-#include "libm_synonyms.h"
 
         ENTRY(logl)
         fldln2  
         fldt    4(%esp)                 / st = arg, st(1) = loge(2)
         fyl2x                           / st = ln(arg) = loge(2)*log2(arg)