From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16109 invoked by alias); 20 Feb 2017 20:08:49 -0000 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 Received: (qmail 16034 invoked by uid 89); 20 Feb 2017 20:08:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,TRACKER_ID autolearn=no version=3.3.2 spammy=Hx-languages-length:407 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 Feb 2017 20:08:47 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 555AB7E9D0; Mon, 20 Feb 2017 20:08:47 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-221.ams2.redhat.com [10.36.116.221]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1KK8in5019363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Feb 2017 15:08:46 -0500 Date: Mon, 20 Feb 2017 20:08:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Victor Leschuk Subject: [commit] [PATCH v2 6/8] DWARF-5: Macros Message-ID: <20170220200842.GF24098@host1.jankratochvil.net> References: <148753968011.4016.6818202131640662529.stgit@host1.jankratochvil.net> <148753972032.4016.15318618646254872658.stgit@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <148753972032.4016.15318618646254872658.stgit@host1.jankratochvil.net> User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00553.txt.bz2 On Sun, 19 Feb 2017 22:28:40 +0100, Jan Kratochvil wrote: > gdb/ChangeLog > 2017-02-11 Jan Kratochvil > > * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*. > (dwarf_parse_macro_header): Accept DWARF version 5. > (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*. 0af92d6069f5c43f0090b78d4cb8fda7d9861b22 Jan