diff options
author | Petr Machata <pmachata@redhat.com> | 2015-03-18 19:42:02 +0100 |
---|---|---|
committer | Petr Machata <pmachata@redhat.com> | 2015-03-31 19:01:40 +0200 |
commit | 7f617347794f7d57f69d08f38c00f3f6ad221a56 (patch) | |
tree | 0c72ce8e93adc854c7d8a3ed44446e0ef21af78c /NEWS | |
parent | 5370bb0a6492cb4669c8375e53748a4303997ed7 (diff) | |
download | elfutils-7f617347794f7d57f69d08f38c00f3f6ad221a56.tar.gz |
Publish known-dwarf.h
- Make the macro names properly scoped (DWARF_ALL_KNOWN_* and
DWARF_ONE_KNOWN_*).
- Simplify the calling convention: don't keep track of the comment
associated with the enumerator, always use the non-_DESC
DWARF_ONE_KNOWN_* callback.
- Install known-dwarf.h alongside libdw.h and others.
Signed-off-by: Petr Machata <pmachata@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Version 0.162 + +libdw: Install new header elfutils/known-dwarf.h. + Version 0.161 libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses |