From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9873 invoked by alias); 4 Sep 2005 04:07:30 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9235 invoked by uid 22791); 4 Sep 2005 04:07:25 -0000 Received: from mail-out2.fuse.net (HELO smtp2.fuse.net) (216.68.8.175) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 04 Sep 2005 04:07:24 +0000 Received: from gx4.fuse.net ([216.196.213.211]) by smtp2.fuse.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050904040721.SCZN16829.smtp2.fuse.net@gx4.fuse.net>; Sun, 4 Sep 2005 00:07:21 -0400 Received: from dellpi.pinski.fam ([216.196.213.211]) by gx4.fuse.net (InterMail vG.1.02.00.02 201-2136-104-102-20041210) with ESMTP id <20050904040720.TPIC23880.gx4.fuse.net@dellpi.pinski.fam>; Sun, 4 Sep 2005 00:07:20 -0400 Received: from [10.0.0.80] (zhivago.i.pinski.fam [10.0.0.80]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id j8447HDk032232; Sun, 4 Sep 2005 00:07:17 -0400 (EDT) In-Reply-To: <20050904032523.30949.qmail@sourceware.org> References: <20050831205412.23662.ngmlinux@gmail.com> <20050904032523.30949.qmail@sourceware.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1c8a16942a238c354e8f1f2a5bfbd4d6@physics.uc.edu> Content-Transfer-Encoding: 7bit Cc: gcc-bugs@gcc.gnu.org From: Andrew Pinski Subject: Re: [Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target Date: Sun, 04 Sep 2005 04:07:00 -0000 To: gcc-bugzilla@gcc.gnu.org X-SW-Source: 2005-09/txt/msg00403.txt.bz2 List-Id: On Sep 3, 2005, at 11:25 PM, ngmlinux at gmail dot com wrote: > > ------- Additional Comments From ngmlinux at gmail dot com 2005-09-04 > 03:25 ------- > Ok after recompiling the static HelloWorld.exe with the patched > toolchain the > following happens upon execution on the target: > > ===code================================================================ > ========== > [root@ARMCore test]$ ./HelloWorld.exe > HelloWorld.exe: dl-runtime.c:72: fixup: Assertion `((reloc->r_info) & > 0xff) == > 22' failed. > Aborted > ======================================================================= > ========== This is a glibc bug in the dynamic loader. Try a newer glibc. -- Pinski