summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-09-02 20:29:56 +0000
committerUlrich Drepper <[email protected]>2005-09-02 20:29:56 +0000
commit3bbc950166dc00cb57bebf794f51257aa703facd (patch)
tree79e8c0a2ea5fe530b76ca38ef73764b1c9e8208f
parent618795fbfd64f2dd1fa4375ce704736c70725412 (diff)
Make sure all files created by the tests are removed.
-rw-r--r--config/elfutils.spec.in6
-rw-r--r--tests/ChangeLog4
-rwxr-xr-xtests/run-strings-test.sh2
3 files changed, 11 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 9ec79eb7..229bd3e7 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -185,6 +185,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
+* Fri Sep 2 2005 Ulrich Drepper <[email protected]> 0.115-1
+- libelf: speed-ups of non-mmap reading.
+- strings: New program.
+- Implement --enable-gcov option for configure.
+- libdw: New function dwarf_getscopes_die.
+
* Wed Aug 24 2005 Ulrich Drepper <[email protected]> 0.114-1
- libelf: new function elf_getaroff
- libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 3a5d16a7..ec47a31d 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-02 Ulrich Drepper <[email protected]>
+
+ * run-strings-test.sh: Remove strings.out in the end.
+
2005-08-31 Ulrich Drepper <[email protected]>
* run-addrscopes.sh: Use correct exit code if test cannot be performed.
diff --git a/tests/run-strings-test.sh b/tests/run-strings-test.sh
index 4ea7d3c3..66918008 100755
--- a/tests/run-strings-test.sh
+++ b/tests/run-strings-test.sh
@@ -470,6 +470,6 @@ testfile9: 3e20 Discard symbols from object files.
testfile9: 3e43 [FILE...]
EOF
-rm -f testfile testfile[23456789]
+rm -f testfile testfile[23456789] strings.out
exit 0