This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 2002-04-28's 3.1 branch's libjava won't build onGNU/Linux/sparc
From: Jakub Jelinek <jakub@redhat.com>
Date: Wed, 1 May 2002 13:35:57 +0200
You have copied the magic from libc/sysdeps/sparc/sparc32/sigaction.c
there (like using negative signal number)?
Does it work for sparc64, which only has rt_sigaction, thus needs the
return stub etc.? What about IA-64 (likewise, does have only rt_sigaction,
but doesn't need the return stub)?
Yes, one has to do all of that stuff.
BTW, why do you think just adding dwarf2 unwind info to sigaction
will fix the problem? I believe the issue is simply bypassing
pthreads so it doesn't do "pthreads stuff".