]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
Add math sources for long functions
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Sat, 9 Nov 2019 10:55:59 +0000 (10:55 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Mon, 11 Nov 2019 13:47:19 +0000 (14:47 +0100)
We enable some of the math sources (e.g., powl.c) by adding them to
Makefile.uk

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk

index a820aea0300116d25505319ac3513b502a029ce3..5a46b88597f42680973c8bb757b27ec0ad5d3dd0 100644 (file)
@@ -973,6 +973,20 @@ LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/math/w_tgamma.c
 # Newlib/libm code -- common
 ################################################################################
 LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/llroundl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/logl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/expl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/ceill.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/floorl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/ldexpl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/frexpl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/powl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/cosl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/sinl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/atanl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/tanl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/fmodl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/sinhl.c
+LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/coshl.c
 LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/s_finite.c
 LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/s_copysign.c
 LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/s_modf.c