Skip to content
Snippets Groups Projects
  1. Jul 26, 2015
  2. Oct 08, 2014
  3. May 23, 2013
    • 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: default avatarAlessandro Rubini <rubini@gnudd.com>
      92b23022