From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17852 invoked by alias); 4 Mar 2006 15:07:22 -0000 Received: (qmail 17731 invoked by uid 22791); 4 Mar 2006 15:07:21 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 04 Mar 2006 15:07:21 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FFYLn-0005Z1-6K; Sat, 04 Mar 2006 10:07:19 -0500 Date: Mon, 06 Mar 2006 15:18:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: add support for =?iso-8859-1?Q?`S?= =?iso-8859-1?Q?=B4?= augmentation in dwarf2 debug info Message-ID: <20060304150719.GD20187@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00101.txt.bz2 Message-ID: <20060306151800.hEUQOygtdqCHRzXQ9NN9ebWrzOvS0BHxQOIsfBeUclI@z> On Fri, Mar 03, 2006 at 12:18:43PM -0300, Alexandre Oliva wrote: > This patch introduces code to recognize and take advantage of the "S" > augmentation, but makes no effort to remove existing machine-specific > code. The testcase probably already worked without the change, but > it's good to have it there to avoid regressions when someone decides > to experiment with taking code out. Is that enough justification for such a nasty testcase? And it's going to need more work over time; for instance, old assemblers or libgccs will fail to build it, producing a noisy ERROR. -- Daniel Jacobowitz CodeSourcery