cvs commit: src/lib/csu/i386-elf crti.S crtn.S

Doug Rabson dfr at FreeBSD.org
Thu May 19 07:31:08 GMT 2005


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


More information about the cvs-src mailing list