*;
} ELFUTILS_0.130;
- } ELFUTILS_0.136;
+ ELFUTILS_0.138 {
+ global:
+ # Replaced ELFUTILS_0.130 version, which has bug-compatibility wrapper.
+ dwfl_module_build_id;
+
+ local:
+ *;
+ } ELFUTILS_0.136;
++
+ELFUTILS_0.138_UNWIND {
+ global:
+ # XXX new unwind stuff not decided yet
+ dwarf_next_cfi;
+ dwarf_getcfi;
+ dwarf_getcfi_elf;
+ dwarf_cfi_addrframe;
+ dwarf_cfi_end;
+ dwarf_cfi_setebl;
+ dwarf_frame_cfa;
+ dwarf_frame_register;
+ dwarf_frame_return_address_register;
+ dwfl_addrframe;
+ dwfl_module_getcfi;
++} ELFUTILS_0.138;
+2007-02-10 Roland McGrath <roland@redhat.com>
+
+ * libdwflP.h (struct Dwfl_Module): New members `cfi', `cfi_elf'.
+ Add INTDECL for dwfl_module_getcfi.
+ * dwfl_module_getcfi.c: New file.
+ * dwfl_addrframe.c: New file.
+ * Makefile.am (libdwfl_a_SOURCES): Add them.
+
+ 2008-12-16 Roland McGrath <roland@redhat.com>
+
+ * dwfl_module_build_id.c (dwfl_module_build_id): Define with alias and
+ symver magic to bind to ELFUTILS_0.138.
+ (_BUG_COMPAT_dwfl_module_build_id): New function, bug compatible
+ wrapper for ELFUTILS_0.130 version set.
+
+ 2008-12-18 Roland McGrath <roland@redhat.com>
+
+ * derelocate.c (dwfl_module_relocate_address): Fix last fix: ET_DYN
+ addresses are taken as relative to MOD->low_addr.
+
2008-12-15 Roland McGrath <roland@redhat.com>
* derelocate.c (dwfl_module_relocate_address): Apply main.bias, not
+2007-02-10 Roland McGrath <roland@redhat.com>
+
+ * addrcfi.c: New file.
+ * Makefile.am (noinst_PROGRAMS): Add it.
+ (addrcfi_LDADD): New variable.
+
+ 2008-12-31 Ulrich Drepper <drepper@redhat.com>
+
+ * testfile44.S.bz2: Add tests for blendvpd and blendvps.
+ * testfile45.S.bz2: Likewise.
+ * testfile44.expect.bz2: Adjust accordingly.
+ * testfile45.expect.bz2: Likewise.
+
+ 2008-12-30 Ulrich Drepper <drepper@redhat.com>
+
+ * testfile44.S.bz2: Add tests for blendpd and blendps.
+ * testfile45.S.bz2: Likewise.
+ * testfile44.expect.bz2: Adjust accordingly.
+ * testfile45.expect.bz2: Likewise.
+
+ 2008-12-19 Ulrich Drepper <drepper@redhat.com>
+
+ * testfile44.S.bz2: Add tests for AMD 3DNOW.
+ * testfile45.S.bz2: Likewise.
+ * testfile44.expect.bz2: Adjust accordingly.
+ * testfile45.expect.bz2: Likewise.
+
2008-11-26 Roland McGrath <roland@redhat.com>
* dwfl-bug-getmodules.c: New file.