SHA256
6
0
forked from pool/elfutils

Accepting request 68667 from home:namtrac:branches:Base:System

- Update to 0.152
- Upstream changelog:
  0.152
  - Various build and warning nits fixed for newest GCC and Autoconf.
  - libdwfl: Yet another prelink-related fix for another regression.
    Look for Linux kernel images in files named with compression suffixes.
  - elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
    New flag -l/--verbose to print all differences.
   0.151
   - libdwfl: Fix for more prelink cases with separate debug file.
   - strip: New flag --strip-sections to remove section headers entirely.
   0.150
   - libdw: Fix for handling huge .debug_aranges section.
   - libdwfl: Fix for handling prelinked DSO with separate debug file.
   - findtextrel: Fix diagnostics to work with usual section ordering.
   - libebl: i386 backend fix for multi-register integer return value location.

OBS-URL: https://build.opensuse.org/request/show/68667
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=22
This commit is contained in:
Cristian Rodríguez
2011-04-28 14:06:03 +00:00
committed by Git OBS Bridge
parent 17c96bbe2e
commit 48a457cc25
7 changed files with 213 additions and 127 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Apr 28 11:12:54 UTC 2011 - idoenmez@novell.com
- Update to 0.152
- Upstream changelog:
0.152
- Various build and warning nits fixed for newest GCC and Autoconf.
- libdwfl: Yet another prelink-related fix for another regression.
Look for Linux kernel images in files named with compression suffixes.
- elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
New flag -l/--verbose to print all differences.
0.151
- libdwfl: Fix for more prelink cases with separate debug file.
- strip: New flag --strip-sections to remove section headers entirely.
0.150
- libdw: Fix for handling huge .debug_aranges section.
- libdwfl: Fix for handling prelinked DSO with separate debug file.
- findtextrel: Fix diagnostics to work with usual section ordering.
- libebl: i386 backend fix for multi-register integer return value location.
-------------------------------------------------------------------
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