• Alessandro Rubini's avatar
    check-error: new file, to catch undesired function calls · 92b23022
    Alessandro Rubini authored
    We don't want to call the real printf, which brings in the whole of
    newlib, but it sometimes happen. So let's diagnose the problem
    immediately rather than letting users wonder what is wrong with the
    size.
    
    Similarly, if building under ppsi, ensure we are not calling libgcc
    division functions: any 64-bit division my be done with __div64_32
    offered by ppsi/lib (copied from the kernel).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    92b23022
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ a4492d5b
ptp-noposix @ 2e46712e
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...