Date: Wed, 16 Feb 2011 18:05:10 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c Message-ID: <201102161805.p1GI5R2O006406@repoman.freebsd.org>
index | next in thread | raw e-mail
imp 2011-02-16 18:05:10 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/boot2 boot2.c
Log:
SVN rev 218745 on 2011-02-16 18:05:10Z by imp
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.92 +1 -18 src/sys/boot/i386/boot2/boot2.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102161805.p1GI5R2O006406>
