Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2001 23:24:09 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 exception.s
Message-ID:  <200111100724.fAA7O9F47286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2001/11/09 23:24:09 PST

  Modified files:
    sys/ia64/ia64        exception.s 
  Log:
  Avoid using the .align directive to skip to the next vector offset.
  It doesn't help us catch overflowing vector entries at compile time.
  Instead use the .org directive. The last entry in the IVT doesn't
  strictly need to be limited to 256 bytes, but doing so allows the
  the VHPT to be placed immediately following the IVT without wasting
  any space due to alignment.
  
  Revision  Changes    Path
  1.26      +72 -213   src/sys/ia64/ia64/exception.s

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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