This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix libjava failure on powerpc64-linux


>>>>> Andrew Haley 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. 

Andrew> I don't understand.  This doesn't, as far as I can see, fix any bugs
Andrew> and it introduces a dependency on the kernel version and it even
Andrew> further complicates the libgcj configury.  All for 2.x kernels.

	You asked if we could use rt_sigaction for both ppc32 and ppc64.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]