DragonFly BSD
DragonFly commits List (threaded) for 2011-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: csu x86_64 - properly align stack


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Jul 2011 02:12:29 -0700 (PDT)

commit c7a4cde72d531a700a01278b1a3596efd362767d
Author: Alex Hornung <ahornung@gmail.com>
Date:   Sat Jul 30 09:04:14 2011 +0100

    csu x86_64 - properly align stack
    
     * Properly align the stack for the _init and _fini function calls
       as expected by the x86_64 ABI and gcc.
    
     * This solves a bus error (unaligned MOVDQA) with pixman and some
       other stuff using SSE.

Summary of changes:
 lib/csu/x86_64/crti.S |    2 ++
 lib/csu/x86_64/crtn.S |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7a4cde72d531a700a01278b1a3596efd362767d


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]