summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-24 21:40:55 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-24 21:40:55 +0000
commit958bf13d9ffa6d8f4f3546f1b10808a9999b0ef6 (patch)
treeb2777b829a9f2894c29d6c8355664454580b501b
parent80e43a769057f807f859264a55c77edad4f2f6ad (diff)
downloadelfutils-958bf13d9ffa6d8f4f3546f1b10808a9999b0ef6.tar.gz
Remove file test leaves behind.
-rw-r--r--config/elfutils.spec.in8
-rw-r--r--tests/ChangeLog2
-rwxr-xr-xtests/run-line2addr.sh3
3 files changed, 12 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index e6f76c2b..bfeda144 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -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
diff --git a/tests/ChangeLog b/tests/ChangeLog
index b1bddca8..176f6b23 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -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.
diff --git a/tests/run-line2addr.sh b/tests/run-line2addr.sh
index e1459cd1..c103ae03 100755
--- a/tests/run-line2addr.sh
+++ b/tests/run-line2addr.sh
@@ -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