• Alessandro Rubini's avatar
    softpll-unify: use pp_printf · df523abf
    Alessandro Rubini authored
    This copies over pp_printf from wrpc-sw, builds it, and changes
    trace.h to explicitly call pp_printf. Actually, it also
    define mprintf to pp_printf.
    
    The excplicit call is needed, or the --gc-functions will discard the
    pp_printf code if no object file refers to it.  Later,
    arch/lm32/ram.ld redirects mprintf to pp_printf, but that would be too
    late.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    df523abf
Name
Last commit
Last update
..
arch/lm32 Loading commit data...
dev Loading commit data...
include Loading commit data...
ipc Loading commit data...
pp_printf Loading commit data...
softpll Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
main.c Loading commit data...
spll_defs.h Loading commit data...