From b574db1c77fa65572fe7d99b2eeacf150703505a Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 10 Sep 2008 08:30:43 +0000 Subject: [PATCH] - Add missing function implementations into generic CRT library. svn path=/trunk/; revision=36112 --- reactos/lib/sdk/crt/crt.rbuild | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/reactos/lib/sdk/crt/crt.rbuild b/reactos/lib/sdk/crt/crt.rbuild index 771ca4b4d0c..6890dc50c5f 100644 --- a/reactos/lib/sdk/crt/crt.rbuild +++ b/reactos/lib/sdk/crt/crt.rbuild @@ -45,6 +45,7 @@ matherr.c + chkstk_asm.s prolog.s seh.s unwind.c @@ -103,14 +104,34 @@ + alldiv_asm.s + alldvrm_asm.s + allmul_asm.s + allrem_asm.s + allshl_asm.s + allshr_asm.s + atan_asm.s + aulldiv_asm.s + aulldvrm_asm.s + aullrem_asm.s + aullshr_asm.s + ceil_asm.s + cos_asm.s + fabs_asm.s + floor_asm.s + ftol_asm.s + log_asm.s + log10_asm.s + pow_asm.s + sin_asm.s + sqrt_asm.s + tan_asm.s + atan2.c ci.c exp.c fmod.c ldexp.c - atan_asm.s - pow_asm.s - log10_asm.s