This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/20349] [multilib] libjava(32) doesn't build.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2005 05:36:00 -0000
- Subject: [Bug other/20349] [multilib] libjava(32) doesn't build.
- References: <20050306201934.20349.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 05:35 -------
This looks like a bug in your installation of glibc.
#define INIT_SEGV \
do \
{ \
struct old_i386_kernel_sigaction kact; \
kact.k_sa_handler = catch_segv; \
kact.k_sa_mask = 0; \
kact.k_sa_flags = 0x4000000; \
kact.sa_restorer = restore; \
syscall (SYS_sigaction, SIGSEGV, &kact, NULL); \
} \
while (0)
This works on a "native" 32bit compiler with a "native" 32bit glibc.
Can you confirm that this is your bug in your installation of glibc?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20349