SHA256
1
0
forked from pool/elfutils

Updating link to change in openSUSE:Factory/elfutils revision 15.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=a46d6a8b4c6cdeaa7a8bdd37e36544ec
This commit is contained in:
OBS User buildservice-autocommit
2010-05-25 08:29:40 +00:00
committed by Git OBS Bridge
parent 272768a3c4
commit 2c96c9ac97
15 changed files with 1157 additions and 1332 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue May 11 20:01:23 UTC 2010 - tonyj@novell.com
- update to version 0.147 (fix bnc#588293)
- dropped patches for 10.3 and older
- dropped elfutils-0.97-ftruncate-mmap-fix, libelf-ignore-NOBITS, test and
build patches. According to jbl these were mistakenly checked in from
home:janblunck:debuginfo:libs/elfutils and the purpose of this project is
no longer known. Absense of any patch header makes confirmation difficult.
- Upstream changelog:
0.147
- libdw: Fixes in CFI handling, best possible handling of bogus CFA
ops.
- libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r
bugs.
0.146
- libdwfl: New function dwfl_core_file_report.
0.145
- Fix build with --disable-dependency-tracking.
- Fix build with most recent glibc headers.
- libelf: More robust to bogus section headers.
- libdw: Fix CFI decoding.
- libdwfl: Fix address bias returned by CFI accessors. Fix core
file module layout identification.
- readelf: Fix CFI decoding.
0.144
- libelf: New function elf_getphdrnum. Now support using more than
65536 program headers in a file.
- libdw: New function dwarf_aggregate_size for computing (constant)
type sizes, including array_type cases with nontrivial
calculation.
- readelf: Don't give errors for missing info under -a.
Handle Linux "VMCOREINFO" notes under -n.
0.143
- libdw: Various convenience functions for individual attributes now
use dwarf_attr_integrate to look up indirect inherited
attributes. Location expression handling now supports
DW_OP_implicit_value.
- libdwfl: Support automatic decompression of files in XZ format,
and of Linux kernel images made with bzip2 or LZMA (as well
as gzip).
-------------------------------------------------------------------
Wed Feb 10 12:21:51 CET 2010 - rguenther@suse.de