Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2003 05:21:47 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 mpboot.s
Message-ID:  <200312011321.hB1DLlJJ033337@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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