This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/25840] [4.2 Regression] libjava is broken on Linux/x86-64
- 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: 18 Jan 2006 19:39:06 -0000
- Subject: [Bug libgcj/25840] [4.2 Regression] libjava is broken on Linux/x86-64
- References: <bug-25840-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-18 19:39 -------
(In reply to comment #9)
> Looks at interpret.s
This is a bug in java-signal.h:
# 61 "./include/java-signal.h"
asm ( ".byte 0 # Yes, this really is necessary\n" ".align 16\n" "__"
"restore_rt" ":\n" " movq $" "15" ", %rax\n" " syscall\n" );
There is no .text in the source in the first place so we were just getting
lucky before.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|middle-end |libgcj
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25840