This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Ping: java: Align data in .rodata.jutf8.* sections.
- From: David Daney <ddaney at caviumnetworks dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 30 Apr 2010 10:58:56 -0700
- Subject: Ping: java: Align data in .rodata.jutf8.* sections.
So it has been a little while since I sent this patch:
http://gcc.gnu.org/ml/java-patches/2009-q1/msg00044.html
I still think it is a good idea, and would re-test it on the trunk.
This problem recently hit the gold linker, which was subsequently fixed
so that it doesn't crash:
http://sourceware.org/ml/binutils/2010-04/msg00089.html
But that doesn't negate the fact that gcj is emitting defective
.rodata.jutf8.* sections.
David Daney