From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8225 invoked by alias); 13 May 2003 23:36:49 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8216 invoked from network); 13 May 2003 23:36:48 -0000 Received: from unknown (HELO sccrmhc03.attbi.com) (204.127.202.63) by sources.redhat.com with SMTP; 13 May 2003 23:36:48 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by attbi.com (sccrmhc03) with ESMTP id <2003051323364800300h275le>; Tue, 13 May 2003 23:36:48 +0000 Received: by lucon.org (Postfix, from userid 1000) id F1BD62C681; Tue, 13 May 2003 16:36:47 -0700 (PDT) Date: Tue, 13 May 2003 23:36:00 -0000 From: "H. J. Lu" To: gcc@gcc.gnu.org Subject: libjava failed to build on ia64 Message-ID: <20030513163647.B21871@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2003-05/txt/msg01377.txt.bz2 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::()': /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.