NetBSD-Bugs archive

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

re: xsrc/44159: startx fails w/ recent xsrc changes in -current



The following reply was made to PR xsrc/44159; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: bch%methodlogic.net@localhost
Cc: xsrc-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost, gnats-bugs%NetBSD.org@localhost
Subject: re: xsrc/44159: startx fails w/ recent xsrc changes in -current
Date: Wed, 01 Dec 2010 19:51:40 +1100

 this seems to be a GCC codegen problem.
 
 the function _pixman_implementation_create_sse2() generates code
 that, given a correctly aligned stack upon entry, will call SSE2
 insns expecting 16 byte alignment, with an 8 byte aligned value
 in %rbp.
 
 i think the right solution for now is to simply disable the SSE2
 support on amd64 until we have a fixed compiler.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index