mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-20 23:45:11 -04:00
Release formalities.
This commit is contained 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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user