e981f7
Name: elfutils
e981f7
Version: 0.185
e981f7
%global baserelease 5
e981f7
Release: %{baserelease}%{?dist}
e981f7
URL: http://elfutils.org/
e981f7
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
e981f7
License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
e981f7
Source: %{?source_url}%{name}-%{version}.tar.bz2
e981f7
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
e981f7
e981f7
# Needed for isa specific Provides and Requires.
e981f7
%global depsuffix %{?_isa}%{!?_isa:-%{_arch}}
e981f7
e981f7
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
e981f7
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
e981f7
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
e981f7
# see Supplements: instead
e981f7
# Recommends: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
%else
e981f7
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
e981f7
BuildRequires: gcc
e981f7
# For libstdc++ demangle support
e981f7
BuildRequires: gcc-c++
e981f7
e981f7
BuildRequires: gettext
e981f7
BuildRequires: bison
e981f7
BuildRequires: flex
e981f7
e981f7
# Compression support
e981f7
BuildRequires: zlib-devel
e981f7
BuildRequires: bzip2-devel
e981f7
BuildRequires: xz-devel
e981f7
BuildRequires: libzstd-devel
e981f7
e981f7
# For debuginfod
e981f7
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
e981f7
BuildRequires: pkgconfig(libcurl) >= 7.29.0
e981f7
BuildRequires: pkgconfig(sqlite3) >= 3.7.17
e981f7
BuildRequires: pkgconfig(libarchive) >= 3.1.2
e981f7
e981f7
# For tests need to bunzip2 test files.
e981f7
BuildRequires: bzip2
e981f7
BuildRequires: zstd
e981f7
# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss
e981f7
BuildRequires: iproute
e981f7
BuildRequires: bsdtar
e981f7
BuildRequires: curl
e981f7
BuildRequires: procps
e981f7
e981f7
BuildRequires: automake
e981f7
BuildRequires: autoconf
e981f7
BuildRequires: gettext-devel
e981f7
e981f7
%global _gnu %{nil}
e981f7
%global _program_prefix eu-
e981f7
e981f7
%global provide_yama_scope	0
e981f7
e981f7
%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7
e981f7
%global provide_yama_scope	1
e981f7
%endif
e981f7
e981f7
# Patches
e981f7
e981f7
%description
e981f7
Elfutils is a collection of utilities, including stack (to show
e981f7
backtraces), nm (for listing symbols from object files), size
e981f7
(for listing the section sizes of an object or archive file),
e981f7
strip (for discarding symbols), readelf (to see the raw ELF file
e981f7
structures), elflint (to check for well-formed ELF files) and
e981f7
elfcompress (to compress or decompress ELF sections).
e981f7
e981f7
%package libs
e981f7
Summary: Libraries to handle compiled objects
e981f7
License: GPLv2+ or LGPLv3+
e981f7
%if 0%{!?_isa:1}
e981f7
Provides: elfutils-libs%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
e981f7
%if %{provide_yama_scope}
e981f7
Requires: default-yama-scope
e981f7
%endif
e981f7
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
e981f7
# see Supplements: instead
e981f7
# Recommends: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
%else
e981f7
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
e981f7
%description libs
e981f7
The elfutils-libs package contains libraries which implement DWARF, ELF,
e981f7
and machine-specific ELF handling and process introspection.  These
e981f7
libraries are used by the programs in the elfutils package.  The
e981f7
elfutils-devel package enables building other programs using these
e981f7
libraries.
e981f7
e981f7
%package devel
e981f7
Summary: Development libraries to handle compiled objects
e981f7
License: GPLv2+ or LGPLv3+
e981f7
%if 0%{!?_isa:1}
e981f7
Provides: elfutils-devel%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
e981f7
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
e981f7
Obsoletes: elfutils-devel-static < 0.180-5
e981f7
e981f7
%description devel
e981f7
The elfutils-devel package contains the libraries to create
e981f7
applications for handling compiled objects.  libdw provides access
e981f7
to the DWARF debugging information.  libasm provides a programmable
e981f7
assembler interface.
e981f7
e981f7
%package libelf
e981f7
Summary: Library to read and write ELF files
e981f7
License: GPLv2+ or LGPLv3+
e981f7
%if 0%{!?_isa:1}
e981f7
Provides: elfutils-libelf%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
Obsoletes: libelf <= 0.8.2-2
e981f7
e981f7
%description libelf
e981f7
The elfutils-libelf package provides a DSO which allows reading and
e981f7
writing ELF files on a high level.  Third party programs depend on
e981f7
this package to read internals of ELF files.  The programs of the
e981f7
elfutils package use it also to generate new ELF files.
e981f7
e981f7
%package libelf-devel
e981f7
Summary: Development support for libelf
e981f7
License: GPLv2+ or LGPLv3+
e981f7
%if 0%{!?_isa:1}
e981f7
Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
e981f7
Obsoletes: libelf-devel <= 0.8.2-2
e981f7
Obsoletes: elfutils-libelf-devel-static < 0.180-5
e981f7
e981f7
%description libelf-devel
e981f7
The elfutils-libelf-devel package contains the libraries to create
e981f7
applications for handling compiled objects.  libelf allows you to
e981f7
access the internals of the ELF object file format, so you can see the
e981f7
different sections of an ELF file.
e981f7
e981f7
%if %{provide_yama_scope}
e981f7
%package default-yama-scope
e981f7
Summary: Default yama attach scope sysctl setting
e981f7
License: GPLv2+ or LGPLv3+
e981f7
Provides: default-yama-scope
e981f7
BuildArch: noarch
e981f7
# For the sysctl_apply macro we need systemd as build requires.
e981f7
# We also need systemd-sysctl in post to apply the default kernel config.
e981f7
# But this creates a circular requirement (see below). And it would always
e981f7
# pull in systemd even in build containers that don't really need it.
e981f7
# Luckily systemd is normally always installed already. The only times it
e981f7
# might not is when we do an initial install (and the cyclic dependency
e981f7
# chain might be broken) or when installing into a container. In the first
e981f7
# case we'll reboot soon to apply the default kernel config. In the second
e981f7
# case we really require that the host has the correct kernel config so it
e981f7
# also is available inside the container. So if we have weak dependencies
e981f7
# use Recommends (sadly Recommends(post) doesn't exist). This works because
e981f7
# in all cases that really matter systemd will already be installed. #1599083
e981f7
BuildRequires: systemd >= 215
e981f7
%if 0%{?fedora} > 24 || 0%{?rhel} > 7
e981f7
Recommends: systemd
e981f7
%else
e981f7
Requires(post): systemd
e981f7
%endif
e981f7
e981f7
%description default-yama-scope
e981f7
Yama sysctl setting to enable default attach scope settings
e981f7
enabling programs to use ptrace attach, access to
e981f7
/proc/PID/{mem,personality,stack,syscall}, and the syscalls
e981f7
process_vm_readv and process_vm_writev which are used for
e981f7
interprocess services, communication and introspection
e981f7
(like synchronisation, signaling, debugging, tracing and
e981f7
profiling) of processes.
e981f7
%endif
e981f7
e981f7
%package debuginfod-client
e981f7
Summary: Library and command line client for build-id HTTP ELF/DWARF server
e981f7
License: GPLv3+ and (GPLv2+ or LGPLv3+)
e981f7
%if 0%{!?_isa:1}
e981f7
Provides: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
e981f7
# Instead of the weak forward dependency from -libs to -debuginfod-client,
e981f7
# we'll add weak reverse dependencies from some of the many programs that
e981f7
# indirectly load this.  This lets the base @core compose omit this library.
e981f7
Supplements: systemtap-client perf gdb binutils elfutils ltrace dyninst
e981f7
Supplements: valgrind annocheck bpftrace dwarves libabigail
e981f7
%endif
e981f7
e981f7
%package debuginfod-client-devel
e981f7
Summary: Libraries and headers to build debuginfod client applications
e981f7
License: GPLv2+ or LGPLv3+
e981f7
%if 0%{!?_isa:1}
e981f7
Provides: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release}
e981f7
%endif
e981f7
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
e981f7
%package debuginfod
e981f7
Summary: HTTP ELF/DWARF file server addressed by build-id
e981f7
License: GPLv3+
e981f7
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
e981f7
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
e981f7
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
e981f7
BuildRequires: systemd
e981f7
BuildRequires: make
e981f7
Requires(post):   systemd
e981f7
Requires(preun):  systemd
e981f7
Requires(postun): systemd
e981f7
Requires(pre): shadow-utils
e981f7
# To extract .deb files with a bsdtar (= libarchive) subshell
e981f7
Requires: bsdtar
e981f7
e981f7
%description debuginfod-client
e981f7
The elfutils-debuginfod-client package contains shared libraries
e981f7
dynamically loaded from -ldw, which use a debuginfod service
e981f7
to look up debuginfo and associated data. Also includes a
e981f7
command-line frontend.
e981f7
e981f7
%description debuginfod-client-devel
e981f7
The elfutils-debuginfod-client-devel package contains the libraries
e981f7
to create applications to use the debuginfod service.
e981f7
e981f7
%description debuginfod
e981f7
The elfutils-debuginfod package contains the debuginfod binary
e981f7
and control files for a service that can provide ELF/DWARF
e981f7
files to remote clients, based on build-id identification.
e981f7
The ELF/DWARF file searching functions in libdwfl can query
e981f7
such servers to download those files on demand.
e981f7
e981f7
%prep
e981f7
%setup -q
e981f7
e981f7
# Apply patches
e981f7
e981f7
autoreconf -f -v -i
e981f7
e981f7
# In case the above patches added any new test scripts, make sure they
e981f7
# are executable.
e981f7
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
e981f7
e981f7
%build
e981f7
# This package uses top level ASM constructs which are incompatible with LTO.
e981f7
# Top level ASMs are often used to implement symbol versioning.  gcc-10
e981f7
# introduces a new mechanism for symbol versioning which works with LTO.
e981f7
# Converting packages to use that mechanism instead of toplevel ASMs is
e981f7
# recommended.
e981f7
# Disable LTO
e981f7
%define _lto_cflags %{nil}
e981f7
e981f7
# Remove -Wall from default flags.  The makefiles enable enough warnings
e981f7
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
e981f7
# the makefiles disable some specific warnings for specific code.
e981f7
# But add -Wformat explicitly for use with -Werror=format-security which
e981f7
# doesn't work without -Wformat (enabled by -Wall).
e981f7
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
e981f7
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
e981f7
e981f7
e981f7
trap 'cat config.log' EXIT
e981f7
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
e981f7
trap '' EXIT
e981f7
%make_build -s
e981f7
e981f7
%install
e981f7
%make_install -s
e981f7
e981f7
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
e981f7
# We don't want the static libraries
e981f7
rm ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib{elf,dw,asm}.a
e981f7
e981f7
# We don't have standard DEBUGINFOD_URLS yet.
e981f7
rm ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d/debuginfod.sh
e981f7
rm ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d/debuginfod.csh
e981f7
e981f7
%find_lang %{name}
e981f7
e981f7
%if %{provide_yama_scope}
e981f7
install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}/10-default-yama-scope.conf
e981f7
%endif
e981f7
e981f7
install -Dm0644 config/debuginfod.service ${RPM_BUILD_ROOT}%{_unitdir}/debuginfod.service
e981f7
install -Dm0644 config/debuginfod.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/debuginfod
e981f7
mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod
e981f7
touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
e981f7
e981f7
%check
e981f7
# Record some build root versions in build.log
e981f7
uname -r; rpm -q binutils gcc glibc || true
e981f7
e981f7
%make_build -s check || (cat tests/test-suite.log; true)
e981f7
e981f7
# Only the latest Fedora and EPEL have these scriptlets,
e981f7
# older Fedora and plain RHEL don't.
e981f7
%if 0%{?ldconfig_scriptlets:1}
e981f7
%ldconfig_scriptlets libs
e981f7
%ldconfig_scriptlets libelf
e981f7
%ldconfig_scriptlets debuginfod-client
e981f7
%else
e981f7
%post libs -p /sbin/ldconfig
e981f7
%postun libs -p /sbin/ldconfig
e981f7
%post libelf -p /sbin/ldconfig
e981f7
%postun libelf -p /sbin/ldconfig
e981f7
%post debuginfod-client -p /sbin/ldconfig
e981f7
%postun debuginfod-client -p /sbin/ldconfig
e981f7
%endif
e981f7
e981f7
%if %{provide_yama_scope}
e981f7
%post default-yama-scope
e981f7
# Due to circular dependencies might not be installed yet, so double check.
e981f7
# (systemd -> elfutils-libs -> default-yama-scope -> systemd)
e981f7
if [ -x /usr/lib/systemd/systemd-sysctl ] ; then
e981f7
%sysctl_apply 10-default-yama-scope.conf
e981f7
fi
e981f7
%endif
e981f7
e981f7
%files
e981f7
%license COPYING COPYING-GPLV2 COPYING-LGPLV3 doc/COPYING-GFDL
e981f7
%doc README TODO CONTRIBUTING
e981f7
%{_bindir}/eu-addr2line
e981f7
%{_bindir}/eu-ar
e981f7
%{_bindir}/eu-elfclassify
e981f7
%{_bindir}/eu-elfcmp
e981f7
%{_bindir}/eu-elfcompress
e981f7
%{_bindir}/eu-elflint
e981f7
%{_bindir}/eu-findtextrel
e981f7
%{_bindir}/eu-make-debug-archive
e981f7
%{_bindir}/eu-nm
e981f7
%{_bindir}/eu-objdump
e981f7
%{_bindir}/eu-ranlib
e981f7
%{_bindir}/eu-readelf
e981f7
%{_bindir}/eu-size
e981f7
%{_bindir}/eu-stack
e981f7
%{_bindir}/eu-strings
e981f7
%{_bindir}/eu-strip
e981f7
%{_bindir}/eu-unstrip
e981f7
%{_mandir}/man1/eu-*.1*
e981f7
e981f7
%files libs
e981f7
%license COPYING-GPLV2 COPYING-LGPLV3
e981f7
%{_libdir}/libasm-%{version}.so
e981f7
%{_libdir}/libdw-%{version}.so
e981f7
%{_libdir}/libasm.so.*
e981f7
%{_libdir}/libdw.so.*
e981f7
e981f7
%files devel
e981f7
%{_includedir}/dwarf.h
e981f7
%dir %{_includedir}/elfutils
e981f7
%{_includedir}/elfutils/elf-knowledge.h
e981f7
%{_includedir}/elfutils/known-dwarf.h
e981f7
%{_includedir}/elfutils/libasm.h
e981f7
%{_includedir}/elfutils/libdw.h
e981f7
%{_includedir}/elfutils/libdwfl.h
e981f7
%{_includedir}/elfutils/libdwelf.h
e981f7
%{_includedir}/elfutils/version.h
e981f7
%{_libdir}/libasm.so
e981f7
%{_libdir}/libdw.so
e981f7
%{_libdir}/pkgconfig/libdw.pc
e981f7
e981f7
%files -f %{name}.lang libelf
e981f7
%license COPYING-GPLV2 COPYING-LGPLV3
e981f7
%{_libdir}/libelf-%{version}.so
e981f7
%{_libdir}/libelf.so.*
e981f7
e981f7
%files libelf-devel
e981f7
%{_includedir}/libelf.h
e981f7
%{_includedir}/gelf.h
e981f7
%{_includedir}/nlist.h
e981f7
%{_libdir}/libelf.so
e981f7
%{_libdir}/pkgconfig/libelf.pc
e981f7
%{_mandir}/man3/elf_*.3*
e981f7
e981f7
%if %{provide_yama_scope}
e981f7
%files default-yama-scope
e981f7
%{_sysctldir}/10-default-yama-scope.conf
e981f7
%endif
e981f7
e981f7
%files debuginfod-client
e981f7
%{_libdir}/libdebuginfod-%{version}.so
e981f7
%{_libdir}/libdebuginfod.so.*
e981f7
%{_bindir}/debuginfod-find
e981f7
%{_mandir}/man1/debuginfod-find.1*
e981f7
e981f7
%files debuginfod-client-devel
e981f7
%{_libdir}/pkgconfig/libdebuginfod.pc
e981f7
%{_mandir}/man3/debuginfod_*.3*
e981f7
%{_includedir}/elfutils/debuginfod.h
e981f7
%{_libdir}/libdebuginfod.so
e981f7
e981f7
%files debuginfod
e981f7
%{_bindir}/debuginfod
e981f7
%config(noreplace) %{_sysconfdir}/sysconfig/debuginfod
e981f7
%{_unitdir}/debuginfod.service
e981f7
%{_sysconfdir}/sysconfig/debuginfod
e981f7
%{_mandir}/man8/debuginfod.8*
e981f7
e981f7
%dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
e981f7
%ghost %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
e981f7
e981f7
%pre debuginfod
e981f7
getent group debuginfod >/dev/null || groupadd -r debuginfod
e981f7
getent passwd debuginfod >/dev/null || \
e981f7
    useradd -r -g debuginfod -d /var/cache/debuginfod -s /sbin/nologin \
