From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2787 invoked by alias); 27 Aug 2003 04:44:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2780 invoked from network); 27 Aug 2003 04:44:47 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 27 Aug 2003 04:44:47 -0000 Received: from prospero.boston.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h7R4ilK21815; Wed, 27 Aug 2003 00:44:47 -0400 Received: by prospero.boston.redhat.com (Postfix, from userid 4046) id 3BEA3F8C81; Wed, 27 Aug 2003 00:44:56 -0400 (EDT) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: trivial PATCH to dwarf2read.c:dwarf_attr_name From: Jason Merrill In-Reply-To: <3F4C2BFA.9000108@redhat.com> (Andrew Cagney's message of "Tue, 26 Aug 2003 23:56:42 -0400") References: <3F4C2BFA.9000108@redhat.com> Date: Wed, 27 Aug 2003 04:44:00 -0000 Message-ID: User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00471.txt.bz2 On Tue, 26 Aug 2003 23:56:42 -0400, Andrew Cagney wrote: >> I'm checking this in under the obvious rule; DW_AT_MIPS_linkage_name is >> used on all targets. >> 2003-08-26 Jason Merrill >> * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name >> case out of #ifdef MIPS block. >> > > Jason, exactly what prompted the change? In particular which GCC? I don't remember. I think it's been in my local tree for years. It's quite likely that I just noticed it. Jason