[Bug libgcj/25840] [4.2 Regression] libjava is broken on Linux/x86-64
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jan 18 19:39:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list