From: Ulrich Drepper Date: Fri, 2 Sep 2005 20:29:56 +0000 (+0000) Subject: Make sure all files created by the tests are removed. X-Git-Tag: elfutils-0.120~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbc950166dc00cb57bebf794f51257aa703facd;p=thirdparty%2Felfutils.git Make sure all files created by the tests are removed. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9ec79eb7f..229bd3e7f 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 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 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 3a5d16a74..ec47a31d6 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-09-02 Ulrich Drepper + + * run-strings-test.sh: Remove strings.out in the end. + 2005-08-31 Ulrich Drepper * 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 4ea7d3c3b..669180086 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