e981f7
            -c "elfutils debuginfo server" debuginfod
e981f7
exit 0
e981f7
e981f7
%post debuginfod
e981f7
%systemd_post debuginfod.service
e981f7
e981f7
%postun debuginfod
e981f7
%systemd_postun_with_restart debuginfod.service
e981f7
e981f7
%changelog
e981f7
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.185-5
e981f7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
e981f7
  Related: rhbz#1991688
e981f7
e981f7
* Wed Jun 16 2021 Frank Ch. Eigler <fche@redhat.com> - 0.185-4
e981f7
- RHBZ1947876 - redux.
e981f7
e981f7
* Wed Jun 09 2021 Frank Ch. Eigler <fche@redhat.com> - 0.185-3
e981f7
- RHBZ1947876 - turn -debuginfod-client into a weak reverse dependency.
e981f7
e981f7
* Mon May 31 2021 Mark Wielaard <mjw@redhat.com> - 0.185-2
e981f7
- Allow failing make check
e981f7
e981f7
* Mon May 31 2021 Mark Wielaard <mjw@redhat.com> - 0.185-1
e981f7
- Upgrade to upstream 0.185
e981f7
  - debuginfod-client: Simplify curl handle reuse so downloads which
e981f7
                       return an error are retried.
e981f7
  - elfcompress: Always exit with code 0 when the operation succeeds
e981f7
                 (even when nothing was done). On error the exit code
e981f7
                 is now always 1.
e981f7
e981f7
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.183-2
e981f7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
e981f7
e981f7
* Mon Feb  8 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.183-1
e981f7
- Upgrade to upstream 0.183
e981f7
  - debuginfod: New thread-busy metric and more detailed error metrics.
e981f7
    New --fdcache-mintmp and tracking of filesystem freespace.
e981f7
  - debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h can
e981f7
    be used to dlopen the libdebuginfod.so library.
e981f7
    New function debuginfod_set_verbose_fd and DEBUGINFOD_VERBOSE
e981f7
    environment variable.
e981f7
  - config: profile.sh and profile.csh won't export DEBUGINFOD_URLS
e981f7
    unless configured --enable-debuginfod-urls[=URLS]
e981f7
  - elflint, readelf: Recognize SHF_GNU_RETAIN.
e981f7
    Handle SHT_X86_64_UNWIND as valid relocation target type.
e981f7
e981f7
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.182-3
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e981f7
e981f7
* Thu Dec 17 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.182-2
e981f7
- Add elfutils-0.182-s390-pid_memory_read.patch
e981f7
e981f7
* Sat Oct 31 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.182-1
e981f7
- Upgrade to upstream 0.182
e981f7
  - backends: Support for tilegx has been removed.
