From: Ulrich Drepper Date: Wed, 24 Aug 2005 21:40:55 +0000 (+0000) Subject: Remove file test leaves behind. X-Git-Tag: elfutils-0.120~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958bf13d9ffa6d8f4f3546f1b10808a9999b0ef6;p=thirdparty%2Felfutils.git Remove file test leaves behind. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index e6f76c2bb..bfeda144b 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 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 0.114-1 - libelf: new function elf_getaroff - ranlib: new program diff --git a/tests/ChangeLog b/tests/ChangeLog index b1bddca8d..176f6b23a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2005-08-24 Ulrich Drepper + * 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 e1459cd1a..c103ae03a 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