cvs commit: src/sys/i386/i386 mpboot.s
Bruce Evans
bde at FreeBSD.org
Mon Dec 1 05:22:10 PST 2003
bde 2003/12/01 05:21:47 PST
FreeBSD src repository
Modified files: (Branch: RELENG_3)
sys/i386/i386 mpboot.s
Log:
Avoid depending on a gas bug, so that this file works when assembled
by current versions of gas that don't have the bug as well as by the
RELENG_3 version. A 32-bit load of %esp in 16-bit mode was mangled.
The current version of gas still produces a different object file due
to related (but harmless) bugs involving bogus operand size prefixes
for segment registers.
Revision Changes Path
1.8.2.2 +2 -1 src/sys/i386/i386/mpboot.s
More information about the cvs-src
mailing list