From 282bf3213efed5eee60ffb265a8ccc87d04b4b62 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 28 Jul 2005 21:49:05 +0000 Subject: [PATCH] Release formalities. --- config/elfutils.spec.in | 6 ++++-- libdwfl/Makefile.am | 4 ++-- tests/ChangeLog | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index e6b8fca..bb56a83 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -165,7 +165,6 @@ rm -rf ${RPM_BUILD_ROOT} #%{_libdir}/libasm.a %{_libdir}/libebl.a %{_libdir}/libdw.a -%{_libdir}/libdwfl.a #%{_libdir}/libasm.so %{_libdir}/libdw.so %endif @@ -184,7 +183,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog -- libdw: libdwfl.h functions moved into libdw DSO. +* Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1 +- libdw: now contains all of libdwfl. The latter is not installed anymore. +- elfcmp: little usability tweak, name and index of differing section is + printed. * Sun Jul 24 2005 Ulrich Drepper <@redhat.com> 0.110-1 - libelf: fix a numbe rof problems with elf_update diff --git a/libdwfl/Makefile.am b/libdwfl/Makefile.am index 5b52dc3..217cde2 100644 --- a/libdwfl/Makefile.am +++ b/libdwfl/Makefile.am @@ -27,9 +27,9 @@ VERSION = 1 EXTRA_DIST = test2.c loc2c.c -lib_LIBRARIES = libdwfl.a +noinst_LIBRARIES = libdwfl.a if !MUDFLAP -noinst_LIBRARIES = libdwfl_pic.a +noinst_LIBRARIES += libdwfl_pic.a endif euincludedir = ${includedir}/elfutils diff --git a/tests/ChangeLog b/tests/ChangeLog index 957bb34..39c3cee 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -39,7 +39,7 @@ * run-line2addr.sh: Remove testfile14 at the end. - * run-strip-test.sh: Remove deubinfo test input file as well. + * run-strip-test.sh: Remove debuginfo test input file as well. * Makefile.am (EXTRA_DIST): Newly added files incorrectly used .bz, not .bz2. -- 2.7.4