freebsd-dev/sys/boot/i386/boot2
David E. O'Brien c8e02dfe73 Add -fdata-sections, which is a new GCC 2.95 optimization. Remove
-fschedule-insns as it wasn't such a big win with 2.95 after all.

Add the *BIG* win "-mpreferred-stack-boundary=2" optimiztion submitted by
Dima.  GCC 2.95 ensures the stack frame is always properly [opitimally]
aligned by surrounding every function call by code simular to
"addl $-12, %esp" / "addl $12, %esp".  Here we need the reduction in space,
with speed not an issue.
1999-11-15 04:23:40 +00:00
..
boot1.m4 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
boot1.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
boot1.S $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
boot2.c Return this file to its pre-spammed version. Thanks to some new compiler 1999-11-14 22:17:06 +00:00
lib.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile Add -fdata-sections, which is a new GCC 2.95 optimization. Remove 1999-11-15 04:23:40 +00:00
sio.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sio.S $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00