]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Remove file test leaves behind.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Aug 2005 21:40:55 +0000 (21:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Aug 2005 21:40:55 +0000 (21:40 +0000)
config/elfutils.spec.in
tests/ChangeLog
tests/run-line2addr.sh

index e6f76c2bb2178b2d19b4b531abf9187cca3114d1..bfeda144b08448dc3fbca8c56c89e8d9ff190b43 100644 (file)
@@ -183,6 +183,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.so
 
 %changelog
+* Wed Aug 24 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
+- libelf: new function elf_getaroff
+- libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
+ances.
+- libdwfl: New functions dwfl_report_offline, dwfl_offline_section_addre
+ss,     dwfl_linux_kernel_report_offline.
+- ranlib: new program
+
 * Mon Aug 15 2005 Ulrich Drepper <drepper@redhat.com> 0.114-1
 - libelf: new function elf_getaroff
 - ranlib: new program
index b1bddca8d00585cd11f040723257205da72e7c8e..176f6b23a6db98c7ec57504d282912095b5975c3 100644 (file)
@@ -1,5 +1,7 @@
 2005-08-24  Ulrich Drepper  <drepper@redhat.com>
 
+       * run-line2addr.sh: Remove testfile23 in the end.
+
        * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
        [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
 
index e1459cd1a327ced44bc45006d6ddb49021f01ee2..c103ae03ac58d0d9304f8cef2ea07d57957af287 100755 (executable)
@@ -49,6 +49,7 @@ foo.c:2 -> (.init.text)+0xc (/home/roland/stock-elfutils-build/foo.c:2)
 foo.c:6 -> (.text)+0xc (/home/roland/stock-elfutils-build/foo.c:6)
 EOF
 
-rm -f testfile testfile2 testfile8 testfile14 testfile22 line2addr.out
+rm -f testfile testfile2 testfile8 testfile14 testfile22 testfile23 \
+      line2addr.out
 
 exit 0