From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2605 invoked by alias); 8 Aug 2013 14:40:27 -0000 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 Received: (qmail 2576 invoked by uid 89); 8 Aug 2013 14:40:26 -0000 X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 08 Aug 2013 14:40:26 +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 r78EeICr003842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Aug 2013 10:40:18 -0400 Received: from host2.jankratochvil.net (ovpn-116-36.ams2.redhat.com [10.36.116.36]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r78EeEYw015421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 8 Aug 2013 10:40:17 -0400 Date: Thu, 08 Aug 2013 14:40:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: dwz.exp testsuite error on 32-bit targets [Re: [PATCH v2 2/5] fix recursively_compute_inclusions and add dwz test case] Message-ID: <20130808144014.GA8634@host2.jankratochvil.net> References: <1375904695-27787-1-git-send-email-tromey@redhat.com> <1375904695-27787-3-git-send-email-tromey@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375904695-27787-3-git-send-email-tromey@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-08/txt/msg00241.txt.bz2 On Wed, 07 Aug 2013 21:44:52 +0200, Tom Tromey wrote: > * gdb.dwarf2/dwz.exp: New file. With 32-bit targets +Running gdb/testsuite/gdb.dwarf2/dwz.exp ... +gdb compile failed, /gdb/testsuite.unix.-m32/gdb.dwarf2/dwz.S: Assembler messages: +/gdb/testsuite.unix.-m32/gdb.dwarf2/dwz.S:13: Error: cannot represent relocation type BFD_RELOC_64 +/gdb/testsuite.unix.-m32/gdb.dwarf2/dwz.S:14: Error: cannot represent relocation type BFD_RELOC_64 on lines: .8byte main .8byte main + 10 so either testcase should be skipped on 32-bit targets or rather I guess it needs a fix in Dwarf::assemble. Jan