From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28293 invoked by alias); 7 Apr 2008 23:02:47 -0000 Received: (qmail 28285 invoked by uid 22791); 7 Apr 2008 23:02:47 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Apr 2008 23:02:29 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m37N2RRZ012348 for ; Mon, 7 Apr 2008 19:02:27 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m37N2QV7014945 for ; Mon, 7 Apr 2008 19:02:26 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m37N2OIE031366 for ; Mon, 7 Apr 2008 19:02:25 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.1) with ESMTP id m37N2OYu000684; Tue, 8 Apr 2008 01:02:24 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m37N2Nos000683; Tue, 8 Apr 2008 01:02:23 +0200 Date: Tue, 08 Apr 2008 07:56:00 -0000 From: Jan Kratochvil To: Ulrich Weigand Cc: Alan Modra , Ulrich.Weigand@de.ibm.com, gdb-patches@sources.redhat.com Subject: Re: [patch] dw2-ranges.S non-g GAS crash [Re: spu-as internal error] Message-ID: <20080407230222.GA590@host0.dyn.jankratochvil.net> References: <20080407063027.GA26788@host0.dyn.jankratochvil.net> <200804072256.m37MuAcM023193@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804072256.m37MuAcM023193@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2008-04/txt/msg00143.txt.bz2 On Tue, 08 Apr 2008 00:56:10 +0200, Ulrich Weigand wrote: > Jan Kratochvil wrote: > > > > Has this testcase ever assembled? On any target? I think gas would > > > always have aborted unless you pass -g to gas or supply .file > > > directives. > > > > It was always built just inside `runtest'. > > > > Requesting a commit approval. Verified unpatched GDB still FAILs on it. ... > Do you still think we should add the .file directive, or does the test > case make more sense without it? I think it is not nice the testcase fails to build without `-g' due to an internal error of GAS. I was not aware of it. It is goot to know it is no longer required to be committed. I requested the approval if it cannot conflict in some way with the debug info being generated with `-g' but I doubt so. Regards, Jan