SP8EBC-ParaTNC/system/src/newlib
Mateusz Lubecki a344f98209 First public relase 2017-08-20 14:41:17 +02:00
..
README.txt First public relase 2017-08-20 14:41:17 +02:00
_cxx.cpp First public relase 2017-08-20 14:41:17 +02:00
_exit.c First public relase 2017-08-20 14:41:17 +02:00
_sbrk.c First public relase 2017-08-20 14:41:17 +02:00
_startup.c First public relase 2017-08-20 14:41:17 +02:00
_syscalls.c First public relase 2017-08-20 14:41:17 +02:00
assert.c First public relase 2017-08-20 14:41:17 +02:00

README.txt

The following files extend or replace some of the the newlib functionality:

_startup.c: a customised startup sequence, written in C

_exit.c: a customised exit() implementation

_syscalls.c: local versions of the libnosys/librdimon code

_sbrk.c: a custom _sbrk() to match the actual linker scripts

assert.c: implementation for the asserion macros

_cxx.cpp: local versions of some C++ support, to avoid references to 
	large functions.