From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21154 invoked by alias); 15 Oct 2009 16:07:35 -0000 Received: (qmail 21145 invoked by uid 22791); 15 Oct 2009 16:07:34 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Thu, 15 Oct 2009 16:07:30 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9FG7St3019811 for ; Thu, 15 Oct 2009 12:07:28 -0400 Received: from stone.twiddle.home (vpn-226-113.phx2.redhat.com [10.3.226.113]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9FG7RJF011819; Thu, 15 Oct 2009 12:07:28 -0400 Message-ID: <4AD748BB.1010905@redhat.com> Date: Thu, 15 Oct 2009 16:27:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] -dA -gdwarf-4 fixes References: <20091015070728.GK14664@tyan-ft48-01.lab.bos.redhat.com> In-Reply-To: <20091015070728.GK14664@tyan-ft48-01.lab.bos.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00991.txt.bz2 On 10/15/2009 12:07 AM, Jakub Jelinek wrote: > * dwarf2out.c (dwarf_tag_name): Handle DW_TAG_rvalue_reference_type > and DW_TAG_template_alias. > (dwarf_attr_name): Handle DW_AT_main_subprogram, > DW_AT_data_bit_offset, DW_AT_const_expr, DW_AT_enum_class, > DW_AT_linkage_name, DW_AT_GNU_guarded_by, DW_AT_GNU_pt_guarded_by, > DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, DW_AT_GNU_locks_excluded, > DW_AT_GNU_exclusive_locks_required, DW_AT_GNU_shared_locks_required > and DW_AT_GNU_odr_signature. > (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc, > DW_FORM_flag_present and DW_FORM_ref_sig8. > (output_signature): Only print name on the first byte. > (output_die): Likewise for dw_val_class_data8. > > * include/dwarf2.h (DW_LANG_Python): Add comment that it is > a DWARF 4 addition. Ok. r~