From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19381 invoked by alias); 29 Dec 2006 19:01:08 -0000 Received: (qmail 19371 invoked by uid 22791); 29 Dec 2006 19:01:08 -0000 X-Spam-Check-By: sourceware.org Received: from intrepid.intrepid.com (HELO intrepid.intrepid.com) (192.195.190.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Dec 2006 19:01:06 +0000 Received: from DELORIAN ([10.10.10.10]) by intrepid.intrepid.com (8.13.8/8.13.8) with ESMTP id kBTJ14EV014965 for ; Fri, 29 Dec 2006 11:01:05 -0800 From: "Gary Funck" To: Subject: [commit] improve decode-to-name of additional DWARF 2/DWARF 3 codes Date: Fri, 29 Dec 2006 19:01:00 -0000 Message-ID: <00ea01c72b7b$b80007d0$0a0a0a0a@DELORIAN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <002501c72062$c61b9a10$0a0a0a0a@DELORIAN> 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: 2006-12/txt/msg00348.txt.bz2 2006-12-27 Gary Funck * dwarf2read.c (dwarf_attr_name, dwarf_cfi_name) (dwarf_stack_op_name, dwarf_tag_name) (dwarf_type_encoding_name): Decode additional DWARF 2 and DWARF 3 codes into their corresponding string names. * MAINTAINERS (Write After Approval): Add myself.