]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Make sure all files created by the tests are removed.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Sep 2005 20:29:56 +0000 (20:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Sep 2005 20:29:56 +0000 (20:29 +0000)
config/elfutils.spec.in
tests/ChangeLog
tests/run-strings-test.sh

index 9ec79eb7fbe32f84dc35d61d7711804063b995de..229bd3e7fbf1da6847dc721365858e716cdb95a1 100644 (file)
@@ -185,6 +185,12 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.so
 
 %changelog
+* Fri Sep  2 2005 Ulrich Drepper <drepper@redhat.com> 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 <drepper@redhat.com> 0.114-1
 - libelf: new function elf_getaroff
 - libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_inst
index 3a5d16a74cc3aab1b831d7a697422892c7b1a4db..ec47a31d67082c5be62b11711ae1dfb11a194cdb 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * run-strings-test.sh: Remove strings.out in the end.
+
 2005-08-31  Ulrich Drepper  <drepper@redhat.com>
 
        * run-addrscopes.sh: Use correct exit code if test cannot be performed.
index 4ea7d3c3b78db4dfe26f9befcc0caf322068c28e..6691800861e214bb4388baafa9665d716d3f508d 100755 (executable)
@@ -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