summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-10-22 19:18:51 +0200
committerMark Wielaard <mjw@redhat.com>2016-11-10 12:08:34 +0100
commitee38b26dc14f52eb8596e638776319ebc4213d36 (patch)
treed387182c6240845c1a36d6e3882bd5957adea8fd /NEWS
parenta3cc8182b2ae05290b0eafa74b70746d7befc0e4 (diff)
downloadelfutils-ee38b26dc14f52eb8596e638776319ebc4213d36.tar.gz
libdw: Correct spelling of DW_LANG_PLI in dwarf.h.
The name used in the standard and other DWARF implementations for Programming Language One, PL/I, is DW_LANG_PLI (not DW_LANG_PL1). Fix usage in dwarf_aggregate_size. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 599970b9..b2d2ffa3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.168
+
+libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
+
Version 0.167
libasm: Add eBPF disassembler for EM_BPF files.