This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[binutils commit] [binutils patch] DWARF-5: readelf: .debug_names
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: binutils at sourceware dot org, gdb-patches at sourceware dot org
- Date: Sun, 2 Jul 2017 22:17:21 +0200
- Subject: [binutils commit] [binutils patch] DWARF-5: readelf: .debug_names
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jan dot kratochvil at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com AA066E1F04
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AA066E1F04
- References: <20170526181552.GA15442@host1.jankratochvil.net> <8d6d8339-8fbe-9ac1-5e97-84fcbd264215@redhat.com> <20170610071349.GA13161@host1.jankratochvil.net> <ed7aa65d-5f0b-8c46-7783-4a7cfb23163f@redhat.com>
On Mon, 12 Jun 2017 11:56:14 +0200, Nick Clifton wrote:
> Fair enough - but please could you add a comment to this effect so that future
> readers of the code do wonder about the version check.
+ /* Prior versions did not exist, and future versions may not be
+ backwards compatible. */
+ if (dwarf_version != 5)
Checked in:
613643582c4f6145063fe1522d57bd01fe7bba02
Jan