diff options
| -rw-r--r-- | config/elfutils.spec.in | 6 | ||||
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rwxr-xr-x | tests/run-strings-test.sh | 2 |
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 |
