mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
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:
parent
7c238e511f
commit
911b9d27ae
4 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,6 @@ RTL_I386_OBJECTS = \
|
||||||
rtl/i386/aulldiv.o \
|
rtl/i386/aulldiv.o \
|
||||||
rtl/i386/aullrem.o \
|
rtl/i386/aullrem.o \
|
||||||
rtl/i386/aullshr.o \
|
rtl/i386/aullshr.o \
|
||||||
rtl/i386/chkstk.o \
|
|
||||||
rtl/i386/float.o \
|
rtl/i386/float.o \
|
||||||
rtl/i386/ftol.o
|
rtl/i386/ftol.o
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@ TARGET_OBJECTS = \
|
||||||
unicode.o \
|
unicode.o \
|
||||||
unicodeprefix.o \
|
unicodeprefix.o \
|
||||||
version.o \
|
version.o \
|
||||||
|
i386/chkstk.o \
|
||||||
i386/exception.o \
|
i386/exception.o \
|
||||||
i386/except.o
|
i386/except.o
|
||||||
|
|
||||||
|
|
|
@ -1400,6 +1400,7 @@ ZwYieldExecution@0
|
||||||
_abnormal_termination
|
_abnormal_termination
|
||||||
_alldiv
|
_alldiv
|
||||||
_allmul
|
_allmul
|
||||||
|
_alloca_probe
|
||||||
_allrem
|
_allrem
|
||||||
_allshl
|
_allshl
|
||||||
_allshr
|
_allshr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue