summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in17
2 files changed, 21 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c8747f03..02ecd97a 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-27 Mark Wielaard <[email protected]>
+
+ * config/elfutils.spec.in: Update for 0.155.
+
2012-07-19 Mark Wielaard <[email protected]>
* known-dwarf.awk: "Generated by" header had wrong file names,
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index a36080b5..4d1bd767 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -195,6 +195,23 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Fri Aug 24 2012 Mark Wielaard <[email protected]> 0.155-1
+- libelf: elf*_xlatetomd now works for cross-endian ELF note data.
+ elf_getshdr now works consistently on non-mmaped ELF files after
+ calling elf_cntl(ELF_C_FDREAD). Implement support for
+ ar archives with 64-bit symbol table.
+- libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was
+ DW_LANG_Objc). Any existing sources using the old name will
+ have to be updated. Add DW_MACRO_GNU .debug_macro type
+ encodings constants, DW_ATE_UTF and DW_OP_GNU_parameter_ref to
+ dwarf.h. Experimental support for DWZ multifile forms
+ DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. Disabled by
+ default. Use configure --enable-dwz to test it.
+- readelf: Add .debug_macro parsing support. Add .gdb_index
+ version 7 parsing support. Recognize DW_OP_GNU_parameter_ref.
+- backends: Add support for Tilera TILE-Gx processor.
+- translations: Updated Ukrainian translation.
+
* Fri Jun 22 2012 Mark Wielaard <[email protected]> 0.154-1
- libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at
OFFSET.