From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8899 invoked by alias); 4 Sep 2003 17:22:52 -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 8892 invoked from network); 4 Sep 2003 17:22:51 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 4 Sep 2003 17:22:51 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5ADEB2B7F; Thu, 4 Sep 2003 13:22:52 -0400 (EDT) Message-ID: <3F5774EC.8070807@redhat.com> Date: Thu, 04 Sep 2003 17:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Merrill Cc: gdb-patches@sources.redhat.com Subject: Re: trivial PATCH to dwarf2read.c:dwarf_attr_name References: <3F4C2BFA.9000108@redhat.com> <3F4CC452.1060100@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00041.txt.bz2 > The only rationale I have is that GCC emits DW_AT_MIPS_linkage_name on all > targets, so gdb should recognize it on all targets. > > This isn't something that would affect normal operation--dwarf_attr_name is > only used by dump_die, which is only called when there's some sort of > internal error. I probably just noticed this in a grep for > DW_AT_MIPS_linkage_name while I was working on something else. Ok, can you add this as a comment then? Andrew