diff options
| author | Ulrich Drepper <[email protected]> | 2005-07-28 21:49:05 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-07-28 21:49:05 +0000 |
| commit | 282bf3213efed5eee60ffb265a8ccc87d04b4b62 (patch) | |
| tree | 57788b8124e60373160fa2e5c681d53a569ff466 | |
| parent | 7018915bdbf9d7ad469ca0d4f62054e44c0d14a1 (diff) | |
Release formalities.
| -rw-r--r-- | config/elfutils.spec.in | 6 | ||||
| -rw-r--r-- | libdwfl/Makefile.am | 4 | ||||
| -rw-r--r-- | tests/ChangeLog | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index e6b8fcaf..bb56a83e 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 5b52dc3f..217cde2d 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 957bb342..39c3cee4 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. |
