diff options
author | Mark Wielaard <mjw@redhat.com> | 2012-07-24 13:20:41 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2012-07-26 10:19:14 +0200 |
commit | c4010b8194a458d4e12f86c0b05327126199ff60 (patch) | |
tree | 073412bcb8b70e189b3e9e992153eb18b02d3626 /NEWS | |
parent | df9ec3f0ee0fb17ae9d78f8b0d843bf80896d8bb (diff) | |
download | elfutils-c4010b8194a458d4e12f86c0b05327126199ff60.tar.gz |
Correct spelling of DW_LANG_ObjC in dwarf.h.
Fix usage in dwarf_aggregate_size.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Version 0.155 + +libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc). + Any existing sources using the old name will have to be updated. + Version 0.154 libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET. |