move chkstk.s from ntdll to rtl because _alloca_probe needs to be exported by ntoskrnl as well

svn path=/trunk/; revision=14379
This commit is contained in:
Thomas Bluemel 2005-03-29 14:27:46 +00:00
parent 7c238e511f
commit 911b9d27ae
4 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,6 @@ RTL_I386_OBJECTS = \
rtl/i386/aulldiv.o \
rtl/i386/aullrem.o \
rtl/i386/aullshr.o \
rtl/i386/chkstk.o \
rtl/i386/float.o \
rtl/i386/ftol.o

View file

@ -46,6 +46,7 @@ TARGET_OBJECTS = \
unicode.o \
unicodeprefix.o \
version.o \
i386/chkstk.o \
i386/exception.o \
i386/except.o

View file

@ -1400,6 +1400,7 @@ ZwYieldExecution@0
_abnormal_termination
_alldiv
_allmul
_alloca_probe
_allrem
_allshl
_allshr