e981f7
  - config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
e981f7
  - debuginfod: More efficient package traversal, tolerate various
e981f7
    errors during scanning, grooming progress is more visible and
e981f7
    interruptible, more prometheus metrics.
e981f7
  - debuginfod-client: Now supports compressed (kernel) ELF images.
e981f7
  - libdwfl: Add ZSTD compression support.
e981f7
e981f7
* Mon Oct 19 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.181-3
e981f7
- Add elfutils-0.181-array-param.patch.
e981f7
e981f7
* Fri Sep 18 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.181-2
e981f7
- Add ZSTD support elfutils-0.181-zstd.patch.
e981f7
e981f7
* Tue Sep  8 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.181-1
e981f7
- Upgrade to upstream 0.181
e981f7
  - libelf: elf_update now compensates (fixes up) a bad sh_addralign
e981f7
    for SHF_COMPRESSED sections.
e981f7
  - libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
e981f7
    --disable-libdebuginfod for bootstrapping.
e981f7
    DEBUGINFOD_URLS now accepts "scheme-free" urls
e981f7
    (guessing at what the user meant, either http:// or file://)
e981f7
  - readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and
e981f7
    gnu property notes.
e981f7
  - libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows
e981f7
    unwinding on arm64 for code that is compiled for PAC
e981f7
    (Pointer Authentication Code) as long as it isn't enabled.
e981f7
e981f7
* Tue Aug 25 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-7
e981f7
- Add elfutils-0.180-shf-compressed.patch
e981f7
e981f7
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.180-6
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e981f7
e981f7
* Wed Jul 22 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-5
e981f7
- Remove elfutils-libelf-devel-static and elfutils-devel-static subpackages.
e981f7
- Remove duplicate listing of sysconfig/debuginfod (config) file.
e981f7
e981f7
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.180-4
e981f7
- Use make macros
e981f7
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
e981f7
e981f7
* Fri Jul  3 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-3
e981f7
- Add elfutils-0.180-mhd-result.patch
e981f7
e981f7
* Wed Jul  1 2020 Jeff Law <law@redhat.com> - 0.180-2
e981f7
- Disable LTO
e981f7
e981f7
* Thu Jun 11 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-1
e981f7
- New upstream release.
e981f7
  elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
e981f7
  libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
e981f7
  libdw: Use correct CU to resolve file names in dwarf_decl_file.
e981f7
  libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.
e981f7
  size: Also obey radix printing for bsd format.
e981f7
  nm: Explicitly print weak 'V' or 'T' and common 'C' symbols.
e981f7
e981f7
* Thu Apr 30 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.179-2
e981f7
- Add elfutils-0.179-debug-client-alt-link.patch
e981f7
e981f7
* Mon Mar 30 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.179-1
e981f7
- New upstream release.
e981f7
  debuginfod-client:
e981f7
  - When DEBUGINFOD_PROGRESS is set and the program doesn't
e981f7
    install its own debuginfod_progressfn_t show download
e981f7
    progress on stderr.
e981f7
  - DEBUGINFOD_TIMEOUT is now defined as seconds to get at
e981f7
    least 100K, defaults to 90 seconds.
e981f7
  - Default to $XDG_CACHE_HOME/debuginfod_client.
e981f7
  - New functions debuginfod_set_user_data,
e981f7
    debuginfod_get_user_data, debuginfod_get_url and
e981f7
    debuginfod_add_http_header.
e981f7
  - Support for file:// URLs.
e981f7
e981f7
  debuginfod:
e981f7
  - Performance improvements through highly parallelized scanning
e981f7
    and archive content caching.
e981f7
  - Uses libarchive directly for reading rpm archives.
e981f7
  - Support for indexing .deb/.ddeb archives through dpkg-deb
e981f7
    or bsdtar.
e981f7
  - Generic archive support through -Z EXT[=CMD]. Which can be
e981f7
    used for example for arch-linux pacman files by using
e981f7
    -Z '.tar.zst=zstdcat'.
e981f7
  - Better logging using User-Agent and X-Forwarded-For headers.
e981f7
  - More prometheus metrics.
e981f7
  - Support for eliding dots or extraneous slashes in path names.
e981f7
e981f7
  debuginfod-find:
e981f7
  - Accept /path/names in place of buildid hex.
e981f7
e981f7
  libelf:
e981f7
  - Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached
e981f7
  - Ensure zlib resource cleanup on failure.
e981f7
e981f7
  libdwfl:
e981f7
  - dwfl_linux_kernel_find_elf and dwfl_linux_kernel_report_offline
e981f7
    now find and handle a compressed vmlinuz image.
e981f7
e981f7
  readelf, elflint:
e981f7
  - Handle PT_GNU_PROPERTY.
e981f7
e981f7
  translations:
e981f7
  - Updated Ukrainian translation.
e981f7
e981f7
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.178-9
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e981f7
e981f7
* Fri Jan 24 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.178-8
e981f7
- Add elfutils-0.178-gcc10-null-dereference.patch
e981f7
e981f7
* Fri Jan 10 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.178-7
e981f7
- Add elfutils-0.178-debuginfod-timeoutprogress.patch
e981f7
- Add elfutils-0.178-libasm-ebl.patch
e981f7
e981f7
* Wed Dec 11 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-6
e981f7
- Add elfutils-0.178-curl-code-gcc-10.patch
e981f7
- Add elfutils-0.178-compressed-vmlinuz.patch
e981f7
e981f7
* Mon Dec  9 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-5
e981f7
- Add elfutils-0.178-debuginfod-no-cache.patch.
e981f7
e981f7
* Thu Nov 28 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-4
e981f7
- Define %%{depsuffix} before use.
e981f7
e981f7
* Thu Nov 28 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-3
e981f7
- Add elfutils-debuginfod-client Provides and Requires with depsuffix
e981f7
  to get multilib dependencies correct. Add %%{version}-%%{release} to
e981f7
  keep subpackages in sync.
e981f7
e981f7
* Wed Nov 27 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-2
e981f7
- Fix libdebuginfod file list for debuginfo-client[-devel].
e981f7
e981f7
* Tue Nov 26 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-1
e981f7
- New upstream release.
e981f7
  - debuginfod: New server, client tool and library to index and fetch
e981f7
                ELF/DWARF files addressed by build-id through HTTP.
e981f7
  - doc: There are now some manual pages for functions and tools.
e981f7
  - backends: The libebl libraries are no longer dynamically loaded
e981f7
              through dlopen, but are now compiled into libdw.so directly.
e981f7
  - readelf: -n, --notes now takes an optional "SECTION" argument.
e981f7
             -p and -x now also handle section numbers.
e981f7
             New option --dyn-sym to show just the dynamic symbol table.
e981f7
  - libcpu: Add RISC-V disassembler.
e981f7
  - libdw: Abbrevs and DIEs can now be read concurrently by multiple
e981f7
           threads through the same Dwarf handle.
e981f7
  - libdwfl: Will try to use debuginfod when installed as fallback to
e981f7
             retrieve ELF and DWARF debug data files by build-id.
e981f7
e981f7
* Wed Aug 14 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.177-1
e981f7
- New upstream release.
e981f7
  - elfclassify: New tool to analyze ELF objects.
e981f7
  - readelf: Print DW_AT_data_member_location as decimal offset.
e981f7
             Decode DW_AT_discr_list block attributes.
e981f7
  - libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.
e981f7
  - libdwelf: Add dwelf_elf_e_machine_string.
e981f7
              dwelf_elf_begin now only returns NULL when there is an error
e981f7
              reading or decompressing a file. If the file is not an ELF file
e981f7
              an ELF handle of type ELF_K_NONE is returned.
e981f7
  - backends: Add support for C-SKY.
e981f7
e981f7
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.176-5
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e981f7
e981f7
* Fri Jul  5 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-4
e981f7
- Add elfutils-0.176-strip-symbols-illformed.patch
e981f7
e981f7
* Mon Jun  3 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-3
e981f7
- Add elfutils-0.176-elf-update.patch
e981f7
e981f7
* Tue Apr 30 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-2
e981f7
- Update elfutils-0.176-gcc-pr88835.patch.
e981f7
- Add elfutils-0.176-pt-gnu-prop.patch
e981f7
- Add elfutils-0.176-xlate-note.patch
e981f7
e981f7
* Fri Feb 15 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-1
e981f7
- New upstream release.
e981f7
  - backends: riscv improved core file and return value location support.
e981f7
  - Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
e981f7
          CVE-2019-7664, CVE-2019-7665.
e981f7
e981f7
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.175-3
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e981f7
e981f7
* Mon Dec  3 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.175-2
e981f7
- Add elfutils-0.175-gnu-props-32.patch.
e981f7
e981f7
* Fri Nov 16 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.175-1
e981f7
- New upstream release.
e981f7
  - readelf: Handle multiple .debug_macro sections.
e981f7
  - strip: Add strip --reloc-debug-sections-only option.
e981f7
    Handle relocations against GNU compressed sections.
e981f7
  - libdwelf: New function dwelf_elf_begin.
e981f7
  - libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT
e981f7
    and BPF_JSLE.
e981f7
  - backends: RISCV handles ADD/SUB relocations.
e981f7
- Remove all patches.
e981f7
e981f7
* Wed Nov 14 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.174-5
e981f7
- Add elfutils-0.174-x86_64_unwind.patch.
e981f7
- Add elfutils-0.174-gnu-property-note.patch.
e981f7
- Add elfutils-0.174-version-note.patch.
e981f7
- Add elfutils-0.174-gnu-attribute-note.patch
e981f7
e981f7
* Tue Nov  6 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.174-4
e981f7
- Add elfutils-0.174-size-rec-ar.patch
e981f7
  CVE-2018-18520 (#1646478)
e981f7
- Add elfutils-0.174-ar-sh_entsize-zero.patch
e981f7
  CVE-2018-18521 (#1646483)
e981f7
e981f7
* Fri Nov  2 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.174-3
e981f7
- Add elfutils-0.174-libdwfl-sanity-check-core-reads.patch
e981f7
  CVE-2018-18310 (#1642605)
e981f7
e981f7
* Wed Oct 17 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.174-2
e981f7
- Add elfutils-0.174-strip-unstrip-group.patch.
e981f7
e981f7
* Fri Sep 14 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.174-1
e981f7
- New upstream release
e981f7
  - libelf, libdw and all tools now handle extended shnum and shstrndx
e981f7
    correctly (#1608390).
e981f7
  - elfcompress: Don't rewrite input file if no section data needs
e981f7
    updating.  Try harder to keep same file mode bits (suid) on rewrite.
e981f7
  - strip: Handle mixed (out of order) allocated/non-allocated sections.
e981f7
  - unstrip: Handle SHT_GROUP sections.
e981f7
  - backends: RISCV and M68K now have backend implementations to
e981f7
    generate CFI based backtraces.
e981f7
  - Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403
e981f7
    (#1623753, #1625051, #1625056).
e981f7
e981f7
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.173-8
e981f7
- Rebuild with fixed binutils
e981f7
e981f7
* Sun Jul 29 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-7
e981f7
- Add elfutils-0.173-strip-alloc-nonalloc.patch (#1609577)
e981f7
e981f7
* Tue Jul 24 2018 Mark Wielaard <mjw@fedoraproject.org>
e981f7
- Drop libstdc++-devel BuildRequires. gcc-c++ will pull it in.
e981f7
e981f7
* Tue Jul 24 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-6
e981f7
- Update elfutils-0.173-annobingroup.patch.
e981f7
e981f7
* Sat Jul 21 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-5
e981f7
- Add BuildRequires gcc-c++ for demangle support.
e981f7
- Add elfutils-0.173-annobingroup.patch.
e981f7
e981f7
* Sat Jul 21 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-4
e981f7
- Add elfutils-0.173-elfcompress.patch (#1607044)
e981f7
e981f7
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.173-3
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e981f7
e981f7
* Mon Jul  9 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-2
e981f7
- Update elfutils-0.173-new-notes-hack.patch for new annobin note.
e981f7
- Unbreak cyclic systemd dependency for buildroot container (#1599083)
e981f7
e981f7
* Fri Jun 29 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-1
e981f7
- New upstream release
e981f7
  - More fixes for crashes and hangs found by afl-fuzz. In particular
e981f7
    various functions now detect and break infinite loops caused by bad
e981f7
    DIE tree cycles.
e981f7
  - readelf: Will now lookup the size and signedness of constant value
e981f7
    types to display them correctly (and not just how they were encoded).
e981f7
  - libdw: New function dwarf_next_lines to read CU-less .debug_line data.
e981f7
    dwarf_begin_elf now accepts ELF files containing just .debug_line
e981f7
    or .debug_frame sections (which can be read without needing a DIE
e981f7
    tree from the .debug_info section).
e981f7
    Removed dwarf_getscn_info, which was never implemented.
e981f7
  - backends: Handle BPF simple relocations.
e981f7
    The RISCV backends now handles ABI specific CFI and knows about
e981f7
    RISCV register types and names.
e981f7
e981f7
* Wed Jun 20 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-2
e981f7
- Add elfutils-0.172-robustify.patch.
e981f7
e981f7
* Mon Jun 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-1
e981f7
- New upstream release.
e981f7
  - No functional changes compared to 0.171.
e981f7
  - Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
e981f7
    data. Thanks to running the afl fuzzer on eu-readelf and various
e981f7
    testcases.
e981f7
  - eu-readelf -N is ~15% faster.
e981f7
e981f7
* Fri Jun 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.171-1
e981f7
- New upstream release.
e981f7
  - DWARF5 and split dwarf, including GNU DebugFission, support.
e981f7
  - readelf: Handle all new DWARF5 sections.
e981f7
    --debug-dump=info+ will show split unit DIEs when found.
e981f7
    --dwarf-skeleton can be used when inspecting a .dwo file.
e981f7
    Recognizes GNU locviews with --debug-dump=loc.
e981f7
  - libdw: New functions dwarf_die_addr_die, dwarf_get_units,
e981f7
    dwarf_getabbrevattr_data and dwarf_cu_info.
e981f7
    libdw will now try to resolve the alt file on first use
e981f7
    when not set yet with dwarf_set_alt.
e981f7
    dwarf_aggregate_size() now works with multi-dimensional arrays.
e981f7
  - libdwfl: Use process_vm_readv when available instead of ptrace.
e981f7
  - backends: Add a RISC-V backend.
e981f7
e981f7
* Wed Apr 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-11
e981f7
- Add explict libstdc++-devel BuildRequires for demangle support.
e981f7
- Add elfutils-0.170-unwind.patch. (#1555726)
e981f7
e981f7
* Thu Mar 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-10
e981f7
- Add elfutils-0.170-GNU_variable_value.patch
e981f7
- Add elfutils-0.170-locviews.patch
e981f7
e981f7
* Fri Feb 16 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-9
e981f7
- Add elfutils-0.170-core-pid.patch
e981f7
- Add elfutils-0.170-elf_sync.patch
e981f7
- Add elfutils-0.170-new-notes-hack.patch
e981f7
e981f7
* Thu Feb 15 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-8
e981f7
- Add elfutils-0.170-sys-ptrace.patch
e981f7
- Make sure spec can be build even when ldconfig_scriplets aren't defined.
e981f7
- Add elfutils-0.170-m68k-packed-not-aligned.patch
e981f7
e981f7
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.170-7
e981f7
- Escape macros in %%changelog
e981f7
e981f7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.170-6
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e981f7
e981f7
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.170-5
e981f7
- Switch to %%ldconfig_scriptlets
e981f7
e981f7
* Wed Dec 20 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-4
e981f7
- Add elfutils-0.170-dwarf_aggregate_size.patch.
e981f7
e981f7
* Wed Nov  8 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-3
e981f7
- Rely on (and check) systemd_requires for sysctl_apply default-yama-scope.
e981f7
e981f7
* Thu Nov  2 2017 Mark Wielaard <mjw@redhat.com> - 0.170-2
e981f7
- Config files under /usr/lib/sysctl.d (_sysctldir) aren't %%config (#1506660)
e981f7
  Admin can place the real config file under /etc/sysctl.d as override.
e981f7
e981f7
* Thu Aug  3 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-1
e981f7
- New upstream release. Remove upstreamed patches.
e981f7
- provide_yama_scope for either fedora >= 22 and rhel >= 7.
e981f7
e981f7
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.169-8
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e981f7
e981f7
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.169-7
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e981f7
e981f7
* Fri Jul 21 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-6
e981f7
- Add elfutils-0.169-strip-data-marker-symbols.patch.
e981f7
e981f7
* Mon Jul 17 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-5
e981f7
- Fix build on s390 (ptrace.h). Add elfutils-0.169-s390x-ptrace.patch.
e981f7
e981f7
* Mon Jul 17 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-4
e981f7
- Add elfutils-0.169-strip-keep-remove-section.patch (#1465997)
e981f7
e981f7
* Wed Jun  7 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-3
e981f7
- Add elfutils-0.169-dup-shstrtab.patch
e981f7
- Add elfutils-0.169-strip-empty.patch
e981f7
e981f7
* Tue May 30 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-2
e981f7
- Add ppc64 fallback unwinder.
e981f7
e981f7
* Fri May  5 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-1
e981f7
- New upstream release. Removed upstreamed patches.
e981f7
e981f7
* Wed Feb 15 2017 Mark Wielaard <mark@klomp.org> - 0.168-5
e981f7
- Add patches for new gcc warnings and new binutils ppc64 attributes.
e981f7
  - elfutils-0.168-libasm-truncation.patch
e981f7
  - elfutils-0.168-ppc64-attrs.patch
e981f7
e981f7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.168-4
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e981f7
e981f7
* Mon Jan 16 2017 Mark Wielaard <mark@klomp.org> - 0.168-3
e981f7
- Never use old, deprecated, filter_provides_in, it really is too broken.
e981f7
e981f7
* Fri Jan 13 2017 Mark Wielaard <mark@klomp.org> - 0.168-2
e981f7
- Filter out private libebl backends from provides.
e981f7
e981f7
* Wed Dec 28 2016 Mark Wielaard <mark@klomp.org> - 0.168-1
e981f7
- New upstream release from new home https://sourceware.org/elfutils/
e981f7
- Resolves:
e981f7
  - #1396092 Please implement eu-readelf --symbols[=SECTION]
e981f7
  - #1388057 memory allocation failure in allocate_elf
e981f7
  - #1387584 memory allocation failure in __libelf_set_rawdata_wrlock
e981f7
e981f7
* Fri Oct  7 2016 Mark Wielaard <mjw@redhat.com> - 0.167-2
e981f7
- Add elfutils-0.167-strip-alloc-symbol.patch (#1380961)
e981f7
e981f7
* Fri Aug 26 2016 Mark Wielaard <mjw@redhat.com> - 0.167-1
e981f7
- Upgrade to elfutils-0.167
e981f7
  Drop upstream elfutils-0.166-elfcmp-comp-gcc6.patch
e981f7
  Fixes: #1365812, #1352232.
e981f7
e981f7
* Thu Apr 14 2016 Mark Wielaard <mjw@redhat.com> - 0.166-2
e981f7
- Add elfutils-0.166-elfcmp-comp-gcc6.patch
e981f7
e981f7
* Thu Mar 31 2016 Mark Wielaard <mjw@redhat.com> - 0.166-1
e981f7
- Upgrade to elfutils-0.166
e981f7
  Drop upstreamed patches:
e981f7
    - elfutils-0.165-nobitsalign-strip.patch.
e981f7
    - elfutils-0.165-reloc.patch.
e981f7
    - elfutils-0.165-elf-libelf.patch.
e981f7
e981f7
* Thu Feb 04 2016 Mark Wielaard <mjw@redhat.com> - 0.165-5
e981f7
- Add elfutils-0.165-nobitsalign-strip.patch.
e981f7
e981f7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.165-4
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e981f7
e981f7
* Thu Jan 28 2016 Mark Wielaard <mjw@redhat.com> - 0.165-3
e981f7
- Add elfutils-0.165-reloc.patch.
e981f7
e981f7
* Thu Jan 14 2016 Mark Wielaard <mjw@redhat.com> - 0.165-2
e981f7
- Add elfutils-0.165-elf-libelf.patch.
e981f7
e981f7
* Mon Jan 11 2016 Mark Wielaard <mjw@redhat.com> - 0.165-1
e981f7
- Update to elfutils-0.165 (#1294079, #1236699, #807053)
e981f7
  - Add eu-elfcompress
e981f7
  - Add pkg-config files for libelf and libdw.
e981f7
e981f7
* Fri Oct 16 2015 Mark Wielaard <mjw@redhat.com> - 0.164-1
e981f7
- Update to elfutils-0.164
e981f7
- Drop old compat stuff
e981f7
e981f7
* Mon Sep 07 2015 Mark Wielaard <mjw@redhat.com> - 0.163-4
e981f7
- Add elfutils-0.163-readelf-n-undefined-shift.patch (#1259259)
e981f7
e981f7
* Tue Aug 04 2015 Mark Wielaard <mjw@redhat.com> - 0.163-3
e981f7
- Add elfutils-0.163-default-yama-conf.patch (#1250079)
e981f7
  Provides: default-yama-scope
e981f7
e981f7
* Mon Aug 03 2015 Mark Wielaard <mjw@redhat.com> - 0.163-2
e981f7
- Add elfutils-0.163-unstrip-shf_info_link.patch
e981f7
e981f7
* Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> - 0.163-1
e981f7
- Update to 0.163
e981f7
  - Drop elfutils-0.162-ftruncate-allocate.patch
e981f7
e981f7
* Tue Jun 16 2015 Mark Wielaard <mjw@redhat.com> - 0.162-2
e981f7
- Add elfutils-0.162-ftruncate-allocate.patch (#1232206)
e981f7
e981f7
* Thu Jun 11 2015 Mark Wielaard <mjw@redhat.com> - 0.162-1
e981f7
- Update to 0.162 (#1170810, #1139815, #1129756, #1020842)
e981f7
- Include elfutils/known-dwarf.h
e981f7
- Drop BuildRequires glibc-headers (#1230468)
e981f7
- Removed integrated upstream patches:
e981f7
  - elfutils-0.161-aarch64relro.patch
e981f7
  - elfutils-0.161-copyreloc.patch
e981f7
  - elfutils-0.161-addralign.patch
e981f7
  - elfutils-0.161-ar-long-name.patch
e981f7
  - elfutils-0.161-formref-type.patch
e981f7
e981f7
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.161-8
e981f7
- Rebuilt for GCC 5 C++11 ABI change
e981f7
e981f7
* Mon Mar 23 2015 Mark Wielaard <mjw@redhat.com> - 0.161-7
e981f7
- Add elfutils-0.161-aarch64relro.patch (#1201778)
e981f7
e981f7
* Mon Mar 09 2015 Mark Wielaard <mjw@redhat.com> - 0.161-6
e981f7
- Add elfutils-0.161-copyreloc.patch.
e981f7
e981f7
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.161-5
e981f7
- Rebuilt for Fedora 23 Change
e981f7
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
e981f7
e981f7
* Sat Feb 07 2015 Mark Wielaard <mjw@redhat.com> - 0.161-4
e981f7
- Add elfutils-0.161-addralign.patch (#1189928)
e981f7
e981f7
* Thu Feb 05 2015 Mark Wielaard <mjw@redhat.com> - 0.161-3
e981f7
- Add elfutils-0.161-formref-type.patch
e981f7
e981f7
* Tue Jan 13 2015 Mark Wielaard <mjw@redhat.com> - 0.161-2
e981f7
- Add elfutils-0.161-ar-long-name.patch (#1181525 CVE-2014-9447)
e981f7
e981f7
* Fri Dec 19 2014 Mark Wielaard <mjw@redhat.com> - 0.161-1
e981f7
- Update to 0.161.
e981f7
e981f7
* Wed Aug 27 2014 Mark Wielaard <mjw@redhat.com> - 0.160-1
e981f7
- Update to 0.160.
e981f7
  - Remove integrated upstream patches:
e981f7
    elfutils-aarch64-user_regs_struct.patch
e981f7
    elfutils-0.159-argp-attach.patch
e981f7
    elfutils-0.159-aarch64-bool-ret.patch
e981f7
    elfutils-0.159-elf-h.patch
e981f7
    elfutils-0.159-ppc64le-elfv2-abi.patch
e981f7
    elfutils-0.159-report_r_debug.patch
e981f7
    elfutils-0.159-ko_xz.patch
e981f7
e981f7
* Sat Aug 16 2014 Mark Wielaard <mjw@redhat.com> - 0.159-10
e981f7
- Add elfutils-0.159-ko_xz.patch
e981f7
e981f7
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-9
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e981f7
e981f7
* Mon Jul 28 2014 Mark Wielaard <mjw@redhat.com> - 0.159-8
e981f7
- Add elfutils-0.159-report_r_debug.patch (#1112610)
e981f7
e981f7
* Fri Jul 18 2014 Mark Wielaard <mjw@redhat.com> - 0.159-7
e981f7
- Add configure check to elfutils-aarch64-user_regs_struct.patch.
e981f7
e981f7
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 0.159-6
e981f7
- fix license handling
e981f7
e981f7
* Fri Jul  4 2014 Mark Wielaard <mjw@redhat.com> - 0.159-5
e981f7
- Add elfutils-0.159-aarch64-bool-ret.patch
e981f7
- Add elfutils-0.159-elf-h.patch
e981f7
- Add elfutils-0.159-ppc64le-elfv2-abi.patch (#1110249)
e981f7
e981f7
* Tue Jun 10 2014 Mark Wielaard <mjw@redhat.com> - 0.159-4
e981f7
- Add elfutils-0.159-argp-attach.patch (#1107654)
e981f7
e981f7
* Mon Jun 09 2014 Kyle McMartin <kyle@fedoraproject.org> - 0.159-3
e981f7
- AArch64: handle new glibc-headers which provides proper GETREGSET structs.
e981f7
e981f7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-2.1
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e981f7
e981f7
* Mon May 19 2014 Mark Wielaard <mjw@redhat.com> - 0.159-1
e981f7
- Update to 0.159.
e981f7
  - Remove integrated upstream patches:
e981f7
    robustify.patch, mod-e_type.patch and CVE-2014-0172.patch.
e981f7
  - Remove special handling of now default compile and configure flags:
e981f7
    Don't remove -Werror=format-security, don't configure --enable-dwz.
e981f7
e981f7
* Thu Apr 10 2014 Mark Wielaard <mjw@redhat.com> - 0.158-3
e981f7
- Add elfutils-0.158-CVE-2014-0172.patch (#1085729)
e981f7
e981f7
* Tue Mar 11 2014 Mark Wielaard <mjw@redhat.com> - 0.158-2
e981f7
- Add elfutils-0.158-mod-e_type.patch.
e981f7
e981f7
* Mon Jan  6 2014 Mark Wielaard <mjw@redhat.com> - 0.158-1
e981f7
- Update to 0.158. Remove all patches now upstream. Add eu-stack.
e981f7
e981f7
* Thu Dec 19 2013 Mark Wielaard <mjw@redhat.com> - 0.157-4
e981f7
- Add elfutils-0.157-aarch64-got-special-symbol.patch.
e981f7
- Remove -Werror=format-security from RPM_OPT_FLAGS.
e981f7
e981f7
* Fri Dec 13 2013 Petr Machata <pmachata@redhat.com> - 0.157-3
e981f7
- Add upstream support for aarch64
e981f7
e981f7
* Wed Oct  9 2013 Mark Wielaard <mjw@redhat.com> 0.157-2
e981f7
- Show tests/test-suite.log in build.log when make check fails.
e981f7
e981f7
* Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
e981f7
- Update to 0.157.
e981f7
- Remove elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
e981f7
- Remove elfutils-0.156-et_dyn-kernels.patch.
e981f7
e981f7
* Fri Sep 06 2013 Mark Wielaard <mjw@redhat.com> 0.156-5
e981f7
- Add elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
e981f7
  Sets up initial CFI return register, CFA location expression and
e981f7
  register rules for PPC, S390 and ARM (dwarf_cfi_addrframe support).
e981f7
e981f7
* Mon Aug 26 2013 Mark Wielaard <mjw@redhat.com> 0.156-4
e981f7
- Add elfutils-0.156-et_dyn-kernels.patch.
e981f7
  Fixes an issue on ppc64 with systemtap kernel address placement.
e981f7
e981f7
* Thu Aug  8 2013 Mark Wielaard <mjw@redhat.com> 0.156-3
e981f7
- Make check can now also be ran in parallel.
e981f7
e981f7
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-2
e981f7
- Update the %%configure command for compatibility with fc20 Koji.
e981f7
e981f7
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
e981f7
- Update to 0.156.
e981f7
  - #890447 - Add __bss_start and __TMC_END__ to elflint.
e981f7
  - #909481 - Only try opening files with installed compression libraries.
e981f7
  - #914908 - Add __bss_start__ to elflint.
e981f7
  - #853757 - Updated Polish translation.
e981f7
  - #985438 - Incorrect prototype of __libdwfl_find_elf_build_id.
e981f7
  - Drop upstreamed elfutils-0.155-binutils-pr-ld-13621.patch.
e981f7
  - Drop upstreamed elfutils-0.155-mem-align.patch.
e981f7
  - Drop upstreamed elfutils-0.155-sizeof-pointer-memaccess.patch.
e981f7
e981f7
* Tue Jul 02 2013 Karsten Hopp <karsten@redhat.com> 0.155-6
e981f7
- bump release and rebuild to fix dependencies on PPC
e981f7
e981f7
* Sun Feb 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-5
e981f7
- Add ARM variant to elfutils-0.155-binutils-pr-ld-13621.patch rhbz#914908.
e981f7
- rhel >= 5 has xz-devel
e981f7
e981f7
* Fri Feb 22 2013 Mark Wielaard <mjw@redhat.com> - 0.155-4
e981f7
- Replace elfutils-0.155-binutils-pr-ld-13621.patch with upstream fix.
e981f7
e981f7
* Thu Jan 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-3
e981f7
- Backport sizeof-pointer-memaccess upstream fixes.
e981f7
e981f7
* Thu Jan 10 2013 Mark Wielaard <mjw@redhat.com> - 0.155-2
e981f7
- #891553 - unaligned memory access issues.
e981f7
e981f7
* Mon Aug 27 2012 Mark Wielaard <mjw@redhat.com> - 0.155-1
e981f7
- Update to 0.155.
e981f7
  - #844270 - eu-nm invalid %%N$ use detected.
e981f7
  - #847454 - Ukrainian translation update.
e981f7
  - Removed local ar 64-bit symbol patch, dwz support patch and xlatetom fix.
e981f7
e981f7
* Tue Aug 14 2012 Petr Machata <pmachata@redhat.com> - 0.154-4
e981f7
- Add support for archives with 64-bit symbol tables (#843019)
e981f7
e981f7
* Wed Aug 01 2012 Mark Wielaard <mjw@redhat.com> 0.154-3
e981f7
- Add dwz support
e981f7
e981f7
* Wed Jul 18 2012 Mark Wielaard <mjw@redhat.com> 0.154-2
e981f7
- Add upstream xlatetom fix (#835877)
e981f7
e981f7
* Mon Jul 02 2012 Karsten Hopp <karsten@redhat.com> 0.154-1.1
e981f7
- disable unstrip-n check for now (835877)
e981f7
e981f7
* Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> - 0.154-1
e981f7
- Update to 0.154
e981f7
  - elflint doesn't recognize SHF_INFO_LINK on relocation sections (#807823)
e981f7
  - Update license to GPLv3+ and (GPLv2+ or LGPLv3+)
e981f7
  - Remove elfutils-0.153-dwfl_segment_report_module.patch
e981f7
- Add elfutils-0.154-binutils-pr-ld-13621.patch
e981f7
e981f7
* Mon Apr 02 2012 Mark Wielaard <mark@klomp.org> - 0.153-2
e981f7
- Fix for eu-unstrip emits garbage for librt.so.1 (#805447)
e981f7
e981f7
* Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> - 0.153-1
e981f7
- Update to 0.153
e981f7
  - New --disable-werror for portability.
e981f7
  - Support for .zdebug sections (#679777)
e981f7
  - type_units and DW_AT_GNU_odr_signature support (#679815)
e981f7
  - low level support DW_OP_GNU_entry_value and DW_TAG_GNU_call_site (#688090)
e981f7
  - FTBFS on rawhide with gcc 4.7 (#783506)
e981f7
    - Remove gcc-4.7 patch
e981f7
e981f7
* Fri Jan 20 2012 Mark Wielaard <mjw@redhat.com> - 0.152-3
e981f7
- Fixes for gcc-4.7 based on upstream commit 32899a (#783506).
e981f7
e981f7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.152-2
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e981f7
e981f7
* Tue Feb 15 2011 Roland McGrath <roland@redhat.com> - 0.152-1
e981f7
- Update to 0.152
e981f7
  - Various build and warning nits fixed for newest GCC and Autoconf.
e981f7
  - libdwfl: Yet another prelink-related fix for another regression. (#674465)
e981f7
  - eu-elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
e981f7
  - eu-elfcmp: New flag -l/--verbose to print all differences.
e981f7
e981f7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.151-2
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e981f7
e981f7
* Wed Jan 12 2011 Roland McGrath <roland@redhat.com> - 0.151-1
e981f7
- Update to 0.151
e981f7
  - libdwfl: Fix for more prelink cases with separate debug file.
e981f7
  - eu-strip: New flag --strip-sections to remove section headers entirely.
e981f7
e981f7
* Thu Dec  2 2010 Roland McGrath <roland@redhat.com> - 0.150-2
e981f7
- libdwfl: Remove bogus assert. (#658268)
e981f7
e981f7
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
e981f7
- Update to 0.150
e981f7
  - libdw: Fix for handling huge .debug_aranges section. (#638432)
e981f7
  - libdwfl: Fix for handling prelinked DSO with separate debug file. (#652857)
e981f7
  - findtextrel: Fix diagnostics to work with usual section ordering.
e981f7
e981f7
* Wed Sep 29 2010 jkeating - 0.149-2
e981f7
- Rebuilt for gcc bug 634757
e981f7
e981f7
* Mon Sep 13 2010 Roland McGrath <roland@redhat.com> - 0.149-1
e981f7
- Update to 0.149
e981f7
  - libdw: Decode new DW_OP_GNU_implicit_pointer operation;
e981f7
           new function dwarf_getlocation_implicit_pointer.
e981f7
  - libdwfl: New function dwfl_dwarf_line.
e981f7
  - eu-addr2line: New flag -F/--flags to print more DWARF line info details.
e981f7
  - eu-readelf: better .debug_loc processing (#627729)
e981f7
  - eu-strings: Fix non-mmap file reading. (#609468)
e981f7
  - eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
e981f7
e981f7
* Mon Jun 28 2010 Roland McGrath <roland@redhat.com> - 0.148-1
e981f7
- Update to 0.148
e981f7
  - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
e981f7
           dwarf_offdie_types.
e981f7
           New functions dwarf_lineisa, dwarf_linediscriminator,
e981f7
           dwarf_lineop_index.
e981f7
  - libdwfl: Fixes in core-file handling, support cores from PIEs. (#588818)
e981f7
             When working from build IDs, don't open a named file
e981f7
             that mismatches.
e981f7
  - readelf: Handle DWARF 4 formats.
e981f7
e981f7
* Mon May  3 2010 Roland McGrath <roland@redhat.com> - 0.147-1
e981f7
- Update to 0.147
e981f7
e981f7
* Wed Apr 21 2010 Roland McGrath <roland@redhat.com> - 0.146-1
e981f7
- Update to 0.146
e981f7
  - libdwfl: New function dwfl_core_file_report.
e981f7
  - libelf: Fix handling of phdrs in truncated file. (#577310)
e981f7
  - libdwfl: Fix infinite loop handling clobbered link_map. (#576379)
e981f7
- Package translations.
e981f7
e981f7
* Tue Feb 23 2010 Roland McGrath <roland@redhat.com> - 0.145-1
e981f7
- Update to 0.145
e981f7
  - Fix build with --disable-dependency-tracking. (#564646)
e981f7
  - Fix build with most recent glibc headers.
e981f7
  - libdw: Fix CFI decoding. (#563528)
e981f7
  - libdwfl: Fix address bias returned by CFI accessors. (#563528)
e981f7
             Fix core file module layout identification. (#559836)
e981f7
  - readelf: Fix CFI decoding.
e981f7
e981f7
* Fri Jan 15 2010 Roland McGrath <roland@redhat.com> - 0.144-2
e981f7
- Fix sloppy #include's breaking build with F-13 glibc.
e981f7
e981f7
* Thu Jan 14 2010 Roland McGrath <roland@redhat.com> - 0.144-1
e981f7
- Update to 0.144
e981f7
  - libdw: New function dwarf_aggregate_size for computing (constant) type
e981f7
           sizes, including array_type cases with nontrivial calculation.
e981f7
  - readelf: Don't give errors for missing info under -a.
e981f7
             Handle Linux "VMCOREINFO" notes under -n.
e981f7
- Resolves: RHBZ #527004, RHBZ #530704, RHBZ #550858
e981f7
e981f7
* Mon Sep 21 2009 Roland McGrath <roland@redhat.com> - 0.143-1
e981f7
- Update to 0.143
e981f7
  - libdw: Various convenience functions for individual attributes now use
e981f7
           dwarf_attr_integrate to look up indirect inherited attributes.
e981f7
           Location expression handling now supports DW_OP_implicit_value.
e981f7
  - libdwfl: Support automatic decompression of files in XZ format,
e981f7
             and of Linux kernel images made with bzip2 or LZMA
e981f7
             (as well as gzip).
e981f7
e981f7
* Tue Jul 28 2009 Roland McGrath <roland@redhat.com> - 0.142-1
e981f7
- Update to 0.142
e981f7
  - libelf: Bug fix in filling gaps between sections. (#512840)
e981f7
  - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx
e981f7
            alias for elf_getshstrndx and deprecate original names.
e981f7
  - libebl, elflint: Add support for STB_GNU_UNIQUE. (#511436)
e981f7
  - readelf: Add -N option, speeds up DWARF printing
e981f7
             without address->name lookups. (#505347)
e981f7
  - libdw: Add support for decoding DWARF CFI into location description form.
e981f7
           Handle some new DWARF 3 expression operations previously omitted.
e981f7
           Basic handling of some new encodings slated for DWARF 4.
e981f7
e981f7
* Thu Apr 23 2009 Roland McGrath <roland@redhat.com> - 0.141-1
e981f7
- Update to 0.141
e981f7
  - libebl: sparc backend fixes (#490585)
e981f7
            some more arm backend support
e981f7
  - libdwfl: fix dwfl_module_build_id for prelinked DSO case (#489439)
e981f7
             fixes in core file support (#494858)
e981f7
             dwfl_module_getsym interface improved for non-address symbols
e981f7
  - eu-strip: fix infinite loop on strange inputs with -f
e981f7
  - eu-addr2line: take -j/--section=NAME option for binutils compatibility
e981f7
                  (same effect as '(NAME)0x123' syntax already supported)
e981f7
- Resolves: RHBZ #495213, RHBZ #465872, RHBZ #470055, RHBZ #484623
e981f7
e981f7
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-2
e981f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e981f7
e981f7
* Sun Feb 15 2009 Roland McGrath <roland@redhat.com> - 0.140-1
e981f7
- Update to 0.140
e981f7
  - libelf: Fix regression in creation of section header. (#484946)
e981f7
e981f7
* Fri Jan 23 2009 Roland McGrath <roland@redhat.com> - 0.139-1
e981f7
- Update to 0.139
e981f7
  - libcpu: Add Intel SSE4 disassembler support
e981f7
  - readelf: Implement call frame information and exception handling dumping.
e981f7
             Add -e option.  Enable it implicitly for -a.
e981f7
  - elflint: Check PT_GNU_EH_FRAME program header entry.
e981f7
  - libdwfl: Support automatic gzip/bzip2 decompression of ELF files. (#472136)
e981f7
e981f7
* Thu Jan  1 2009 Roland McGrath <roland@redhat.com> - 0.138-2
e981f7
- Fix libelf regression.
e981f7
e981f7
* Wed Dec 31 2008 Roland McGrath <roland@redhat.com> - 0.138-1
e981f7
- Update to 0.138
e981f7
  - Install <elfutils/version.h> header file for applications to use in
e981f7
    source version compatibility checks.
e981f7
  - libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
e981f7
  - libcpu: disassembler fixes (#469739)
e981f7
  - libdwfl: bug fixes (#465878)
e981f7
  - libelf: bug fixes
e981f7
  - eu-nm: bug fixes for handling corrupt input files (#476136)
e981f7
e981f7
* Wed Oct  1 2008 Roland McGrath <roland@redhat.com> - 0.137-3
e981f7
- fix libdwfl regression (#462689)
e981f7
e981f7
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 0.137-2
e981f7
- Update to 0.137
e981f7
  - libdwfl: bug fixes; new segment interfaces;
e981f7
             all the libdwfl-based tools now support --core=COREFILE option
e981f7
- Resolves: RHBZ #325021, RHBZ #447416
e981f7
e981f7
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.135-2
e981f7
- fix conditional comparison
e981f7
e981f7
* Mon May 12 2008 Roland McGrath <roland@redhat.com> - 0.135-1
e981f7
- Update to 0.135
e981f7
  - libdwfl: bug fixes
e981f7
  - eu-strip: changed handling of ET_REL files wrt symbol tables and relocs
e981f7
e981f7
* Wed Apr  9 2008 Roland McGrath <roland@redhat.com> - 0.134-1
e981f7
- Update to 0.134
e981f7
  - elflint: backend improvements for sparc, alpha (#204170)
e981f7
  - libdwfl, libelf: bug fixes (#439344, #438867, #438263, #438190)
e981f7
- Remove Conflicts: libelf-devel from elfutils-libelf-devel. (#435742)
e981f7
e981f7
* Sun Mar  2 2008 Roland McGrath <roland@redhat.com> - 0.133-2
e981f7
- Update to 0.133
e981f7
  - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
e981f7
  - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
e981f7
  - libdwfl: bug fixes and optimization in relocation handling
e981f7
  - elfcmp: bug fix for non-allocated section handling
e981f7
  - ld: implement newer features of binutils linker.
e981f7
- Install eu-objdump and libasm, now has limited disassembler support.
e981f7
e981f7
* Mon Jan 21 2008 Roland McGrath <roland@redhat.com> - 0.132-3
e981f7
- Update to 0.132
e981f7
  - libelf: Use loff_t instead of off64_t in libelf.h header. (#377241)
e981f7
  - eu-readelf: Fix handling of ET_REL files in archives.
e981f7
  - libcpu: Implement x86 and x86-64 disassembler.
e981f7
  - libasm: Add interface for disassembler.
e981f7
  - all programs: add debugging of branch prediction.
e981f7
  - libelf: new function elf_scnshndx.
e981f7
e981f7
* Sun Nov 11 2007 Roland McGrath <roland@redhat.com> - 0.131-1
e981f7
- Update to 0.131
e981f7
  - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
e981f7
           bug fixes for oddly-formatted DWARF
e981f7
  - libdwfl: bug fixes in offline archive support, symbol table handling;
e981f7
             apply partial relocations for dwfl_module_address_section on ET_REL
e981f7
  - libebl: powerpc backend support for Altivec registers
e981f7
e981f7
* Wed Oct 17 2007 Roland McGrath <roland@redhat.com> - 0.130-3
e981f7
- Fix ET_REL support.
e981f7
- Fix odd indentation in eu-readelf -x output.
e981f7
e981f7
* Tue Oct 16 2007 Roland McGrath <roland@redhat.com> - 0.130-1
e981f7
- Update to 0.130
e981f7
  - eu-readelf -p option can take an argument like -x for one section
e981f7
  - eu-readelf --archive-index (or -c)
e981f7
  - eu-readelf -n improved output for core dumps
e981f7
  - eu-readelf: handle SHT_NOTE sections without requiring phdrs (#249467)
e981f7
  - eu-elflint: ditto
e981f7
  - eu-elflint: stricter checks on debug sections
e981f7
  - eu-unstrip: new options, --list (or -n), --relocate (or -R)
e981f7
  - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
e981f7
            new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
e981f7
  - libebl: backend improvements (#324031)
e981f7
  - libdwfl: build_id support, new functions for it
e981f7
  - libdwfl: dwfl_module_addrsym fixes (#268761, #268981)
e981f7
  - libdwfl offline archive support, new script eu-make-debug-archive
e981f7
e981f7
* Mon Aug 20 2007 Roland McGrath <roland@redhat.com> - 0.129-2
e981f7
- Fix false-positive eu-elflint failure on ppc -mbss-plt binaries.
e981f7
e981f7
* Tue Aug 14 2007 Roland McGrath <roland@redhat.com> - 0.129-1
e981f7
- Update to 0.129
e981f7
  - readelf: new options --hex-dump (or -x), --strings (or -p) (#250973)
e981f7
  - addr2line: new option --symbols (or -S)
e981f7
  - libdw: dwarf_getscopes fixes (#230235)
e981f7
  - libdwfl: dwfl_module_addrsym fixes (#249490)
e981f7
e981f7
* Fri Jun  8 2007 Roland McGrath <roland@redhat.com> - 0.128-2
e981f7
- Update to 0.128
e981f7
  - new program: unstrip
e981f7
  - elfcmp: new option --hash-inexact
e981f7
- Replace Conflicts: with Provides/Requires using -arch
e981f7
e981f7
* Wed Apr 18 2007 Roland McGrath <roland@redhat.com> - 0.127-1
e981f7
- Update to 0.127
e981f7
  - libdw: new function dwarf_getsrcdirs
e981f7
  - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
e981f7
             dwfl_module_address_section
e981f7
e981f7
* Mon Feb  5 2007 Roland McGrath <roland@redhat.com> - 0.126-1
e981f7
- Update to 0.126
e981f7
  - New program eu-ar.
e981f7
  - libdw: fix missing dwarf_getelf (#227206)
e981f7
  - libdwfl: dwfl_module_addrname for st_size=0 symbols (#227167, #227231)
e981f7
e981f7
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-3
e981f7
- Fix overeager warn_unused_result build failures.
e981f7
e981f7
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-1
e981f7
- Update to 0.125
e981f7
  - elflint: Compare DT_GNU_HASH tests.
e981f7
  - move archives into -static RPMs
e981f7
  - libelf, elflint: better support for core file handling
e981f7
  - Really fix libdwfl sorting of modules with 64-bit addresses (#220817).
e981f7
- Resolves: RHBZ #220817, RHBZ #213792
e981f7
e981f7
* Tue Oct 10 2006 Roland McGrath <roland@redhat.com> - 0.124-1
e981f7
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
e981f7
- Update to 0.124
e981f7
  - libebl: fix ia64 reloc support (#206981)
e981f7
  - libebl: sparc backend support for return value location
e981f7
  - libebl, libdwfl: backend register name support extended with more info
e981f7
  - libelf, libdw: bug fixes for unaligned accesses on machines that care
e981f7
  - readelf, elflint: trivial bugs fixed
e981f7
e981f7
* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
e981f7
- Update to 0.123
e981f7
  - libebl: Backend build fixes, thanks to Stepan Kasal.
e981f7
  - libebl: ia64 backend support for register names, return value location
e981f7
  - libdwfl: Handle truncated linux kernel module section names.
e981f7
  - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
e981f7
  - elflint: Fix checks to permit --hash-style=gnu format.
e981f7
e981f7
* Mon Jul 17 2006 Roland McGrath <roland@redhat.com> - 0.122-4
e981f7
- Fix warnings in elflint compilation.
e981f7
e981f7
* Wed Jul 12 2006 Roland McGrath <roland@redhat.com> - 0.122-3
e981f7
- Update to 0.122
e981f7
  - Fix libdwfl sorting of modules with 64-bit addresses (#198225).
e981f7
  - libebl: add function to test for relative relocation
e981f7
  - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
e981f7
  - elflint, readelf: add support for DT_GNU_HASH
e981f7
  - libelf: add elf_gnu_hash
e981f7
  - elflint, readelf: add support for 64-bit SysV-style hash tables
e981f7
  - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
e981f7
e981f7
* Thu Jun 15 2006 Roland McGrath <roland@redhat.com> - 0.121-1
e981f7
- Update to 0.121
e981f7
  - libelf: bug fixes for rewriting existing files when using mmap (#187618).
e981f7
  - make all installed headers usable in C++ code (#193153).
e981f7
  - eu-readelf: better output format.
e981f7
  - eu-elflint: fix tests of dynamic section content.
e981f7
  - libdw, libdwfl: handle files without aranges info.
e981f7
e981f7
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 0.120-3
e981f7
- rebuild to pick up -devel deps
e981f7
e981f7
* Tue Apr  4 2006 Roland McGrath <roland@redhat.com> - 0.120-2
e981f7
- Update to 0.120
e981f7
  - License changed to GPL, with some exceptions for using
e981f7
    the libelf, libebl, libdw, and libdwfl library interfaces.
e981f7
    Red Hat elfutils is an included package of the Open Invention Network.
e981f7
  - dwarf.h updated for DWARF 3.0 final specification.
e981f7
  - libelf: Fix corruption in ELF_C_RDWR uses (#187618).
e981f7
  - libdwfl: New function dwfl_version; fixes for offline.
e981f7
e981f7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
e981f7
- bump again for double-long bug on ppc(64)
e981f7
e981f7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
e981f7
- rebuilt for new gcc4.1 snapshot and glibc changes
e981f7
e981f7
* Fri Jan 13 2006 Roland McGrath <roland@redhat.com> - 0.119-1
e981f7
- update to 0.119
e981f7
e981f7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e981f7
- rebuilt
e981f7
e981f7
* Sun Nov 27 2005 Roland McGrath <roland@redhat.com> - 0.118-1
e981f7
- update to 0.118
e981f7
  - elflint: more tests.
e981f7
  - libdwfl: New function dwfl_module_register_names.
e981f7
  - libebl: New backend hook for register names.
e981f7
- Make sure -fexceptions is always in CFLAGS.
e981f7
e981f7
* Tue Nov 22 2005 Roland McGrath <roland@redhat.com> - 0.117-2
e981f7
- update to 0.117
e981f7
  - libdwfl: New function dwfl_module_return_value_location (#166118)
e981f7
  - libebl: Backend improvements for several CPUs
e981f7
e981f7
* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.116-1
e981f7
- update to 0.116
e981f7
  - libdw fixes, API changes and additions
e981f7
  - libdwfl fixes (#169672)
e981f7
  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
e981f7
e981f7
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
e981f7
- Update requires/conflicts for better biarch update behavior.
e981f7
e981f7
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
e981f7
- update to 0.115
e981f7
  - New program eu-strings.
e981f7
  - libdw: New function dwarf_getscopes_die.
e981f7
  - libelf: speed-ups of non-mmap reading.
e981f7
  - Implement --enable-gcov option for configure.
e981f7
e981f7
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
e981f7
- update to 0.114
e981f7
  - new program eu-ranlib
e981f7
  - libdw: new calls for inlines
e981f7
  - libdwfl: new calls for offline modules
e981f7
e981f7
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
e981f7
- update to 0.113
e981f7
  - elflint: relax a bit.  Allow version definitions for defined symbols
e981f7
    against DSO versions also for symbols in nobits sections.
e981f7
    Allow .rodata section to have STRINGS and MERGE flag set.
e981f7
  - strip: add some more compatibility with binutils.
e981f7
  - libdwfl: bug fixes.
e981f7
- Separate libdw et al into elfutils-libs subpackage.
e981f7
e981f7
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
e981f7
- update to 0.112
e981f7
  - elfcmp: some more relaxation.
e981f7
  - elflint: many more tests, especially regarding to symbol versioning.
e981f7
  - libelf: Add elfXX_offscn and gelf_offscn.
e981f7
  - libasm: asm_begin interface changes.
e981f7
  - libebl: Add three new interfaces to directly access machine, class,
e981f7
    and data encoding information.
e981f7
e981f7
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
e981f7
- update portability patch
e981f7
e981f7
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
e981f7
- update to 0.111
e981f7
  - libdwfl library now merged into libdw
e981f7
e981f7
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
e981f7
- update to 0.110
e981f7
e981f7
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
e981f7
- update to 0.109
e981f7
  - verify that libebl modules are from the same build
e981f7
  - new eu-elflint checks on copy relocations
e981f7
  - new program eu-elfcmp
e981f7
  - new experimental libdwfl library
e981f7
e981f7
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
e981f7
- robustification of eu-strip and eu-readelf
e981f7
e981f7
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
e981f7
- more robustification
e981f7
e981f7
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
e981f7
- robustification
e981f7
e981f7
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
e981f7
- update to 0.108
e981f7
  - merge strip fixes
e981f7
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
e981f7
  - update elf.h from glibc
e981f7
e981f7
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
e981f7
- fix strip -f byte-swapping bug
e981f7
e981f7
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
e981f7
- update to 0.107
e981f7
  - readelf: improve DWARF output format
e981f7
  - elflint: -d option to support checking separate debuginfo files
e981f7
  - strip: fix ET_REL debuginfo files (#156341)
e981f7
e981f7
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
e981f7
- fix some bugs in new code, reenable make check
e981f7
e981f7
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
e981f7
- disable make check for most arches, for now
e981f7
e981f7
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
e981f7
- update to 0.106
e981f7
e981f7
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
e981f7
- update to 0.104
e981f7
e981f7
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
e981f7
- update to 0.103
e981f7
e981f7
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
e981f7
- update to 0.101.
e981f7
- use %%configure macro to get CFLAGS etc. right
e981f7
e981f7
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
e981f7
- upgrade to 0.99.
e981f7
e981f7
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
e981f7
- upgrade to 0.97.
e981f7
e981f7
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
e981f7
- upgrade to 0.96.
e981f7
e981f7
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
e981f7
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
e981f7
  warning
e981f7
e981f7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e981f7
- rebuilt
e981f7
e981f7
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
e981f7
- upgrade to 0.95.
e981f7
e981f7
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e981f7
- rebuilt
e981f7
e981f7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e981f7
- rebuilt
e981f7
e981f7
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
e981f7
- upgrade to 0.94
e981f7
e981f7
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
e981f7
- upgrade to 0.93
e981f7
e981f7
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
e981f7
- full version
e981f7
- macroized spec file for GPL or OSL builds
e981f7
- include only libelf under GPL plus wrapper scripts
e981f7
e981f7
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
e981f7
- macroized spec file for GPL or OSL builds
e981f7
e981f7
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
e981f7
- split elfutils-devel into two packages.
e981f7
e981f7
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
e981f7
- include only libelf under GPL plus wrapper scripts
e981f7
e981f7
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
e981f7
- readelf, not readline, in %%description (#111214).
e981f7
e981f7
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
e981f7
- update to 0.89 (fix eu-strip)
e981f7
e981f7
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
e981f7
- update to 0.86 (fix eu-strip on s390x/alpha)
e981f7
- libebl is an archive now; remove references to DSO
e981f7
e981f7
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
e981f7
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
e981f7
e981f7
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
e981f7
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
e981f7
e981f7
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
e981f7
- upgrade to 0.82 (strip tests fixed on big-endian).
e981f7
e981f7
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
e981f7
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
e981f7
e981f7
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
e981f7
- upgrade to 0.80 (debugedit changes for kernel in progress).
e981f7
e981f7
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e981f7
- rebuilt
e981f7
e981f7
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
e981f7
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
e981f7
e981f7
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
e981f7
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
e981f7
e981f7
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
e981f7
- debuginfo rebuild
e981f7
e981f7
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
e981f7
- use the correct way of identifying the section via the sh_info link.
e981f7
e981f7
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
e981f7
- update to 0.75 (eu-strip -g fix)
e981f7
e981f7
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
e981f7
- update to 0.74 (fix for writing with some non-dirty sections)
e981f7
e981f7
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
e981f7
- another -0.73 update (with sparc fixes).
e981f7
- do "make check" in %%check, not %%install, section.
e981f7
e981f7
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
e981f7
- update to 0.73 (with s390 fixes).
e981f7
e981f7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e981f7
- rebuilt
e981f7
e981f7
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
e981f7
- fix arguments to gelf_getsymshndx and elf_getshstrndx
e981f7
- fix other warnings
e981f7
- reenable checks on s390x
e981f7
e981f7
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
e981f7
- temporarily disable checks on s390x, until someone has
e981f7
  time to look at it
e981f7
e981f7
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
e981f7
- update to 0.72
e981f7
e981f7
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
e981f7
- update to 0.71
e981f7
e981f7
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
e981f7
- update to 0.69.
e981f7
- add "make check" and segfault avoidance patch.
e981f7
- elfutils-libelf needs to run ldconfig.
e981f7
e981f7
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
e981f7
- update to 0.68.
e981f7
e981f7
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
e981f7
- update to 0.67.
e981f7
e981f7
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
e981f7
- update to 0.65.
e981f7
e981f7
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
e981f7
- update to 0.64.
e981f7
e981f7
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
e981f7
- split packages further into elfutils-libelf
e981f7
e981f7
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
e981f7
- update to 0.63.
e981f7
e981f7
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
e981f7
- Adjust for dropping libtool
e981f7
e981f7
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
e981f7
- update to 0.59
e981f7
e981f7
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
e981f7
- update to 0.56
e981f7
e981f7
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
e981f7
- update to 0.54
e981f7
e981f7
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
e981f7
- update to 0.53
e981f7
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
e981f7
e981f7
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
e981f7
- get beehive to punch a rhpkg generated package.
e981f7
e981f7
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
e981f7
- build in 8.0.1.
e981f7
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
e981f7
e981f7
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
e981f7
- Add libelf-devel to conflicts for elfutils-devel
e981f7
e981f7
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
e981f7
- Split into runtime and devel package
e981f7
e981f7
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
e981f7
- integrate into official sources
e981f7
e981f7
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
e981f7
- Swaddle.