From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15405 invoked by alias); 25 Feb 2011 08:29:51 -0000 Received: (qmail 15396 invoked by uid 22791); 25 Feb 2011 08:29:50 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_GD,TW_SM,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; Fri, 25 Feb 2011 08:29:41 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1P8THCP021693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 25 Feb 2011 03:29:17 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p1P8TFdd000475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Feb 2011 03:29:16 -0500 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p1P8TEFa030046; Fri, 25 Feb 2011 09:29:14 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p1P8TDVE030038; Fri, 25 Feb 2011 09:29:13 +0100 Date: Fri, 25 Feb 2011 08:36:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Edjunior Barbosa Machado Subject: Re: [RFA] dw2-ranges.exp: Build dw2-ranges3.S with -gdwarf-2 (not -gstabs) Message-ID: <20110225082913.GA25475@host1.dyn.jankratochvil.net> References: <1297920803-15681-1-git-send-email-brobecker@adacore.com> <20110217064123.GA21625@host1.dyn.jankratochvil.net> <20110217065658.GD15527@adacore.com> <20110217222107.GA9686@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110217222107.GA9686@host1.dyn.jankratochvil.net> 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: 2011-02/txt/msg00743.txt.bz2 On Thu, 17 Feb 2011 23:21:07 +0100, Jan Kratochvil wrote: > 2011-02-17 Jan Kratochvil > > * gdb.dwarf2/dw2-ranges.S: Rename to ... > * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C. > * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled. > Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and > asmfile3. Comment the STABS (#3) file compilation. Compile > everything through assembler. Provide KFAIL for symtab/12497. > * gdb.dwarf2/dw2-ranges2.S: Rename to ... > * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C. > * gdb.dwarf2/dw2-ranges3.S: Rename to ... > * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C. Checked in: http://sourceware.org/ml/gdb-cvs/2011-02/msg00190.html Thanks, Jan