From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118101 invoked by alias); 19 Feb 2017 21:28:58 -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 118043 invoked by uid 89); 19 Feb 2017 21:28:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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; Sun, 19 Feb 2017 21:28:56 +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 A30454E4D8; Sun, 19 Feb 2017 21:28:56 +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 v1JLStZb002920; Sun, 19 Feb 2017 16:28:56 -0500 Subject: [PATCH v2 8/8] DWARF-5: NEWS From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Victor Leschuk Date: Sun, 19 Feb 2017 21:28:00 -0000 Message-ID: <148753973408.4016.9679929656422974270.stgit@host1.jankratochvil.net> In-Reply-To: <148753968011.4016.6818202131640662529.stgit@host1.jankratochvil.net> References: <148753968011.4016.6818202131640662529.stgit@host1.jankratochvil.net> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00529.txt.bz2 Hi, a NEWS entry. Jan gdb/ChangeLog 2017-02-19 Jan Kratochvil * NEWS (Changes since GDB 7.12): Add DWARF-5. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index d6adc32..76de00e 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -60,6 +60,9 @@ * Target descriptions can now describe registers for sparc32 and sparc64. +* GDB now supports DWARF version 5 (debug information format). + Its .debug_names index is not yet supported. + * New native configurations FreeBSD/mips mips*-*-freebsd