a4dcff16c8
function. The purpose of the __eabi() function is to set up the runtime and is called first thing by main(). The runtime is already set up for us prior to caling main, so there's nothing to do for us in the EABI case.
10 lines
256 B
Makefile
10 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS += _ctx_start.S eabi.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
|
|
fpgetsticky.c fpsetmask.c fpsetround.c getcontextx.c \
|
|
infinity.c ldexp.c makecontext.c _setjmp.S \
|
|
setjmp.S sigsetjmp.S signalcontext.c syncicache.c \
|
|
_set_tp.c
|
|
|
|
|