From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30832 invoked by alias); 28 Oct 2010 12:45:13 -0000 Received: (qmail 30822 invoked by uid 22791); 28 Oct 2010 12:45:12 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Oct 2010 12:45:08 +0000 Received: (qmail 16300 invoked from network); 28 Oct 2010 12:45:06 -0000 Received: from unknown (HELO ?10.155.2.131?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Oct 2010 12:45:06 -0000 Subject: Re: About break-interp.exp in GDB's testsuite From: Yao Qi To: Xingxing Pan Cc: gdb In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 28 Oct 2010 12:45:00 -0000 Message-ID: <1288269905.1793.123.camel@yaolp> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00122.txt.bz2 On Thu, 2010-10-28 at 10:52 +0800, Xingxing Pan wrote: > Hi. > > I'm porting GDB 7.2 to an ARM similar architecture. When running the > break-interp.exp, I got the following failure. > > FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: > BINprelinkYESdebugNOpieYES: reach-dlmain: Seen displacement message as > ZERO Large number of failures of break-interp.exp was fixed recently (after GDB 7.2 release) by Jan and Ulrich. Please try GDB CVS trunk. You can also try linaro gdb-7.2-2010.10-0, which is based on GDB 7.2 release and with some ARM bugs fixes. https://launchpad.net/gdb-linaro > > It seems a zero PIE displacement is expected. But I'm not familiar > with the loading process. Could you guys give me some hint what the problem > might be? > > Thanks a lot. > > forandom -- Yao Qi CodeSourcery