This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/25840] [4.2 Regression] libjava is broken on Linux/x86-64



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]