This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Fix libjava32 build on x86-64
- From: Andrew Haley <aph at redhat dot com>
- To: Gwenole Beauchesne <gbeauchesne at mandrakesoft dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 Jan 2003 18:11:18 +0000 (GMT)
- Subject: [PATCH] Fix libjava32 build on x86-64
- Newsgroups: gmane.comp.gcc.patches
- References: <Pine.LNX.4.44.0301222228180.25415-100000@thalys.mandrakesoft.com>
Gwenole Beauchesne writes:
> Hi,
>
> This patch fixes libjava32 build on x86-64 with 3.2-rhl8-branch.
> Interesting bits are only in configure.in. i386-signal.h additions are
> needed if you don't have a glibc recent enough to generate a biarch
> <bits/syscall.h> and/or <bits/syscall.h> doesn't define 32-bit
> sigcontext_struct.
>
> Only one extra failure wrt. to native i686 build/test:
> FAIL: calls run
Can you please tell me what tests now fail, and what tests failed
before this patch.
Thanks,
Andrew.