This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils commit] [binutils patch] DWARF-5: readelf: .debug_names


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]