1. 07 Mar, 2013 1 commit
    • Alessandro Rubini's avatar
      diag: kill PPSI_NO_DIAG and diag-no · cfd0d8a0
      Alessandro Rubini authored
      Really, this is an extrac complexity with no advantage (did we ever
      use it?)  If users really want a small system they can choose the NONE
      implementation of pp_printf.  The extra half a kilobyte saved by diag-no
      is really not worth the effort:
      
      % make clean; make -s ARCH=bare-i386 CONFIG_PRINTF_NONE=y
      % size ppsi.o
         text    data     bss     dec     hex filename
        10323     208     264   10795    2a2b ppsi.o
      
      % make clean; make -s ARCH=bare-i386 CONFIG_PRINTF_NONE=y PPSI_NO_DIAG=y
      % size ppsi.o
         text    data     bss     dec     hex filename
         9792     208     264   10264    2818 ppsi.o
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      cfd0d8a0
  2. 05 Mar, 2013 15 commits
  3. 04 Mar, 2013 17 commits
  4. 02 Mar, 2013 7 commits