Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2011 13:22:13 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/boot2 boot2.c
Message-ID:  <201107261322.p6QDMRFU073073@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-07-26 13:22:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/boot/i386/boot2  boot2.c 
  Log:
  SVN rev 224433 on 2011-07-26 13:22:13Z by marius
  
  MFC: r218745
  
  Remove reading of symbols from a.out loaded files.  Since we are tight
  on space for clang and a.out support is only needed for /boot/loader,
  they are excess bytes that serve no useful purpose other than to
  support really old kernels (FreeBSD < 3.2 or so).  Prefer clang
  support over support for these old kernels and remove this code.  We
  gain about 100 bytes of space this way.
  
  Reviewed by:    rdivacky@
  
  Revision  Changes    Path
  1.83.2.9  +1 -18     src/sys/boot/i386/boot2/boot2.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107261322.p6QDMRFU073073>