This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix libjava failure on powerpc64-linux
>>>>> Andrew Haley writes:
Andrew> David Edelsohn writes:
>> >>>>> Alan Modra writes:
>>
>> >> Can we not use rt_sigaction for both 32- and 64-bit processes?
>>
Alan> Yes. Hmm, maybe not. Early 2.x kernels supported ppc32 but didn't have
Alan> rt_sigaction.
>>
>> Can we test for Linux kernel version or libc version instead
>> of ppc32 versus ppc64?
Andrew> What bug would that fix?
Not having different rt_sigaction versus sigation for ppc64 versus
ppc32.
David