This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libjava failed to build on ia64
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 13 May 2003 16:36:47 -0700
- Subject: libjava failed to build on ia64
As of Tue May 13 14:38:59 PDT 2003, gcc mainline failed in libjava:
gnu/java/locale/.libs/LocaleInformation_en_PH.o(.text+0x52): In function
`gnu::java::locale::LocaleInformation_en_PH::<clinit>()':
/net/gnu/export/gnu/src/gcc/gcc/libjava/gnu/java/locale/LocaleInformation_en_PH.java:47:
relocation truncated to fit: GPREL22 .text
collect2: ld returned 1 exit status
make[5]: *** [libgcj.la] Error 1
I am not sure if it is the right usage of LTOFF22X
0000000000000050
<_ZN3gnu4java6locale23LocaleInformation_en_PH18__U3c_clinit__U3e_Ev>:
50: 08 30 ae 50 80 05 [MMI] alloc r70=ar.pfs,43,40,0
52: LTOFF22X .data.rel.local
56: c0 00 32 7c 46 00 adds r12=-192,r12
5c: 04 08 00 90 addl r32=0,r1
60: 09 08 02 02 00 24 [MMI] addl r65=0,r1
60: LTOFF22X
_ZN3gnu4java6locale23LocaleInformation_en_PH16decimalSeparatorE
61: LTOFF22X
_ZN3gnu4java6locale23LocaleInformation_en_PH17groupingSeparatorE
62: LTOFF22X
_ZN3gnu4java6locale23LocaleInformation_en_PH12numberFormatE
66: 20 04 04 00 48 60 addl r66=0,r1
6c: 08 08 00 90 addl r67=0,r1;;
H.J.