I have been complaining to spender over and over why no 64bit binaries worked on my SPARC64 machine, well I figured it out:
mike@faders:~$ gcc test.c -o test -m64
mike@faders:~$ ./test
Segmentation fault
mike@faders:~$ /sbin/chpax -pmxrs test
mike@faders:~$ ./test
hello world
mike@faders:~$
So basically, whats up with PaX and sparc64? I did a chpax on my gradm binary, and that works beautifully, so I am happy as can be.
Mike