On Sat, Mar 5, 2011 at 11:08 AM, H.J. Lu <hjl.to...@gmail.com> wrote: > Hi, > > Many x32 bugs are fixed in kernel, glibc, binutils and GCC: > > https://sites.google.com/site/x32abi/ > > The major remaining issues are glibc/gcc testsuite failures, > kernel core dump and signal handler unwind. >
I checked in a kernel patch: http://git.kernel.org/?p=linux/kernel/git/hjl/linux-2.6.37.y.git;a=commitdiff;h=7fd04de9dca8871772d97928c338d4a2eb315c2b and a GCC patch: http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00267.html to fix signal handler unwind. -- H.J.