summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-01 18:43:55 -0700
committerRoland McGrath <roland@redhat.com>2010-07-01 18:43:55 -0700
commit406523d20d061897cb5fe9fc9e4bbe2bb45128fa (patch)
tree7b762aadafa35f4cfcc7eb4e460d7e97cb67ef44 /config
parentb000b888cf07db01520640a60392082afc8742fa (diff)
parent2c71252e25a048d91f507a5b2579cfdff7c82417 (diff)
downloadelfutils-406523d20d061897cb5fe9fc9e4bbe2bb45128fa.tar.gz
Merge commit 'elfutils-0.148' into dwarf
Conflicts: libdw/Makefile.am libdw/libdwP.h src/readelf.c
Diffstat (limited to 'config')
-rw-r--r--config/elfutils.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 102d723f..ab764dfc 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Mon Jun 28 2010 <drepper@redhat.com> 0.148-1
+- libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
+ dwarf_offdie_types. New functions dwarf_lineisa,
+ dwarf_linediscriminator, dwarf_lineop_index.
+- libdwfl: Fixes in core-file handling, support cores from PIEs.
+ When working from build IDs, don't open a named file that
+ mismatches.
+- readelf: Handle DWARF 4 formats.
+
* Mon May 3 2010 Ulrich Drepper <drepper@redhat.com> 0.147-1
- libdw: Fixes in CFI handling, best possible handling of bogus CFA
ops.