9a3c170
%define eu_version 0.124
9a3c170
%define eu_release 1
418cfd0
418cfd0
%if %{?_with_compat:1}%{!?_with_compat:0}
418cfd0
%define compat 1
418cfd0
%else
418cfd0
%define compat 0
418cfd0
%endif
418cfd0
cvsdist 2a23697
Summary: A collection of utilities and DSOs to handle compiled objects.
cvsdist 2a23697
Name: elfutils
e76067d
Version: %{eu_version}
418cfd0
%if !%{compat}
e76067d
Release: %{eu_release}%{?dist}
418cfd0
%else
9dda60e
Release: 0.%{eu_release}
418cfd0
%endif
jbj d0b84a1
License: GPL
cvsdist 2a23697
Group: Development/Tools
9a3c170
Source: elfutils-%{version}.tar.gz
418cfd0
Patch1: elfutils-portability.patch
418cfd0
Patch2: elfutils-robustify.patch
cvsdist 2a23697
Obsoletes: libelf libelf-devel
cvsdist 2a23697
Requires: elfutils-libelf = %{version}-%{release}
418cfd0
Requires: elfutils-libs = %{version}-%{release}
9a3c170
9a3c170
Patch0: elfutils-strip-copy-symtab.patch
9a3c170
Source2: testfile16.symtab.bz2
9a3c170
Source3: testfile16.symtab.debug.bz2
cvsdist 2a23697
cvsdist 2a23697
# ExcludeArch: xxx
cvsdist 2a23697
cvsdist 2a23697
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 142584f
BuildRequires: bison >= 1.875
cvsdist 142584f
BuildRequires: flex >= 2.5.4a
jbj d0b84a1
BuildRequires: bzip2
418cfd0
%if !%{compat}
418cfd0
BuildRequires: gcc >= 3.4
418cfd0
# Need <byteswap.h> that gives unsigned bswap_16 etc.
418cfd0
BuildRequires: glibc-headers >= 2.3.4-11
418cfd0
%else
418cfd0
BuildRequires: gcc >= 3.2
418cfd0
%endif
cvsdist 2a23697
cvsdist 2a23697
%define _gnu %{nil}
418cfd0
%define _program_prefix eu-
cvsdist 2a23697
cvsdist 2a23697
%description
cvsdist 2a23697
Elfutils is a collection of utilities, including ld (a linker),
cvsdist 2a23697
nm (for listing symbols from object files), size (for listing the
cvsdist 2a23697
section sizes of an object or archive file), strip (for discarding
cvsdist bf0c57a
symbols), readelf (to see the raw ELF file structures), and elflint
418cfd0
(to check for well-formed ELF files).
418cfd0
418cfd0
418cfd0
%package libs
418cfd0
Summary: Libraries to handle compiled objects.
418cfd0
Group: Development/Tools
9a3c170
License: GPL
418cfd0
Requires: elfutils-libelf = %{version}-%{release}
418cfd0
Conflicts: elfutils < %{version}-%{release}
418cfd0
Conflicts: elfutils > %{version}-%{release}
418cfd0
Conflicts: elfutils-devel < %{version}-%{release}
418cfd0
Conflicts: elfutils-devel > %{version}-%{release}
418cfd0
418cfd0
%description libs
418cfd0
The elfutils-libs package contains libraries which implement DWARF, ELF,
418cfd0
and machine-specific ELF handling.  These libraries are used by the programs
418cfd0
in the elfutils package.  The elfutils-devel package enables building
418cfd0
other programs using these libraries.
cvsdist 2a23697
cvsdist 2a23697
%package devel
cvsdist 2a23697
Summary: Development libraries to handle compiled objects.
cvsdist 2a23697
Group: Development/Tools
jbj d0b84a1
License: GPL
418cfd0
Requires: elfutils-libs = %{version}-%{release}
cvsdist d561809
Requires: elfutils-libelf-devel = %{version}-%{release}
cvsdist 2a23697
cvsdist 2a23697
%description devel
cvsdist 2a23697
The elfutils-devel package contains the libraries to create
cvsdist d561809
applications for handling compiled objects.  libebl provides some
cvsdist d561809
higher-level ELF access functionality.  libdw provides access to
cvsdist d561809
the DWARF debugging information.  libasm provides a programmable
cvsdist d561809
assembler interface.
cvsdist 2a23697
cvsdist 2a23697
%package libelf
cvsdist 2a23697
Summary: Library to read and write ELF files.
cvsdist 2a23697
Group: Development/Tools
418cfd0
Conflicts: elfutils < %{version}-%{release}
418cfd0
Conflicts: elfutils > %{version}-%{release}
418cfd0
Conflicts: elfutils-libs < %{version}-%{release}
418cfd0
Conflicts: elfutils-libs > %{version}-%{release}
418cfd0
Conflicts: elfutils-libelf-devel < %{version}-%{release}
418cfd0
Conflicts: elfutils-libelf-devel > %{version}-%{release}
cvsdist 2a23697
cvsdist 2a23697
%description libelf
cvsdist 2a23697
The elfutils-libelf package provides a DSO which allows reading and
cvsdist 2a23697
writing ELF files on a high level.  Third party programs depend on
cvsdist 2a23697
this package to read internals of ELF files.  The programs of the
cvsdist 2a23697
elfutils package use it also to generate new ELF files.
cvsdist 2a23697
cvsdist d561809
%package libelf-devel
cvsdist d561809
Summary: Development support for libelf
cvsdist d561809
Group: Development/Tools
cvsdist d561809
Requires: elfutils-libelf = %{version}-%{release}
cvsdist d561809
Conflicts: libelf-devel
cvsdist d561809
cvsdist d561809
%description libelf-devel
cvsdist d561809
The elfutils-libelf-devel package contains the libraries to create
cvsdist d561809
applications for handling compiled objects.  libelf allows you to
cvsdist d561809
access the internals of the ELF object file format, so you can see the
cvsdist d561809
different sections of an ELF file.
cvsdist d561809
cvsdist 2a23697
%prep
cvsdist 2a23697
%setup -q
b73b6ec
9a3c170
%patch0 -p1
9a3c170
ln %{SOURCE2} %{SOURCE3} tests
9a3c170
418cfd0
%if %{compat}
418cfd0
%patch1 -p1
418cfd0
sleep 1
418cfd0
find . \( -name Makefile.in -o -name aclocal.m4 \) -print | xargs touch
418cfd0
sleep 1
418cfd0
find . \( -name configure -o -name config.h.in \) -print | xargs touch
418cfd0
%endif
418cfd0
418cfd0
%patch2 -p1
418cfd0
cvsdist 2a23697
%build
418cfd0
# Remove -Wall from default flags.  The makefiles enable enough warnings
418cfd0
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
418cfd0
# the makefiles disable some specific warnings for specific code.
418cfd0
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
418cfd0
9a3c170
%if %{compat}
9a3c170
# Some older glibc headers can run afoul of -Werror all by themselves.
9a3c170
# Disabling the fancy inlines avoids those problems.
9a3c170
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D__NO_INLINE__"
9a3c170
%endif
9a3c170
3025beb
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
418cfd0
make %{?_smp_mflags}
cvsdist 2a23697
cvsdist 2a23697
%install
cvsdist 2a23697
rm -rf ${RPM_BUILD_ROOT}
cvsdist 2a23697
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
cvsdist 2a23697
cvsdist 2a23697
%makeinstall
cvsdist 2a23697
cvsdist 2a23697
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
cvsdist 2a23697
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
cvsdist 2a23697
cvsdist 2a23697
# XXX Nuke unpackaged files
cvsdist 2a23697
{ cd ${RPM_BUILD_ROOT}
cvsdist 2a23697
  rm -f .%{_bindir}/eu-ld
418cfd0
  rm -f .%{_bindir}/eu-objdump
cvsdist 2a23697
  rm -f .%{_includedir}/elfutils/libasm.h
cvsdist 2a23697
  rm -f .%{_libdir}/libasm-%{version}.so
418cfd0
  rm -f .%{_libdir}/libasm.so*
cvsdist 2a23697
  rm -f .%{_libdir}/libasm.a
cvsdist 2a23697
}
cvsdist 2a23697
cvsdist b2ba691
%check
418cfd0
# XXX elflint not happy on ia64
418cfd0
make check || :
cvsdist b2ba691
cvsdist 2a23697
%clean
cvsdist 2a23697
rm -rf ${RPM_BUILD_ROOT}
cvsdist 2a23697
418cfd0
%post libs -p /sbin/ldconfig
cvsdist 2a23697
418cfd0
%postun libs -p /sbin/ldconfig
cvsdist 2a23697
cvsdist b2ba691
%post libelf -p /sbin/ldconfig
cvsdist b2ba691
cvsdist b2ba691
%postun libelf -p /sbin/ldconfig
cvsdist b2ba691
cvsdist 2a23697
%files
cvsdist 2a23697
%defattr(-,root,root)
cvsdist d561809
%doc README TODO
418cfd0
%{_bindir}/eu-addr2line
418cfd0
%{_bindir}/eu-elfcmp
cvsdist 2a23697
%{_bindir}/eu-elflint
418cfd0
%{_bindir}/eu-findtextrel
cvsdist 2a23697
%{_bindir}/eu-nm
418cfd0
%{_bindir}/eu-ranlib
cvsdist 2a23697
%{_bindir}/eu-readelf
cvsdist 2a23697
%{_bindir}/eu-size
7a7abf8
%{_bindir}/eu-strings
418cfd0
%{_bindir}/eu-strip
cvsdist d561809
#%{_bindir}/eu-ld
418cfd0
418cfd0
%files libs
418cfd0
%defattr(-,root,root)
cvsdist d561809
%{_libdir}/libdw-%{version}.so
f995fa8
#%{_libdir}/libasm.so.*
f995fa8
%{_libdir}/libdw.so.*
cvsdist 2a23697
%dir %{_libdir}/elfutils
cvsdist 2a23697
%{_libdir}/elfutils/lib*.so
cvsdist 2a23697
cvsdist 2a23697
%files devel
cvsdist 2a23697
%defattr(-,root,root)
cvsdist 2a23697
%{_includedir}/dwarf.h
cvsdist 2a23697
%dir %{_includedir}/elfutils
cvsdist 2a23697
%{_includedir}/elfutils/elf-knowledge.h
cvsdist 2a23697
%{_includedir}/elfutils/libebl.h
a769ac6
%{_includedir}/elfutils/libdw.h
f995fa8
%{_includedir}/elfutils/libdwfl.h
cvsdist 2a23697
#%{_libdir}/libasm.a
cvsdist 2a23697
%{_libdir}/libebl.a
a769ac6
%{_libdir}/libdw.a
cvsdist 2a23697
#%{_libdir}/libasm.so
a769ac6
%{_libdir}/libdw.so
cvsdist 2a23697
cvsdist 2a23697
%files libelf
cvsdist 2a23697
%defattr(-,root,root)
cvsdist 2a23697
%{_libdir}/libelf-%{version}.so
f995fa8
%{_libdir}/libelf.so.*
cvsdist 2a23697
cvsdist d561809
%files libelf-devel
cvsdist d561809
%defattr(-,root,root)
cvsdist d561809
%{_includedir}/libelf.h
cvsdist d561809
%{_includedir}/gelf.h
cvsdist d561809
%{_includedir}/nlist.h
cvsdist d561809
%{_libdir}/libelf.a
cvsdist d561809
%{_libdir}/libelf.so
cvsdist d561809
cvsdist 2a23697
%changelog
9a3c170
* Tue Oct 10 2006 Roland McGrath <roland@redhat.com> - 0.124-1
9a3c170
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
9a3c170
- Update to 0.124
9a3c170
  - libebl: fix ia64 reloc support (#206981)
9a3c170
  - libebl: sparc backend support for return value location
9a3c170
  - libebl, libdwfl: backend register name support extended with more info
9a3c170
  - libelf, libdw: bug fixes for unaligned accesses on machines that care
9a3c170
  - readelf, elflint: trivial bugs fixed
380133d
a01d88f
* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
a01d88f
- Update to 0.123
a01d88f
  - libebl: Backend build fixes, thanks to Stepan Kasal.
a01d88f
  - libebl: ia64 backend support for register names, return value location
a01d88f
  - libdwfl: Handle truncated linux kernel module section names.
a01d88f
  - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
a01d88f
  - elflint: Fix checks to permit --hash-style=gnu format.
a01d88f
51b5a5d
* Mon Jul 17 2006 Roland McGrath <roland@redhat.com> - 0.122-4
51b5a5d
- Fix warnings in elflint compilation.
51b5a5d
90384aa
* Wed Jul 12 2006 Roland McGrath <roland@redhat.com> - 0.122-3
a997709
- Update to 0.122
a997709
  - Fix libdwfl sorting of modules with 64-bit addresses (#198225).
a997709
  - libebl: add function to test for relative relocation
a997709
  - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
a997709
  - elflint, readelf: add support for DT_GNU_HASH
a997709
  - libelf: add elf_gnu_hash
a997709
  - elflint, readelf: add support for 64-bit SysV-style hash tables
a997709
  - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
cc69268
3c3d383
* Thu Jun 15 2006 Roland McGrath <roland@redhat.com> - 0.121-1
3c3d383
- Update to 0.121
3c3d383
  - libelf: bug fixes for rewriting existing files when using mmap (#187618).
3c3d383
  - make all installed headers usable in C++ code (#193153).
3c3d383
  - eu-readelf: better output format.
3c3d383
  - eu-elflint: fix tests of dynamic section content.
3c3d383
  - libdw, libdwfl: handle files without aranges info.
3c3d383
bcf94ff
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 0.120-3
bcf94ff
- rebuild to pick up -devel deps
bcf94ff
ff3fa1c
* Tue Apr  4 2006 Roland McGrath <roland@redhat.com> - 0.120-2
a78f3e9
- Update to 0.120
a78f3e9
  - License changed to GPL, with some exceptions for using
a78f3e9
    the libelf, libebl, libdw, and libdwfl library interfaces.
a78f3e9
    Red Hat elfutils is an included package of the Open Invention Network.
a78f3e9
  - dwarf.h updated for DWARF 3.0 final specification.
a78f3e9
  - libelf: Fix corruption in ELF_C_RDWR uses (#187618).
a78f3e9
  - libdwfl: New function dwfl_version; fixes for offline.
a78f3e9
6e29682
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
6e29682
- bump again for double-long bug on ppc(64)
6e29682
b6719ab
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
ac232e1
- rebuilt for new gcc4.1 snapshot and glibc changes
ac232e1
83011c6
* Fri Jan 13 2006 Roland McGrath <roland@redhat.com> - 0.119-1
83011c6
- update to 0.119
83011c6
960dce4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
960dce4
- rebuilt
960dce4
3025beb
* Sun Nov 27 2005 Roland McGrath <roland@redhat.com> - 0.118-1
3025beb
- update to 0.118
3025beb
  - elflint: more tests.
3025beb
  - libdwfl: New function dwfl_module_register_names.
3025beb
  - libebl: New backend hook for register names.
3025beb
- Make sure -fexceptions is always in CFLAGS.
3025beb
9b930d0
* Tue Nov 22 2005 Roland McGrath <roland@redhat.com> - 0.117-2
418cfd0
- update to 0.117
418cfd0
  - libdwfl: New function dwfl_module_return_value_location (#166118)
418cfd0
  - libebl: Backend improvements for several CPUs
418cfd0
418cfd0
* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.116-1
418cfd0
- update to 0.116
418cfd0
  - libdw fixes, API changes and additions
418cfd0
  - libdwfl fixes (#169672)
418cfd0
  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
418cfd0
418cfd0
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
418cfd0
- Update requires/conflicts for better biarch update behavior.
418cfd0
418cfd0
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
418cfd0
- update to 0.115
418cfd0
  - New program eu-strings.
418cfd0
  - libdw: New function dwarf_getscopes_die.
418cfd0
  - libelf: speed-ups of non-mmap reading.
418cfd0
  - Implement --enable-gcov option for configure.
418cfd0
418cfd0
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
418cfd0
- update to 0.114
418cfd0
  - new program eu-ranlib
418cfd0
  - libdw: new calls for inlines
418cfd0
  - libdwfl: new calls for offline modules
418cfd0
418cfd0
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
418cfd0
- update to 0.113
418cfd0
  - elflint: relax a bit.  Allow version definitions for defined symbols
418cfd0
    against DSO versions also for symbols in nobits sections.
418cfd0
    Allow .rodata section to have STRINGS and MERGE flag set.
418cfd0
  - strip: add some more compatibility with binutils.
418cfd0
  - libdwfl: bug fixes.
418cfd0
- Separate libdw et al into elfutils-libs subpackage.
418cfd0
418cfd0
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
418cfd0
- update to 0.112
418cfd0
  - elfcmp: some more relaxation.
418cfd0
  - elflint: many more tests, especially regarding to symbol versioning.
418cfd0
  - libelf: Add elfXX_offscn and gelf_offscn.
418cfd0
  - libasm: asm_begin interface changes.
418cfd0
  - libebl: Add three new interfaces to directly access machine, class,
418cfd0
    and data encoding information.
418cfd0
418cfd0
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
418cfd0
- update portability patch
418cfd0
418cfd0
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
418cfd0
- update to 0.111
418cfd0
  - libdwfl library now merged into libdw
418cfd0
418cfd0
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
418cfd0
- update to 0.110
418cfd0
418cfd0
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
418cfd0
- update to 0.109
418cfd0
  - verify that libebl modules are from the same build
418cfd0
  - new eu-elflint checks on copy relocations
418cfd0
  - new program eu-elfcmp
418cfd0
  - new experimental libdwfl library
418cfd0
418cfd0
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
418cfd0
- robustification of eu-strip and eu-readelf
418cfd0
418cfd0
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
418cfd0
- more robustification
418cfd0
418cfd0
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
418cfd0
- robustification
418cfd0
418cfd0
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
418cfd0
- update to 0.108
418cfd0
  - merge strip fixes
418cfd0
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
418cfd0
  - update elf.h from glibc
418cfd0
418cfd0
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
418cfd0
- fix strip -f byte-swapping bug
418cfd0
418cfd0
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
418cfd0
- update to 0.107
418cfd0
  - readelf: improve DWARF output format
418cfd0
  - elflint: -d option to support checking separate debuginfo files
418cfd0
  - strip: fix ET_REL debuginfo files (#156341)
418cfd0
418cfd0
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
418cfd0
- fix some bugs in new code, reenable make check
418cfd0
418cfd0
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
418cfd0
- disable make check for most arches, for now
418cfd0
418cfd0
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
418cfd0
- update to 0.106
418cfd0
418cfd0
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
418cfd0
- update to 0.104
418cfd0
418cfd0
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
418cfd0
- update to 0.103
418cfd0
418cfd0
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
418cfd0
- update to 0.101.
418cfd0
- use %%configure macro to get CFLAGS etc. right
418cfd0
418cfd0
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
418cfd0
- upgrade to 0.99.
418cfd0
418cfd0
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
418cfd0
- upgrade to 0.97.
418cfd0
418cfd0
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
418cfd0
- upgrade to 0.96.
418cfd0
418cfd0
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
418cfd0
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
418cfd0
  warning
418cfd0
418cfd0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
418cfd0
- rebuilt
418cfd0
418cfd0
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
418cfd0
- upgrade to 0.95.
418cfd0
418cfd0
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
418cfd0
- rebuilt
418cfd0
418cfd0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
418cfd0
- rebuilt
cvsdist d561809
cvsdist d561809
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
cvsdist d561809
- upgrade to 0.94
cvsdist d561809
cvsdist d561809
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
cvsdist d561809
- upgrade to 0.93
cvsdist d561809
cvsdist d561809
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
cvsdist d561809
- full version
cvsdist d561809
- macroized spec file for GPL or OSL builds
cvsdist d561809
- include only libelf under GPL plus wrapper scripts
cvsdist d561809
cvsdist d561809
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
cvsdist d561809
- macroized spec file for GPL or OSL builds
cvsdist d561809
cvsdist d561809
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
cvsdist d561809
- split elfutils-devel into two packages.
cvsdist d561809
cvsdist d561809
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
cvsdist d561809
- include only libelf under GPL plus wrapper scripts
cvsdist d561809
cvsdist bf0c57a
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
cvsdist bf0c57a
- readelf, not readline, in %%description (#111214).
cvsdist bf0c57a
cvsdist 147b5aa
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
cvsdist 147b5aa
- update to 0.89 (fix eu-strip)
cvsdist 147b5aa
cvsdist 147b5aa
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
cvsdist 147b5aa
- update to 0.86 (fix eu-strip on s390x/alpha)
cvsdist 147b5aa
- libebl is an archive now; remove references to DSO
cvsdist 147b5aa
cvsdist 147b5aa
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
cvsdist 147b5aa
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
cvsdist 147b5aa
cvsdist 147b5aa
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
cvsdist 147b5aa
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
cvsdist 147b5aa
cvsdist 147b5aa
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
cvsdist 147b5aa
- upgrade to 0.82 (strip tests fixed on big-endian).
cvsdist 147b5aa
cvsdist 147b5aa
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
cvsdist 147b5aa
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
cvsdist 147b5aa
cvsdist 147b5aa
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
cvsdist 147b5aa
- upgrade to 0.80 (debugedit changes for kernel in progress).
cvsdist 147b5aa
cvsdist 147b5aa
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 147b5aa
- rebuilt
cvsdist 147b5aa
cvsdist 147b5aa
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
cvsdist 147b5aa
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
cvsdist 147b5aa
cvsdist 147b5aa
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
cvsdist 147b5aa
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
cvsdist 147b5aa
cvsdist b2ba691
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist b2ba691
- debuginfo rebuild
cvsdist b2ba691
cvsdist b2ba691
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
cvsdist b2ba691
- use the correct way of identifying the section via the sh_info link.
cvsdist b2ba691
cvsdist b2ba691
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
cvsdist b2ba691
- update to 0.75 (eu-strip -g fix)
cvsdist b2ba691
cvsdist b2ba691
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
cvsdist b2ba691
- update to 0.74 (fix for writing with some non-dirty sections)
cvsdist b2ba691
cvsdist b2ba691
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
cvsdist b2ba691
- another -0.73 update (with sparc fixes).
cvsdist b2ba691
- do "make check" in %%check, not %%install, section.
cvsdist b2ba691
cvsdist b2ba691
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
cvsdist b2ba691
- update to 0.73 (with s390 fixes).
cvsdist b2ba691
cvsdist b2ba691
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b2ba691
- rebuilt
cvsdist b2ba691
cvsdist b2ba691
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
cvsdist b2ba691
- fix arguments to gelf_getsymshndx and elf_getshstrndx
cvsdist b2ba691
- fix other warnings
cvsdist b2ba691
- reenable checks on s390x
cvsdist b2ba691
cvsdist b2ba691
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
cvsdist b2ba691
- temporarily disable checks on s390x, until someone has
cvsdist b2ba691
  time to look at it
cvsdist b2ba691
cvsdist b2ba691
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
cvsdist b2ba691
- update to 0.72
cvsdist b2ba691
cvsdist b2ba691
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
cvsdist b2ba691
- update to 0.71
cvsdist b2ba691
cvsdist b2ba691
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
cvsdist b2ba691
- update to 0.69.
cvsdist b2ba691
- add "make check" and segfault avoidance patch.
cvsdist b2ba691
- elfutils-libelf needs to run ldconfig.
cvsdist b2ba691
cvsdist b2ba691
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
cvsdist b2ba691
- update to 0.68.
cvsdist 2a23697
cvsdist 2a23697
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
cvsdist 2a23697
- update to 0.67.
cvsdist 2a23697
cvsdist 2a23697
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
cvsdist 2a23697
- update to 0.65.
cvsdist 2a23697
cvsdist 2a23697
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
cvsdist 2a23697
- update to 0.64.
cvsdist 2a23697
cvsdist 2a23697
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
cvsdist 2a23697
- split packages further into elfutils-libelf
cvsdist 2a23697
cvsdist 2a23697
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
cvsdist 2a23697
- update to 0.63.
cvsdist 2a23697
cvsdist 2a23697
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
cvsdist 2a23697
- Adjust for dropping libtool
cvsdist 2a23697
cvsdist 2a23697
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
cvsdist 2a23697
- update to 0.59
cvsdist 2a23697
cvsdist 2a23697
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
cvsdist 2a23697
- update to 0.56
cvsdist 2a23697
cvsdist 2a23697
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
cvsdist 2a23697
- update to 0.54
cvsdist 2a23697
cvsdist 2a23697
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
cvsdist 2a23697
- update to 0.53
cvsdist 2a23697
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
cvsdist 2a23697
cvsdist 2a23697
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
cvsdist 2a23697
- get beehive to punch a rhpkg generated package.
cvsdist 2a23697
cvsdist 2a23697
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
cvsdist 2a23697
- build in 8.0.1.
cvsdist 2a23697
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
cvsdist 2a23697
cvsdist 2a23697
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
cvsdist 2a23697
- Add libelf-devel to conflicts for elfutils-devel
cvsdist 2a23697
cvsdist 2a23697
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
cvsdist 2a23697
- Split into runtime and devel package
cvsdist 2a23697
cvsdist 2a23697
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
cvsdist 2a23697
- integrate into official sources
cvsdist 2a23697
cvsdist 2a23697
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
cvsdist 2a23697
- Swaddle.