[CRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 14 Oct 2011 08:33:22 +0000 (08:33 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 14 Oct 2011 08:33:22 +0000 (08:33 +0000)
commite3a81ccca5253a57d3512acac805a89ddbc7a600
tree6faf7aad2a0ee86cfb9fae25ddaf087d61e09563
parent38ed2303d838f15cfcf680bc9efccbf7feb71969
[CRT]
- Remove _fltused from alldiv_asm.s / mscmain.c and use fltused.c instead.
- Remove amd64/alldiv.S
- Implement amd64 ceil, ceilf with sse
[NTOSKNRL]
- Fix amd64 exports
[ASM]
- Fix amd64 asm files to conform to the new syntax

svn path=/trunk/; revision=54131
27 files changed:
reactos/boot/freeldr/bootsect/ext2.S
reactos/dll/win32/kernel32/client/amd64/fiber.S
reactos/lib/rtl/amd64/except_asm.S
reactos/lib/rtl/amd64/rtlmem.S
reactos/lib/sdk/crt/crt.cmake
reactos/lib/sdk/crt/except/amd64/chkstk_asm.s
reactos/lib/sdk/crt/except/amd64/seh.s
reactos/lib/sdk/crt/float/amd64/clearfp.S
reactos/lib/sdk/crt/float/amd64/fpreset.S
reactos/lib/sdk/crt/float/amd64/getsetfpcw.S
reactos/lib/sdk/crt/float/amd64/logb.S
reactos/lib/sdk/crt/libcntpr.cmake
reactos/lib/sdk/crt/math/amd64/alldiv.S [deleted file]
reactos/lib/sdk/crt/math/amd64/ceil.S
reactos/lib/sdk/crt/math/amd64/ceilf.S
reactos/lib/sdk/crt/math/amd64/floor.S
reactos/lib/sdk/crt/math/amd64/floorf.S
reactos/lib/sdk/crt/math/i386/alldiv_asm.s
reactos/lib/sdk/crt/misc/fltused.c
reactos/lib/sdk/crt/msvcrtex.cmake
reactos/lib/sdk/crt/setjmp/amd64/setjmp.s
reactos/lib/sdk/crt/startup/mscmain.c
reactos/ntoskrnl/include/internal/amd64/mm.h
reactos/ntoskrnl/ke/amd64/boot.S
reactos/ntoskrnl/ke/amd64/thrdini.c
reactos/ntoskrnl/ke/amd64/trap.S
reactos/ntoskrnl/ntoskrnl.spec