Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 07:31:06 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/csu/i386-elf crti.S crtn.S
Message-ID:  <200505190731.j4J7V6kT006579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2005-05-19 07:31:06 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/i386-elf     crti.S crtn.S 
  Log:
  Keep the stack aligned to a 16 byte boundary when calling init functions
  so that we don't cause a bus error if they start storing SSE math stuff
  on the stack.
  
  MFC After: 1 week
  
  Revision  Changes    Path
  1.7       +2 -0      src/lib/csu/i386-elf/crti.S
  1.6       +2 -0      src/lib/csu/i386-elf/crtn.S



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