Release formalities.
authorUlrich Drepper <drepper@redhat.com>
Thu, 28 Jul 2005 21:49:05 +0000 (21:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 28 Jul 2005 21:49:05 +0000 (21:49 +0000)
config/elfutils.spec.in
libdwfl/Makefile.am
tests/ChangeLog

index e6b8fca..bb56a83 100644 (file)
@@ -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
index 5b52dc3..217cde2 100644 (file)
@@ -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
index 957bb34..39c3cee 100644 (file)
@@ -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.