From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11024 invoked by alias); 15 Jul 2012 08:37:47 -0000 Received: (qmail 11014 invoked by uid 22791); 15 Jul 2012 08:37:46 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Jul 2012 08:37:29 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6F8bQRV004880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 15 Jul 2012 04:37:28 -0400 Received: from host2.jankratochvil.net (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6F8bM2c020770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 15 Jul 2012 04:37:24 -0400 Date: Sun, 15 Jul 2012 08:37:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Doug Evans Subject: [obv] testsuite: Fix fission-reread.S regression by me Message-ID: <20120715083720.GA15196@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00200.txt.bz2 Hi Doug, I broke the testcase by patch [patch 1/2] testcase: Make it -m32 compatible [Re: [commit] Fix rereading 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. Sorry, Jan http://sourceware.org/ml/gdb-cvs/2012-07/msg00102.html --- src/gdb/testsuite/ChangeLog 2012/07/13 20:26:10 1.3292 +++ src/gdb/testsuite/ChangeLog 2012/07/15 08:34:55 1.3293 @@ -1,3 +1,9 @@ +2012-07-15 Jan Kratochvil + + Fix a testcase regression by me. + * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be + DW_FORM_data4. + 2012-07-13 Jan Kratochvil Doug Evans --- src/gdb/testsuite/gdb.dwarf2/fission-reread.S 2012/07/02 20:10:48 1.3 +++ src/gdb/testsuite/gdb.dwarf2/fission-reread.S 2012/07/15 08:34:55 1.4 @@ -231,7 +231,7 @@ .uleb128 0x11 /* (DW_AT_low_pc) */ .uleb128 0x1 /* (DW_FORM_addr) */ .uleb128 0x12 /* (DW_AT_high_pc) */ - .uleb128 0x7 /* (DW_FORM_data8) */ + .uleb128 0x6 /* (DW_FORM_data4) */ .uleb128 0x10 /* (DW_AT_stmt_list) */ .uleb128 0x17 /* (DW_FORM_sec_offset) */ .uleb128 0x1b /* (DW_AT_comp_dir) */ @@ -351,7 +351,7 @@ .uleb128 0x11 /* (DW_AT_low_pc) */ .uleb128 0x1f01 /* (DW_FORM_GNU_addr_index) */ .uleb128 0x12 /* (DW_AT_high_pc) */ - .uleb128 0x7 /* (DW_FORM_data8) */ + .uleb128 0x6 /* (DW_FORM_data4) */ .uleb128 0x40 /* (DW_AT_frame_base) */ .uleb128 0x18 /* (DW_FORM_exprloc) */ .byte 0