Accepting request 49603 from home:jones_tony:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/49603
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=20
This commit is contained in:
Tony Jones
2010-09-30 22:40:32 +00:00
committed by Git OBS Bridge
parent 86ad4ecc37
commit 5ef0950c3f
7 changed files with 119 additions and 55 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Sep 18 00:00:44 UTC 2010 - tonyj@novell.com
- Update to 0.149
- Upstream changelog
- libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf and
dwfl_build_id_find_debuginfo close fd on success
- readelf: Use symbolic printing for FDE initial_location address
- readelf: Print .debug_loc/.debug_ranges with cognizance of actual DIE
pointers into them.
- readelf: Fix crash in .debug_loc with garbage data.
- readelf: Fix DW_OP_call_ref printing for version 2 CUs.
- Handle DW_OP_GNU_implicit_pointer.
- Add dwfl_dwarf_line, addr2line -F to print out more line info bits.
- Add missing size entries for ELF_T_LIB and ELF_T_GNUHASH.
- Fix dwarf_formref_die DW_FORM_ref_sig8 hash table insertion.
- Consider .gdb_index as a debugging section
- Misc intendation, typo, translation and cleanup fixes
-------------------------------------------------------------------
Mon Sep 13 11:32:58 UTC 2010 - coolo@novell.com