From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26250 invoked by alias); 15 Jul 2012 18:21:31 -0000 Received: (qmail 26240 invoked by uid 22791); 15 Jul 2012 18:21:29 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Jul 2012 18:21:15 +0000 Received: by vcbfl10 with SMTP id fl10so3866740vcb.0 for ; Sun, 15 Jul 2012 11:21:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=lbsol+M7eF7r2AXb7X4xcS0Mu9gka1wmRyHrovEzJeg=; b=dYxGXb1qh0MpBpPYVqs6wKsIATeXGQ1Owh+wBi9nbZjDNhvuTvfkj2UqFuxxRySqne HFJspjuXhN1HZo9qGh8JZ6Rj4GIxouSe001w4XI+eHrHChqXOxbkgbaMNfPAHT7qVpUd qHeyCMzLzVJev96q2ZOW1C+eAVBBsDdKUBT7rQWhgvmLKtsoMj1GIxnF2S2BaD2jO9Es Xrvaf1AFr9KpzEjw53xq15hs3rHyJFDLHwNaJ8FA1h1LPnOwFwTU2dzgzB4m4f+kudR6 AkU+C24yuefk03fZ3YqpakE+zu8uC/obUzdsk0IPL5OSSfsl4kX/WlCr06WvErvvMRPV pUjQ== Received: by 10.220.107.136 with SMTP id b8mr4015513vcp.17.1342376474662; Sun, 15 Jul 2012 11:21:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.107.136 with SMTP id b8mr4015508vcp.17.1342376474585; Sun, 15 Jul 2012 11:21:14 -0700 (PDT) Received: by 10.52.157.4 with HTTP; Sun, 15 Jul 2012 11:21:14 -0700 (PDT) In-Reply-To: <20120715083720.GA15196@host2.jankratochvil.net> References: <20120715083720.GA15196@host2.jankratochvil.net> Date: Sun, 15 Jul 2012 18:21:00 -0000 Message-ID: Subject: Re: [obv] testsuite: Fix fission-reread.S regression by me From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQnhvHwAOeC9GS2DAr3+iQ6ariTMiMzx+XTCVZd4n5wKhfmAoc8Zu1yMCssJ6e1vQM4VRNpWEzZRdh+FKL8cdB0S8FHA2XNSC19pb2Nx7u6wccQwVWRokbOyw7LKQtnlu48EzYBoFxeZWNFwN5+R/gzPhzvIcJeCEL2ZqaZ1OiGotehYlc0mcR//yfFicsE4IPtCuByu X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00201.txt.bz2 On Sun, Jul 15, 2012 at 1:37 AM, Jan Kratochvil wrote: > Hi Doug, > > I broke the testcase by patch > [patch 1/2] testcase: Make it -m32 compatible [Re: [commit] Fix r= ereading of DWO DIEs] > http://sourceware.org/ml/gdb-patches/2012-07/msg00009.html > > The testcase itself usually PASSes but sometimes it does not. It is more > clear with 'readelf -wi': > <7b> DW_AT_frame_base : 97 byte block: 7a 0 1 7 19 8b 7e ac ce f1 = 22 90 2 fb 1 0 0 0 0 0 0 0 0 0 0 0 0 0 51 cd 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0= 0 0 0 0 0 0 0 0 0 0 0 0 0 0 (DW_OP_breg10 (r10): 0; (Unknown location = op)) > > Checked in. Thanks. No worries.