From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21246 invoked by alias); 28 Oct 2010 02:52:23 -0000 Received: (qmail 21236 invoked by uid 22791); 28 Oct 2010 02:52:22 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Oct 2010 02:52:19 +0000 Received: by gxk3 with SMTP id 3so630059gxk.0 for ; Wed, 27 Oct 2010 19:52:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.15.17 with SMTP id j17mr4754031ica.266.1288234337189; Wed, 27 Oct 2010 19:52:17 -0700 (PDT) Received: by 10.231.200.13 with HTTP; Wed, 27 Oct 2010 19:52:17 -0700 (PDT) In-Reply-To: References: Date: Thu, 28 Oct 2010 02:52:00 -0000 Message-ID: Subject: About break-interp.exp in GDB's testsuite From: Xingxing Pan To: gdb Content-Type: text/plain; charset=ISO-8859-1 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/msg00113.txt.bz2 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 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