d1bbc4
Name: elfutils
d1bbc4
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
d1bbc4
Version: 0.176
6d43a9
%global baserelease 5
d1bbc4
URL: http://elfutils.org/
d1bbc4
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
d1bbc4
License: GPLv3+ and (GPLv2+ or LGPLv3+)
d1bbc4
Group: Development/Tools
d1bbc4
d1bbc4
Release: %{baserelease}%{?dist}
d1bbc4
d1bbc4
%global provide_yama_scope	0
d1bbc4
d1bbc4
%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7
d1bbc4
%global provide_yama_scope	1
d1bbc4
%endif
d1bbc4
d1bbc4
%global depsuffix %{?_isa}%{!?_isa:-%{_arch}}
d1bbc4
d1bbc4
Source: %{?source_url}%{name}-%{version}.tar.bz2
d1bbc4
d1bbc4
# Patches
d1bbc4
Patch1: elfutils-0.176-xlate-note.patch
d1bbc4
Patch2: elfutils-0.176-elf-update.patch
d1bbc4
Patch3: elfutils-0.176-strip-symbols-illformed.patch
d1bbc4
Patch4: elfutils-0.176-dwelf_elf_e_machine_string.patch
6d43a9
Patch5: elfutils-0.176-pt-gnu-prop.patch
d1bbc4
d1bbc4
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
d1bbc4
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
d1bbc4
d1bbc4
BuildRequires: gettext
d1bbc4
BuildRequires: bison >= 1.875
d1bbc4
BuildRequires: flex >= 2.5.4a
d1bbc4
BuildRequires: bzip2
d1bbc4
BuildRequires: gcc >= 4.4
d1bbc4
# For libstdc++ demangle support
d1bbc4
BuildRequires: libstdc++-devel
d1bbc4
d1bbc4
BuildRequires: zlib-devel >= 1.2.2.3
d1bbc4
BuildRequires: bzip2-devel
d1bbc4
BuildRequires: xz-devel
d1bbc4
d1bbc4
%global _gnu %{nil}
d1bbc4
%global _program_prefix eu-
d1bbc4
d1bbc4
# The lib[64]/elfutils directory contains the private ebl backend
d1bbc4
# libraries. They must not be exposed as global provides. We don't
d1bbc4
# need to filter the requires since they are only loaded with dlopen.
d1bbc4
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
d1bbc4
%global __provides_exclude ^libebl_.*\\.so.*$
d1bbc4
%endif
d1bbc4
d1bbc4
%description
d1bbc4
Elfutils is a collection of utilities, including stack (to show
d1bbc4
backtraces), nm (for listing symbols from object files), size
d1bbc4
(for listing the section sizes of an object or archive file),
d1bbc4
strip (for discarding symbols), readelf (to see the raw ELF file
d1bbc4
structures), elflint (to check for well-formed ELF files) and
d1bbc4
elfcompress (to compress or decompress ELF sections).
d1bbc4
d1bbc4
d1bbc4
%package libs
d1bbc4
Summary: Libraries to handle compiled objects
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
%if 0%{!?_isa:1}
d1bbc4
Provides: elfutils-libs%{depsuffix} = %{version}-%{release}
d1bbc4
%endif
d1bbc4
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
d1bbc4
%if %{provide_yama_scope}
d1bbc4
Requires: default-yama-scope
d1bbc4
%endif
d1bbc4
d1bbc4
%description libs
d1bbc4
The elfutils-libs package contains libraries which implement DWARF, ELF,
d1bbc4
and machine-specific ELF handling.  These libraries are used by the programs
d1bbc4
in the elfutils package.  The elfutils-devel package enables building
d1bbc4
other programs using these libraries.
d1bbc4
d1bbc4
%package devel
d1bbc4
Summary: Development libraries to handle compiled objects
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
%if 0%{!?_isa:1}
d1bbc4
Provides: elfutils-devel%{depsuffix} = %{version}-%{release}
d1bbc4
%endif
d1bbc4
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
d1bbc4
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
d1bbc4
d1bbc4
%description devel
d1bbc4
The elfutils-devel package contains the libraries to create
d1bbc4
applications for handling compiled objects.  libebl provides some
d1bbc4
higher-level ELF access functionality.  libdw provides access to
d1bbc4
the DWARF debugging information.  libasm provides a programmable
d1bbc4
assembler interface.
d1bbc4
d1bbc4
%package devel-static
d1bbc4
Summary: Static archives to handle compiled objects
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
%if 0%{!?_isa:1}
d1bbc4
Provides: elfutils-devel-static%{depsuffix} = %{version}-%{release}
d1bbc4
%endif
d1bbc4
Requires: elfutils-devel%{depsuffix} = %{version}-%{release}
d1bbc4
Requires: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
d1bbc4
d1bbc4
%description devel-static
d1bbc4
The elfutils-devel-static package contains the static archives
d1bbc4
with the code to handle compiled objects.
d1bbc4
d1bbc4
%package libelf
d1bbc4
Summary: Library to read and write ELF files
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
%if 0%{!?_isa:1}
d1bbc4
Provides: elfutils-libelf%{depsuffix} = %{version}-%{release}
d1bbc4
%endif
d1bbc4
Obsoletes: libelf <= 0.8.2-2
d1bbc4
d1bbc4
%description libelf
d1bbc4
The elfutils-libelf package provides a DSO which allows reading and
d1bbc4
writing ELF files on a high level.  Third party programs depend on
d1bbc4
this package to read internals of ELF files.  The programs of the
d1bbc4
elfutils package use it also to generate new ELF files.
d1bbc4
d1bbc4
%package libelf-devel
d1bbc4
Summary: Development support for libelf
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
%if 0%{!?_isa:1}
d1bbc4
Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
d1bbc4
%endif
d1bbc4
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
d1bbc4
Obsoletes: libelf-devel <= 0.8.2-2
d1bbc4
d1bbc4
%description libelf-devel
d1bbc4
The elfutils-libelf-devel package contains the libraries to create
d1bbc4
applications for handling compiled objects.  libelf allows you to
d1bbc4
access the internals of the ELF object file format, so you can see the
d1bbc4
different sections of an ELF file.
d1bbc4
d1bbc4
%package libelf-devel-static
d1bbc4
Summary: Static archive of libelf
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
%if 0%{!?_isa:1}
d1bbc4
Provides: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
d1bbc4
%endif
d1bbc4
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
d1bbc4
d1bbc4
%description libelf-devel-static
d1bbc4
The elfutils-libelf-static package contains the static archive
d1bbc4
for libelf.
d1bbc4
d1bbc4
%if %{provide_yama_scope}
d1bbc4
%package default-yama-scope
d1bbc4
Summary: Default yama attach scope sysctl setting
d1bbc4
Group: Development/Tools
d1bbc4
License: GPLv2+ or LGPLv3+
d1bbc4
Provides: default-yama-scope
d1bbc4
BuildArch: noarch
d1bbc4
# For the sysctl_apply macro
d1bbc4
%{?systemd_requires}
d1bbc4
BuildRequires: systemd >= 215
d1bbc4
d1bbc4
%description default-yama-scope
d1bbc4
Yama sysctl setting to enable default attach scope settings
d1bbc4
enabling programs to use ptrace attach, access to
d1bbc4
/proc/PID/{mem,personality,stack,syscall}, and the syscalls
d1bbc4
process_vm_readv and process_vm_writev which are used for
d1bbc4
interprocess services, communication and introspection
d1bbc4
(like synchronisation, signaling, debugging, tracing and
d1bbc4
profiling) of processes.
d1bbc4
%endif
d1bbc4
d1bbc4
%prep
d1bbc4
%setup -q
d1bbc4
d1bbc4
# Apply patches
d1bbc4
%patch1 -p1 -b .xlate-note
d1bbc4
%patch2 -p1 -b .elf-update
d1bbc4
%patch3 -p1 -b .strip-illformed
d1bbc4
%patch4 -p1 -b .e_machine
6d43a9
%patch5 -p1 -b .pt-gnu-prop
d1bbc4
d1bbc4
# In case the above patches added any new test scripts, make sure they
d1bbc4
# are executable.
d1bbc4
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
d1bbc4
d1bbc4
%build
d1bbc4
# Remove -Wall from default flags.  The makefiles enable enough warnings
d1bbc4
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
d1bbc4
# the makefiles disable some specific warnings for specific code.
d1bbc4
# But add -Wformat explicitly for use with -Werror=format-security which
d1bbc4
# doesn't work without -Wformat (enabled by -Wall).
d1bbc4
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
d1bbc4
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
d1bbc4
d1bbc4
d1bbc4
trap 'cat config.log' EXIT
d1bbc4
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
d1bbc4
trap '' EXIT
d1bbc4
make -s %{?_smp_mflags}
d1bbc4
d1bbc4
%install
d1bbc4
rm -rf ${RPM_BUILD_ROOT}
d1bbc4
make -s install DESTDIR=${RPM_BUILD_ROOT}
d1bbc4
d1bbc4
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
d1bbc4
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
d1bbc4
d1bbc4
%find_lang %{name}
d1bbc4
d1bbc4
%if %{provide_yama_scope}
d1bbc4
install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}/10-default-yama-scope.conf
d1bbc4
%endif
d1bbc4
d1bbc4
%check
d1bbc4
# Record some build root versions in build.log
d1bbc4
uname -r; rpm -q glibc
d1bbc4
d1bbc4
make -s %{?_smp_mflags} check || (cat tests/test-suite.log; false)
d1bbc4
d1bbc4
%clean
d1bbc4
rm -rf ${RPM_BUILD_ROOT}
d1bbc4
d1bbc4
%post libs -p /sbin/ldconfig
d1bbc4
d1bbc4
%postun libs -p /sbin/ldconfig
d1bbc4
d1bbc4
%post libelf -p /sbin/ldconfig
d1bbc4
d1bbc4
%postun libelf -p /sbin/ldconfig
d1bbc4
d1bbc4
%if %{provide_yama_scope}
d1bbc4
%post default-yama-scope
d1bbc4
# Due to circular dependencies might not be installed yet, so double check.
d1bbc4
# (systemd -> elfutils-libs -> default-yama-scope -> systemd)
d1bbc4
if [ -x /usr/lib/systemd/systemd-sysctl ] ; then
d1bbc4
%sysctl_apply 10-default-yama-scope.conf
d1bbc4
fi
d1bbc4
%endif
d1bbc4
d1bbc4
%files
d1bbc4
%defattr(-,root,root)
d1bbc4
%{!?_licensedir:%global license %%doc}
d1bbc4
%license COPYING COPYING-GPLV2 COPYING-LGPLV3
d1bbc4
%doc README TODO CONTRIBUTING
d1bbc4
%{_bindir}/eu-addr2line
d1bbc4
%{_bindir}/eu-ar
d1bbc4
%{_bindir}/eu-elfcmp
d1bbc4
%{_bindir}/eu-elflint
d1bbc4
%{_bindir}/eu-findtextrel
d1bbc4
%{_bindir}/eu-nm
d1bbc4
%{_bindir}/eu-objdump
d1bbc4
%{_bindir}/eu-ranlib
d1bbc4
%{_bindir}/eu-readelf
d1bbc4
%{_bindir}/eu-size
d1bbc4
%{_bindir}/eu-stack
d1bbc4
%{_bindir}/eu-strings
d1bbc4
%{_bindir}/eu-strip
d1bbc4
%{_bindir}/eu-unstrip
d1bbc4
%{_bindir}/eu-make-debug-archive
d1bbc4
%{_bindir}/eu-elfcompress
d1bbc4
d1bbc4
%files libs
d1bbc4
%defattr(-,root,root)
d1bbc4
%{!?_licensedir:%global license %%doc}
d1bbc4
%license COPYING-GPLV2 COPYING-LGPLV3
d1bbc4
%{_libdir}/libasm-%{version}.so
d1bbc4
%{_libdir}/libasm.so.*
d1bbc4
%{_libdir}/libdw-%{version}.so
d1bbc4
%{_libdir}/libdw.so.*
d1bbc4
%dir %{_libdir}/elfutils
d1bbc4
%{_libdir}/elfutils/lib*.so
d1bbc4
d1bbc4
%files devel
d1bbc4
%defattr(-,root,root)
d1bbc4
%{_includedir}/dwarf.h
d1bbc4
%dir %{_includedir}/elfutils
d1bbc4
%{_includedir}/elfutils/elf-knowledge.h
d1bbc4
%{_includedir}/elfutils/known-dwarf.h
d1bbc4
%{_includedir}/elfutils/libasm.h
d1bbc4
%{_includedir}/elfutils/libebl.h
d1bbc4
%{_includedir}/elfutils/libdw.h
d1bbc4
%{_includedir}/elfutils/libdwfl.h
d1bbc4
%{_includedir}/elfutils/libdwelf.h
d1bbc4
%{_includedir}/elfutils/version.h
d1bbc4
%{_libdir}/libebl.a
d1bbc4
%{_libdir}/libasm.so
d1bbc4
%{_libdir}/libdw.so
d1bbc4
%{_libdir}/pkgconfig/libdw.pc
d1bbc4
d1bbc4
%files devel-static
d1bbc4
%defattr(-,root,root)
d1bbc4
%{_libdir}/libasm.a
d1bbc4
%{_libdir}/libdw.a
d1bbc4
d1bbc4
%files -f %{name}.lang libelf
d1bbc4
%defattr(-,root,root)
d1bbc4
%{!?_licensedir:%global license %%doc}
d1bbc4
%license COPYING-GPLV2 COPYING-LGPLV3
d1bbc4
%{_libdir}/libelf-%{version}.so
d1bbc4
%{_libdir}/libelf.so.*
d1bbc4
d1bbc4
%files libelf-devel
d1bbc4
%defattr(-,root,root)
d1bbc4
%{_includedir}/libelf.h
d1bbc4
%{_includedir}/gelf.h
d1bbc4
%{_includedir}/nlist.h
d1bbc4
%{_libdir}/libelf.so
d1bbc4
%{_libdir}/pkgconfig/libelf.pc
d1bbc4
d1bbc4
%files libelf-devel-static
d1bbc4
%defattr(-,root,root)
d1bbc4
%{_libdir}/libelf.a
d1bbc4
d1bbc4
%if %{provide_yama_scope}
d1bbc4
%files default-yama-scope
d1bbc4
%defattr(-,root,root)
d1bbc4
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
d1bbc4
%endif
d1bbc4
d1bbc4
%changelog
6d43a9
* Wed Mar 18 2020 Mark Wielaard <mjw@redhat.com> - 0.176-5
6d43a9
- Add elfutils-0.176-gcc-pr88835.patch.
6d43a9
d1bbc4
* Tue Aug  6 2019 Mark Wielaard <mjw@redhat.com> - 0.176-4
d1bbc4
- Add elfutils-0.176-dwelf_elf_e_machine_string.patch (#1724350)
d1bbc4
d1bbc4
* Tue Aug  6 2019 Mark Wielaard <mjw@redhat.com> - 0.176-3
d1bbc4
- Add elfutils-0.176-elf-update.patch (#1717351)
d1bbc4
- Add elfutils-0.176-strip-symbols-illformed.patch
d1bbc4
d1bbc4
* Wed May  1 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-2
d1bbc4
- Add elfutils-0.176-xlate-note.patch (#1704754)
d1bbc4
d1bbc4
* Wed Mar  6 2019 Mark Wielaard <mjw@redhat.com> - 0.176-1
d1bbc4
- New upstream release (#1676504)
d1bbc4
  CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
d1bbc4
  CVE-2019-7664, CVE-2019-7665, CVE-2018-16062, CVE-2018-16402,
d1bbc4
  CVE-2018-16403, CVE-2018-18310, CVE-2018-18521, CVE-2018-18520.
d1bbc4
d1bbc4
* Wed Jun 20 2018 Mark Wielaard <mjw@redhat.com> - 0.172-2
d1bbc4
- Add elfutils-0.172-robustify.patch. (#1593328)
d1bbc4
d1bbc4
* Mon Jun 11 2018 Mark Wielaard <mjw@redhat.com> - 0.172-1
d1bbc4
- New upstream release.
d1bbc4
  - No functional changes compared to 0.171.
d1bbc4
  - Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
d1bbc4
    data. Thanks to running the afl fuzzer on eu-readelf and various
d1bbc4
    testcases.
d1bbc4
  - eu-readelf -N is ~15% faster.
d1bbc4
d1bbc4
* Tue Jun 05 2018 Mark Wielaard <mjw@redhat.com> - 0.171-1
d1bbc4
- New upstream release.
d1bbc4
  - DWARF5 and split dwarf, including GNU DebugFission, support.
d1bbc4
  - readelf: Handle all new DWARF5 sections.
d1bbc4
    --debug-dump=info+ will show split unit DIEs when found.
d1bbc4
    --dwarf-skeleton can be used when inspecting a .dwo file.
d1bbc4
    Recognizes GNU locviews with --debug-dump=loc.
d1bbc4
  - libdw: New functions dwarf_die_addr_die, dwarf_get_units,
d1bbc4
    dwarf_getabbrevattr_data and dwarf_cu_info.
d1bbc4
    libdw will now try to resolve the alt file on first use
d1bbc4
    when not set yet with dwarf_set_alt.
d1bbc4
    dwarf_aggregate_size() now works with multi-dimensional arrays.
d1bbc4
  - libdwfl: Use process_vm_readv when available instead of ptrace.
d1bbc4
  - backends: Add a RISC-V backend.
d1bbc4
d1bbc4
* Wed Dec 20 2017 Mark Wielaard <mjw@redhat.com> - 0.170-4
d1bbc4
- Add elfutils-0.170-dwarf_aggregate_size.patch (#1527966).
d1bbc4
d1bbc4
* Wed Nov  8 2017 Mark Wielaard <mjw@redhat.com> - 0.170-3
d1bbc4
- Rely on systemd_requires for sysctl_apply default-yama-scope (#1509861).
d1bbc4
d1bbc4
* Thu Nov  2 2017 Mark Wielaard <mjw@redhat.com> - 0.170-2
d1bbc4
- Rebuild because of binutils bug (#1508966)
d1bbc4
d1bbc4
* Mon Oct 16 2017 Mark Wielaard <mjw@redhat.com> - 0.170-1
d1bbc4
- New upstream release. Remove upstreamed patches.
d1bbc4
- Sync provide_yama_scope with fedora.
d1bbc4
- Add elfutils-0.170-x86_64-backtrace-test-override.patch.
d1bbc4
d1bbc4
* Tue May 30 2017 Mark Wielaard <mjw@redhat.com> - 0.168-8
d1bbc4
- Fix ppc64 fallback unwinder (#1454754)
d1bbc4
d1bbc4
* Thu May 25 2017 Mark Wielaard <mjw@redhat.com> - 0.168-7
d1bbc4
- Enable default-yama-scope (#1455514)
d1bbc4
d1bbc4
* Mon May 22 2017 Mark Wielaard <mjw@redhat.com> - 0.168-6
d1bbc4
- Add ppc64 fallback unwinder (#1454754)
d1bbc4
d1bbc4
* Wed Mar  1 2017 Mark Wielaard <mjw@redhat.com> - 0.168-5
d1bbc4
- Rebase to fedora elfutils 0.168 (#1371517, #1400302)
d1bbc4
d1bbc4
* Thu Apr 14 2016 Mark Wielaard <mjw@redhat.com> - 0.166-2
d1bbc4
- Rebase to fedora elfutils 0.166 (#1296313, #1304873)
d1bbc4
d1bbc4
* Mon Sep 14 2015 Mark Wielaard <mjw@redhat.com> - 0.163-3
d1bbc4
- Add elfutils-0.163-readelf-n-undefined-shift.patch (#1262839)
d1bbc4
d1bbc4
* Tue Aug 11 2015 Mark Wielaard <mjw@redhat.com> - 0.163-2
d1bbc4
- Add elfutils-0.163-elflint-bad-nobits.patch (#1251698)
d1bbc4
d1bbc4
* Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> - 0.163-1
d1bbc4
- Update to 0.163
d1bbc4
d1bbc4
* Thu Jun 11 2015 Mark Wielaard <mjw@redhat.com> - 0.162-1
d1bbc4
- Update to 0.162 (#1224169, #1223462, #1207799)
d1bbc4
- Include elfutils/known-dwarf.h
d1bbc4
- Drop BuildRequires glibc-headers
d1bbc4
d1bbc4
* Wed Aug 27 2014 Mark Wielaard <mjw@redhat.com> - 0.160-1
d1bbc4
- Update to 0.160.
d1bbc4
d1bbc4
* Tue Mar 11 2014 Mark Wielaard <mjw@redhat.com> - 0.158-3
d1bbc4
- Add elfutils-0.158-mod-e_type.patch.
d1bbc4
d1bbc4
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.158-2
d1bbc4
- Mass rebuild 2014-01-24
d1bbc4
d1bbc4
* Tue Jan  7 2014 Petr Machata <pmachata@redhat.com> - 0.158-1
d1bbc4
- Update to 0.158.  Add eu-stack.
d1bbc4
d1bbc4
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.157-3
d1bbc4
- Mass rebuild 2013-12-27
d1bbc4
d1bbc4
* Wed Oct  9 2013 Mark Wielaard <mjw@redhat.com> 0.157-2
d1bbc4
- Show tests/test-suite.log in build.log when make check fails.
d1bbc4
d1bbc4
* Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
d1bbc4
- Update to 0.157.
d1bbc4
- Remove elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
d1bbc4
- Remove elfutils-0.156-et_dyn-kernels.patch.
d1bbc4
d1bbc4
* Fri Sep 06 2013 Mark Wielaard <mjw@redhat.com> 0.156-5
d1bbc4
- Add elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
d1bbc4
  Sets up initial CFI return register, CFA location expression and
d1bbc4
  register rules for PPC, S390 and ARM (dwarf_cfi_addrframe support).
d1bbc4
d1bbc4
* Mon Aug 26 2013 Mark Wielaard <mjw@redhat.com> 0.156-4
d1bbc4
- Add elfutils-0.156-et_dyn-kernels.patch.
d1bbc4
  Fixes an issue on ppc64 with systemtap kernel address placement.
d1bbc4
d1bbc4
* Thu Aug  8 2013 Mark Wielaard <mjw@redhat.com> 0.156-3
d1bbc4
- Make check can now also be ran in parallel.
d1bbc4
d1bbc4
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-2
d1bbc4
- Update the %%configure command for compatibility with fc20 Koji.
d1bbc4
d1bbc4
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
d1bbc4
- Update to 0.156.
d1bbc4
  - #890447 - Add __bss_start and __TMC_END__ to elflint.
d1bbc4
  - #909481 - Only try opening files with installed compression libraries.
d1bbc4
  - #914908 - Add __bss_start__ to elflint.
d1bbc4
  - #853757 - Updated Polish translation.
d1bbc4
  - #985438 - Incorrect prototype of __libdwfl_find_elf_build_id.
d1bbc4
  - Drop upstreamed elfutils-0.155-binutils-pr-ld-13621.patch.
d1bbc4
  - Drop upstreamed elfutils-0.155-mem-align.patch.
d1bbc4
  - Drop upstreamed elfutils-0.155-sizeof-pointer-memaccess.patch.
d1bbc4
d1bbc4
* Tue Jul 02 2013 Karsten Hopp <karsten@redhat.com> 0.155-6
d1bbc4
- bump release and rebuild to fix dependencies on PPC
d1bbc4
d1bbc4
* Sun Feb 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-5
d1bbc4
- Add ARM variant to elfutils-0.155-binutils-pr-ld-13621.patch rhbz#914908.
d1bbc4
- rhel >= 5 has xz-devel
d1bbc4
d1bbc4
* Fri Feb 22 2013 Mark Wielaard <mjw@redhat.com> - 0.155-4
d1bbc4
- Replace elfutils-0.155-binutils-pr-ld-13621.patch with upstream fix.
d1bbc4
d1bbc4
* Thu Jan 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-3
d1bbc4
- Backport sizeof-pointer-memaccess upstream fixes.
d1bbc4
d1bbc4
* Thu Jan 10 2013 Mark Wielaard <mjw@redhat.com> - 0.155-2
d1bbc4
- #891553 - unaligned memory access issues.
d1bbc4
d1bbc4
* Mon Aug 27 2012 Mark Wielaard <mjw@redhat.com> - 0.155-1
d1bbc4
- Update to 0.155.
d1bbc4
  - #844270 - eu-nm invalid %N$ use detected.
d1bbc4
  - #847454 - Ukrainian translation update.
d1bbc4
  - Removed local ar 64-bit symbol patch, dwz support patch and xlatetom fix.
d1bbc4
d1bbc4
* Tue Aug 14 2012 Petr Machata <pmachata@redhat.com> - 0.154-4
d1bbc4
- Add support for archives with 64-bit symbol tables (#843019)
d1bbc4
d1bbc4
* Wed Aug 01 2012 Mark Wielaard <mjw@redhat.com> 0.154-3
d1bbc4
- Add dwz support
d1bbc4
d1bbc4
* Wed Jul 18 2012 Mark Wielaard <mjw@redhat.com> 0.154-2
d1bbc4
- Add upstream xlatetom fix (#835877)
d1bbc4
d1bbc4
* Mon Jul 02 2012 Karsten Hopp <karsten@redhat.com> 0.154-1.1
d1bbc4
- disable unstrip-n check for now (835877)
d1bbc4
d1bbc4
* Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> - 0.154-1
d1bbc4
- Update to 0.154
d1bbc4
  - elflint doesn't recognize SHF_INFO_LINK on relocation sections (#807823)
d1bbc4
  - Update license to GPLv3+ and (GPLv2+ or LGPLv3+)
d1bbc4
  - Remove elfutils-0.153-dwfl_segment_report_module.patch
d1bbc4
- Add elfutils-0.154-binutils-pr-ld-13621.patch
d1bbc4
d1bbc4
* Mon Apr 02 2012 Mark Wielaard <mark@klomp.org> - 0.153-2
d1bbc4
- Fix for eu-unstrip emits garbage for librt.so.1 (#805447)
d1bbc4
d1bbc4
* Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> - 0.153-1
d1bbc4
- Update to 0.153
d1bbc4
  - New --disable-werror for portability.
d1bbc4
  - Support for .zdebug sections (#679777)
d1bbc4
  - type_units and DW_AT_GNU_odr_signature support (#679815)
d1bbc4
  - low level support DW_OP_GNU_entry_value and DW_TAG_GNU_call_site (#688090)
d1bbc4
  - FTBFS on rawhide with gcc 4.7 (#783506)
d1bbc4
    - Remove gcc-4.7 patch
d1bbc4
d1bbc4
* Fri Jan 20 2012 Mark Wielaard <mjw@redhat.com> - 0.152-3
d1bbc4
- Fixes for gcc-4.7 based on upstream commit 32899a (#783506).
d1bbc4
d1bbc4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.152-2
d1bbc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d1bbc4
d1bbc4
* Tue Feb 15 2011 Roland McGrath <roland@redhat.com> - 0.152-1
d1bbc4
- Update to 0.152
d1bbc4
  - Various build and warning nits fixed for newest GCC and Autoconf.
d1bbc4
  - libdwfl: Yet another prelink-related fix for another regression. (#674465)
d1bbc4
  - eu-elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
d1bbc4
  - eu-elfcmp: New flag -l/--verbose to print all differences.
d1bbc4
d1bbc4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.151-2
d1bbc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d1bbc4
d1bbc4
* Wed Jan 12 2011 Roland McGrath <roland@redhat.com> - 0.151-1
d1bbc4
- Update to 0.151
d1bbc4
  - libdwfl: Fix for more prelink cases with separate debug file.
d1bbc4
  - eu-strip: New flag --strip-sections to remove section headers entirely.
d1bbc4
d1bbc4
* Thu Dec  2 2010 Roland McGrath <roland@redhat.com> - 0.150-2
d1bbc4
- libdwfl: Remove bogus assert. (#658268)
d1bbc4
d1bbc4
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
d1bbc4
- Update to 0.150
d1bbc4
  - libdw: Fix for handling huge .debug_aranges section. (#638432)
d1bbc4
  - libdwfl: Fix for handling prelinked DSO with separate debug file. (#652857)
d1bbc4
  - findtextrel: Fix diagnostics to work with usual section ordering.
d1bbc4
d1bbc4
* Wed Sep 29 2010 jkeating - 0.149-2
d1bbc4
- Rebuilt for gcc bug 634757
d1bbc4
d1bbc4
* Mon Sep 13 2010 Roland McGrath <roland@redhat.com> - 0.149-1
d1bbc4
- Update to 0.149
d1bbc4
  - libdw: Decode new DW_OP_GNU_implicit_pointer operation;
d1bbc4
           new function dwarf_getlocation_implicit_pointer.
d1bbc4
  - libdwfl: New function dwfl_dwarf_line.
d1bbc4
  - eu-addr2line: New flag -F/--flags to print more DWARF line info details.
d1bbc4
  - eu-readelf: better .debug_loc processing (#627729)
d1bbc4
  - eu-strings: Fix non-mmap file reading. (#609468)
d1bbc4
  - eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
d1bbc4
d1bbc4
* Mon Jun 28 2010 Roland McGrath <roland@redhat.com> - 0.148-1
d1bbc4
- Update to 0.148
d1bbc4
  - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
d1bbc4
           dwarf_offdie_types.
d1bbc4
           New functions dwarf_lineisa, dwarf_linediscriminator,
d1bbc4
           dwarf_lineop_index.
d1bbc4
  - libdwfl: Fixes in core-file handling, support cores from PIEs. (#588818)
d1bbc4
             When working from build IDs, don't open a named file
d1bbc4
             that mismatches.
d1bbc4
  - readelf: Handle DWARF 4 formats.
d1bbc4
d1bbc4
* Mon May  3 2010 Roland McGrath <roland@redhat.com> - 0.147-1
d1bbc4
- Update to 0.147
d1bbc4
d1bbc4
* Wed Apr 21 2010 Roland McGrath <roland@redhat.com> - 0.146-1
d1bbc4
- Update to 0.146
d1bbc4
  - libdwfl: New function dwfl_core_file_report.
d1bbc4
  - libelf: Fix handling of phdrs in truncated file. (#577310)
d1bbc4
  - libdwfl: Fix infinite loop handling clobbered link_map. (#576379)
d1bbc4
- Package translations.
d1bbc4
d1bbc4
* Tue Feb 23 2010 Roland McGrath <roland@redhat.com> - 0.145-1
d1bbc4
- Update to 0.145
d1bbc4
  - Fix build with --disable-dependency-tracking. (#564646)
d1bbc4
  - Fix build with most recent glibc headers.
d1bbc4
  - libdw: Fix CFI decoding. (#563528)
d1bbc4
  - libdwfl: Fix address bias returned by CFI accessors. (#563528)
d1bbc4
             Fix core file module layout identification. (#559836)
d1bbc4
  - readelf: Fix CFI decoding.
d1bbc4
d1bbc4
* Fri Jan 15 2010 Roland McGrath <roland@redhat.com> - 0.144-2
d1bbc4
- Fix sloppy #include's breaking build with F-13 glibc.
d1bbc4
d1bbc4
* Thu Jan 14 2010 Roland McGrath <roland@redhat.com> - 0.144-1
d1bbc4
- Update to 0.144
d1bbc4
  - libdw: New function dwarf_aggregate_size for computing (constant) type
d1bbc4
           sizes, including array_type cases with nontrivial calculation.
d1bbc4
  - readelf: Don't give errors for missing info under -a.
d1bbc4
             Handle Linux "VMCOREINFO" notes under -n.
d1bbc4
- Resolves: RHBZ #527004, RHBZ #530704, RHBZ #550858
d1bbc4
d1bbc4
* Mon Sep 21 2009 Roland McGrath <roland@redhat.com> - 0.143-1
d1bbc4
- Update to 0.143
d1bbc4
  - libdw: Various convenience functions for individual attributes now use
d1bbc4
           dwarf_attr_integrate to look up indirect inherited attributes.
d1bbc4
           Location expression handling now supports DW_OP_implicit_value.
d1bbc4
  - libdwfl: Support automatic decompression of files in XZ format,
d1bbc4
             and of Linux kernel images made with bzip2 or LZMA
d1bbc4
             (as well as gzip).
d1bbc4
d1bbc4
* Tue Jul 28 2009 Roland McGrath <roland@redhat.com> - 0.142-1
d1bbc4
- Update to 0.142
d1bbc4
  - libelf: Bug fix in filling gaps between sections. (#512840)
d1bbc4
  - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx
d1bbc4
            alias for elf_getshstrndx and deprecate original names.
d1bbc4
  - libebl, elflint: Add support for STB_GNU_UNIQUE. (#511436)
d1bbc4
  - readelf: Add -N option, speeds up DWARF printing
d1bbc4
             without address->name lookups. (#505347)
d1bbc4
  - libdw: Add support for decoding DWARF CFI into location description form.
d1bbc4
           Handle some new DWARF 3 expression operations previously omitted.
d1bbc4
           Basic handling of some new encodings slated for DWARF 4.
d1bbc4
d1bbc4
* Thu Apr 23 2009 Roland McGrath <roland@redhat.com> - 0.141-1
d1bbc4
- Update to 0.141
d1bbc4
  - libebl: sparc backend fixes (#490585)
d1bbc4
            some more arm backend support
d1bbc4
  - libdwfl: fix dwfl_module_build_id for prelinked DSO case (#489439)
d1bbc4
             fixes in core file support (#494858)
d1bbc4
             dwfl_module_getsym interface improved for non-address symbols
d1bbc4
  - eu-strip: fix infinite loop on strange inputs with -f
d1bbc4
  - eu-addr2line: take -j/--section=NAME option for binutils compatibility
d1bbc4
                  (same effect as '(NAME)0x123' syntax already supported)
d1bbc4
- Resolves: RHBZ #495213, RHBZ #465872, RHBZ #470055, RHBZ #484623
d1bbc4
d1bbc4
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-2
d1bbc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d1bbc4
d1bbc4
* Sun Feb 15 2009 Roland McGrath <roland@redhat.com> - 0.140-1
d1bbc4
- Update to 0.140
d1bbc4
  - libelf: Fix regression in creation of section header. (#484946)
d1bbc4
d1bbc4
* Fri Jan 23 2009 Roland McGrath <roland@redhat.com> - 0.139-1
d1bbc4
- Update to 0.139
d1bbc4
  - libcpu: Add Intel SSE4 disassembler support
d1bbc4
  - readelf: Implement call frame information and exception handling dumping.
d1bbc4
             Add -e option.  Enable it implicitly for -a.
d1bbc4
  - elflint: Check PT_GNU_EH_FRAME program header entry.
d1bbc4
  - libdwfl: Support automatic gzip/bzip2 decompression of ELF files. (#472136)
d1bbc4
d1bbc4
* Thu Jan  1 2009 Roland McGrath <roland@redhat.com> - 0.138-2
d1bbc4
- Fix libelf regression.
d1bbc4
d1bbc4
* Wed Dec 31 2008 Roland McGrath <roland@redhat.com> - 0.138-1
d1bbc4
- Update to 0.138
d1bbc4
  - Install <elfutils/version.h> header file for applications to use in
d1bbc4
    source version compatibility checks.
d1bbc4
  - libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
d1bbc4
  - libcpu: disassembler fixes (#469739)
d1bbc4
  - libdwfl: bug fixes (#465878)
d1bbc4
  - libelf: bug fixes
d1bbc4
  - eu-nm: bug fixes for handling corrupt input files (#476136)
d1bbc4
d1bbc4
* Wed Oct  1 2008 Roland McGrath <roland@redhat.com> - 0.137-3
d1bbc4
- fix libdwfl regression (#462689)
d1bbc4
d1bbc4
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 0.137-2
d1bbc4
- Update to 0.137
d1bbc4
  - libdwfl: bug fixes; new segment interfaces;
d1bbc4
             all the libdwfl-based tools now support --core=COREFILE option
d1bbc4
- Resolves: RHBZ #325021, RHBZ #447416
d1bbc4
d1bbc4
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.135-2
d1bbc4
- fix conditional comparison
d1bbc4
d1bbc4
* Mon May 12 2008 Roland McGrath <roland@redhat.com> - 0.135-1
d1bbc4
- Update to 0.135
d1bbc4
  - libdwfl: bug fixes
d1bbc4
  - eu-strip: changed handling of ET_REL files wrt symbol tables and relocs
d1bbc4
d1bbc4
* Wed Apr  9 2008 Roland McGrath <roland@redhat.com> - 0.134-1
d1bbc4
- Update to 0.134
d1bbc4
  - elflint: backend improvements for sparc, alpha (#204170)
d1bbc4
  - libdwfl, libelf: bug fixes (#439344, #438867, #438263, #438190)
d1bbc4
- Remove Conflicts: libelf-devel from elfutils-libelf-devel. (#435742)
d1bbc4
d1bbc4
* Sun Mar  2 2008 Roland McGrath <roland@redhat.com> - 0.133-2
d1bbc4
- Update to 0.133
d1bbc4
  - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
d1bbc4
  - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
d1bbc4
  - libdwfl: bug fixes and optimization in relocation handling
d1bbc4
  - elfcmp: bug fix for non-allocated section handling
d1bbc4
  - ld: implement newer features of binutils linker.
d1bbc4
- Install eu-objdump and libasm, now has limited disassembler support.
d1bbc4
d1bbc4
* Mon Jan 21 2008 Roland McGrath <roland@redhat.com> - 0.132-3
d1bbc4
- Update to 0.132
d1bbc4
  - libelf: Use loff_t instead of off64_t in libelf.h header. (#377241)
d1bbc4
  - eu-readelf: Fix handling of ET_REL files in archives.
d1bbc4
  - libcpu: Implement x86 and x86-64 disassembler.
d1bbc4
  - libasm: Add interface for disassembler.
d1bbc4
  - all programs: add debugging of branch prediction.
d1bbc4
  - libelf: new function elf_scnshndx.
d1bbc4
d1bbc4
* Sun Nov 11 2007 Roland McGrath <roland@redhat.com> - 0.131-1
d1bbc4
- Update to 0.131
d1bbc4
  - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
d1bbc4
           bug fixes for oddly-formatted DWARF
d1bbc4
  - libdwfl: bug fixes in offline archive support, symbol table handling;
d1bbc4
             apply partial relocations for dwfl_module_address_section on ET_REL
d1bbc4
  - libebl: powerpc backend support for Altivec registers
d1bbc4
d1bbc4
* Wed Oct 17 2007 Roland McGrath <roland@redhat.com> - 0.130-3
d1bbc4
- Fix ET_REL support.
d1bbc4
- Fix odd indentation in eu-readelf -x output.
d1bbc4
d1bbc4
* Tue Oct 16 2007 Roland McGrath <roland@redhat.com> - 0.130-1
d1bbc4
- Update to 0.130
d1bbc4
  - eu-readelf -p option can take an argument like -x for one section
d1bbc4
  - eu-readelf --archive-index (or -c)
d1bbc4
  - eu-readelf -n improved output for core dumps
d1bbc4
  - eu-readelf: handle SHT_NOTE sections without requiring phdrs (#249467)
d1bbc4
  - eu-elflint: ditto
d1bbc4
  - eu-elflint: stricter checks on debug sections
d1bbc4
  - eu-unstrip: new options, --list (or -n), --relocate (or -R)
d1bbc4
  - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
d1bbc4
            new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
d1bbc4
  - libebl: backend improvements (#324031)
d1bbc4
  - libdwfl: build_id support, new functions for it
d1bbc4
  - libdwfl: dwfl_module_addrsym fixes (#268761, #268981)
d1bbc4
  - libdwfl offline archive support, new script eu-make-debug-archive
d1bbc4
d1bbc4
* Mon Aug 20 2007 Roland McGrath <roland@redhat.com> - 0.129-2
d1bbc4
- Fix false-positive eu-elflint failure on ppc -mbss-plt binaries.
d1bbc4
d1bbc4
* Tue Aug 14 2007 Roland McGrath <roland@redhat.com> - 0.129-1
d1bbc4
- Update to 0.129
d1bbc4
  - readelf: new options --hex-dump (or -x), --strings (or -p) (#250973)
d1bbc4
  - addr2line: new option --symbols (or -S)
d1bbc4
  - libdw: dwarf_getscopes fixes (#230235)
d1bbc4
  - libdwfl: dwfl_module_addrsym fixes (#249490)
d1bbc4
d1bbc4
* Fri Jun  8 2007 Roland McGrath <roland@redhat.com> - 0.128-2
d1bbc4
- Update to 0.128
d1bbc4
  - new program: unstrip
d1bbc4
  - elfcmp: new option --hash-inexact
d1bbc4
- Replace Conflicts: with Provides/Requires using -arch
d1bbc4
d1bbc4
* Wed Apr 18 2007 Roland McGrath <roland@redhat.com> - 0.127-1
d1bbc4
- Update to 0.127
d1bbc4
  - libdw: new function dwarf_getsrcdirs
d1bbc4
  - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
d1bbc4
             dwfl_module_address_section
d1bbc4
d1bbc4
* Mon Feb  5 2007 Roland McGrath <roland@redhat.com> - 0.126-1
d1bbc4
- Update to 0.126
d1bbc4
  - New program eu-ar.
d1bbc4
  - libdw: fix missing dwarf_getelf (#227206)
d1bbc4
  - libdwfl: dwfl_module_addrname for st_size=0 symbols (#227167, #227231)
d1bbc4
d1bbc4
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-3
d1bbc4
- Fix overeager warn_unused_result build failures.
d1bbc4
d1bbc4
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-1
d1bbc4
- Update to 0.125
d1bbc4
  - elflint: Compare DT_GNU_HASH tests.
d1bbc4
  - move archives into -static RPMs
d1bbc4
  - libelf, elflint: better support for core file handling
d1bbc4
  - Really fix libdwfl sorting of modules with 64-bit addresses (#220817).
d1bbc4
- Resolves: RHBZ #220817, RHBZ #213792
d1bbc4
d1bbc4
* Tue Oct 10 2006 Roland McGrath <roland@redhat.com> - 0.124-1
d1bbc4
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
d1bbc4
- Update to 0.124
d1bbc4
  - libebl: fix ia64 reloc support (#206981)
d1bbc4
  - libebl: sparc backend support for return value location
d1bbc4
  - libebl, libdwfl: backend register name support extended with more info
d1bbc4
  - libelf, libdw: bug fixes for unaligned accesses on machines that care
d1bbc4
  - readelf, elflint: trivial bugs fixed
d1bbc4
d1bbc4
* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
d1bbc4
- Update to 0.123
d1bbc4
  - libebl: Backend build fixes, thanks to Stepan Kasal.
d1bbc4
  - libebl: ia64 backend support for register names, return value location
d1bbc4
  - libdwfl: Handle truncated linux kernel module section names.
d1bbc4
  - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
d1bbc4
  - elflint: Fix checks to permit --hash-style=gnu format.
d1bbc4
d1bbc4
* Mon Jul 17 2006 Roland McGrath <roland@redhat.com> - 0.122-4
d1bbc4
- Fix warnings in elflint compilation.
d1bbc4
d1bbc4
* Wed Jul 12 2006 Roland McGrath <roland@redhat.com> - 0.122-3
d1bbc4
- Update to 0.122
d1bbc4
  - Fix libdwfl sorting of modules with 64-bit addresses (#198225).
d1bbc4
  - libebl: add function to test for relative relocation
d1bbc4
  - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
d1bbc4
  - elflint, readelf: add support for DT_GNU_HASH
d1bbc4
  - libelf: add elf_gnu_hash
d1bbc4
  - elflint, readelf: add support for 64-bit SysV-style hash tables
d1bbc4
  - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
d1bbc4
d1bbc4
* Thu Jun 15 2006 Roland McGrath <roland@redhat.com> - 0.121-1
d1bbc4
- Update to 0.121
d1bbc4
  - libelf: bug fixes for rewriting existing files when using mmap (#187618).
d1bbc4
  - make all installed headers usable in C++ code (#193153).
d1bbc4
  - eu-readelf: better output format.
d1bbc4
  - eu-elflint: fix tests of dynamic section content.
d1bbc4
  - libdw, libdwfl: handle files without aranges info.
d1bbc4
d1bbc4
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 0.120-3
d1bbc4
- rebuild to pick up -devel deps
d1bbc4
d1bbc4
* Tue Apr  4 2006 Roland McGrath <roland@redhat.com> - 0.120-2
d1bbc4
- Update to 0.120
d1bbc4
  - License changed to GPL, with some exceptions for using
d1bbc4
    the libelf, libebl, libdw, and libdwfl library interfaces.
d1bbc4
    Red Hat elfutils is an included package of the Open Invention Network.
d1bbc4
  - dwarf.h updated for DWARF 3.0 final specification.
d1bbc4
  - libelf: Fix corruption in ELF_C_RDWR uses (#187618).
d1bbc4
  - libdwfl: New function dwfl_version; fixes for offline.
d1bbc4
d1bbc4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
d1bbc4
- bump again for double-long bug on ppc(64)
d1bbc4
d1bbc4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
d1bbc4
- rebuilt for new gcc4.1 snapshot and glibc changes
d1bbc4
d1bbc4
* Fri Jan 13 2006 Roland McGrath <roland@redhat.com> - 0.119-1
d1bbc4
- update to 0.119
d1bbc4
d1bbc4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d1bbc4
- rebuilt
d1bbc4
d1bbc4
* Sun Nov 27 2005 Roland McGrath <roland@redhat.com> - 0.118-1
d1bbc4
- update to 0.118
d1bbc4
  - elflint: more tests.
d1bbc4
  - libdwfl: New function dwfl_module_register_names.
d1bbc4
  - libebl: New backend hook for register names.
d1bbc4
- Make sure -fexceptions is always in CFLAGS.
d1bbc4
d1bbc4
* Tue Nov 22 2005 Roland McGrath <roland@redhat.com> - 0.117-2
d1bbc4
- update to 0.117
d1bbc4
  - libdwfl: New function dwfl_module_return_value_location (#166118)
d1bbc4
  - libebl: Backend improvements for several CPUs
d1bbc4
d1bbc4
* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.116-1
d1bbc4
- update to 0.116
d1bbc4
  - libdw fixes, API changes and additions
d1bbc4
  - libdwfl fixes (#169672)
d1bbc4
  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
d1bbc4
d1bbc4
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
d1bbc4
- Update requires/conflicts for better biarch update behavior.
d1bbc4
d1bbc4
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
d1bbc4
- update to 0.115
d1bbc4
  - New program eu-strings.
d1bbc4
  - libdw: New function dwarf_getscopes_die.
d1bbc4
  - libelf: speed-ups of non-mmap reading.
d1bbc4
  - Implement --enable-gcov option for configure.
d1bbc4
d1bbc4
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
d1bbc4
- update to 0.114
d1bbc4
  - new program eu-ranlib
d1bbc4
  - libdw: new calls for inlines
d1bbc4
  - libdwfl: new calls for offline modules
d1bbc4
d1bbc4
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
d1bbc4
- update to 0.113
d1bbc4
  - elflint: relax a bit.  Allow version definitions for defined symbols
d1bbc4
    against DSO versions also for symbols in nobits sections.
d1bbc4
    Allow .rodata section to have STRINGS and MERGE flag set.
d1bbc4
  - strip: add some more compatibility with binutils.
d1bbc4
  - libdwfl: bug fixes.
d1bbc4
- Separate libdw et al into elfutils-libs subpackage.
d1bbc4
d1bbc4
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
d1bbc4
- update to 0.112
d1bbc4
  - elfcmp: some more relaxation.
d1bbc4
  - elflint: many more tests, especially regarding to symbol versioning.
d1bbc4
  - libelf: Add elfXX_offscn and gelf_offscn.
d1bbc4
  - libasm: asm_begin interface changes.
d1bbc4
  - libebl: Add three new interfaces to directly access machine, class,
d1bbc4
    and data encoding information.
d1bbc4
d1bbc4
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
d1bbc4
- update portability patch
d1bbc4
d1bbc4
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
d1bbc4
- update to 0.111
d1bbc4
  - libdwfl library now merged into libdw
d1bbc4
d1bbc4
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
d1bbc4
- update to 0.110
d1bbc4
d1bbc4
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
d1bbc4
- update to 0.109
d1bbc4
  - verify that libebl modules are from the same build
d1bbc4
  - new eu-elflint checks on copy relocations
d1bbc4
  - new program eu-elfcmp
d1bbc4
  - new experimental libdwfl library
d1bbc4
d1bbc4
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
d1bbc4
- robustification of eu-strip and eu-readelf
d1bbc4
d1bbc4
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
d1bbc4
- more robustification
d1bbc4
d1bbc4
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
d1bbc4
- robustification
d1bbc4
d1bbc4
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
d1bbc4
- update to 0.108
d1bbc4
  - merge strip fixes
d1bbc4
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
d1bbc4
  - update elf.h from glibc
d1bbc4
d1bbc4
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
d1bbc4
- fix strip -f byte-swapping bug
d1bbc4
d1bbc4
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
d1bbc4
- update to 0.107
d1bbc4
  - readelf: improve DWARF output format
d1bbc4
  - elflint: -d option to support checking separate debuginfo files
d1bbc4
  - strip: fix ET_REL debuginfo files (#156341)
d1bbc4
d1bbc4
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
d1bbc4
- fix some bugs in new code, reenable make check
d1bbc4
d1bbc4
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
d1bbc4
- disable make check for most arches, for now
d1bbc4
d1bbc4
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
d1bbc4
- update to 0.106
d1bbc4
d1bbc4
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
d1bbc4
- update to 0.104
d1bbc4
d1bbc4
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
d1bbc4
- update to 0.103
d1bbc4
d1bbc4
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
d1bbc4
- update to 0.101.
d1bbc4
- use %%configure macro to get CFLAGS etc. right
d1bbc4
d1bbc4
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
d1bbc4
- upgrade to 0.99.
d1bbc4
d1bbc4
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
d1bbc4
- upgrade to 0.97.
d1bbc4
d1bbc4
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
d1bbc4
- upgrade to 0.96.
d1bbc4
d1bbc4
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
d1bbc4
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
d1bbc4
  warning
d1bbc4
d1bbc4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d1bbc4
- rebuilt
d1bbc4
d1bbc4
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
d1bbc4
- upgrade to 0.95.
d1bbc4
d1bbc4
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
d1bbc4
- rebuilt
d1bbc4
d1bbc4
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d1bbc4
- rebuilt
d1bbc4
d1bbc4
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
d1bbc4
- upgrade to 0.94
d1bbc4
d1bbc4
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
d1bbc4
- upgrade to 0.93
d1bbc4
d1bbc4
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
d1bbc4
- full version
d1bbc4
- macroized spec file for GPL or OSL builds
d1bbc4
- include only libelf under GPL plus wrapper scripts
d1bbc4
d1bbc4
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
d1bbc4
- macroized spec file for GPL or OSL builds
d1bbc4
d1bbc4
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
d1bbc4
- split elfutils-devel into two packages.
d1bbc4
d1bbc4
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
d1bbc4
- include only libelf under GPL plus wrapper scripts
d1bbc4
d1bbc4
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
d1bbc4
- readelf, not readline, in %%description (#111214).
d1bbc4
d1bbc4
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
d1bbc4
- update to 0.89 (fix eu-strip)
d1bbc4
d1bbc4
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
d1bbc4
- update to 0.86 (fix eu-strip on s390x/alpha)
d1bbc4
- libebl is an archive now; remove references to DSO
d1bbc4
d1bbc4
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
d1bbc4
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
d1bbc4
d1bbc4
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
d1bbc4
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
d1bbc4
d1bbc4
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
d1bbc4
- upgrade to 0.82 (strip tests fixed on big-endian).
d1bbc4
d1bbc4
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
d1bbc4
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
d1bbc4
d1bbc4
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
d1bbc4
- upgrade to 0.80 (debugedit changes for kernel in progress).
d1bbc4
d1bbc4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d1bbc4
- rebuilt
d1bbc4
d1bbc4
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
d1bbc4
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
d1bbc4
d1bbc4
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
d1bbc4
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
d1bbc4
d1bbc4
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
d1bbc4
- debuginfo rebuild
d1bbc4
d1bbc4
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
d1bbc4
- use the correct way of identifying the section via the sh_info link.
d1bbc4
d1bbc4
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
d1bbc4
- update to 0.75 (eu-strip -g fix)
d1bbc4
d1bbc4
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
d1bbc4
- update to 0.74 (fix for writing with some non-dirty sections)
d1bbc4
d1bbc4
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
d1bbc4
- another -0.73 update (with sparc fixes).
d1bbc4
- do "make check" in %%check, not %%install, section.
d1bbc4
d1bbc4
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
d1bbc4
- update to 0.73 (with s390 fixes).
d1bbc4
d1bbc4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d1bbc4
- rebuilt
d1bbc4
d1bbc4
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
d1bbc4
- fix arguments to gelf_getsymshndx and elf_getshstrndx
d1bbc4
- fix other warnings
d1bbc4
- reenable checks on s390x
d1bbc4
d1bbc4
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
d1bbc4
- temporarily disable checks on s390x, until someone has
d1bbc4
  time to look at it
d1bbc4
d1bbc4
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
d1bbc4
- update to 0.72
d1bbc4
d1bbc4
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
d1bbc4
- update to 0.71
d1bbc4
d1bbc4
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
d1bbc4
- update to 0.69.
d1bbc4
- add "make check" and segfault avoidance patch.
d1bbc4
- elfutils-libelf needs to run ldconfig.
d1bbc4
d1bbc4
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
d1bbc4
- update to 0.68.
d1bbc4
d1bbc4
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
d1bbc4
- update to 0.67.
d1bbc4
d1bbc4
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
d1bbc4
- update to 0.65.
d1bbc4
d1bbc4
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
d1bbc4
- update to 0.64.
d1bbc4
d1bbc4
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
d1bbc4
- split packages further into elfutils-libelf
d1bbc4
d1bbc4
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
d1bbc4
- update to 0.63.
d1bbc4
d1bbc4
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
d1bbc4
- Adjust for dropping libtool
d1bbc4
d1bbc4
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
d1bbc4
- update to 0.59
d1bbc4
d1bbc4
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
d1bbc4
- update to 0.56
d1bbc4
d1bbc4
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
d1bbc4
- update to 0.54
d1bbc4
d1bbc4
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
d1bbc4
- update to 0.53
d1bbc4
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
d1bbc4
d1bbc4
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
d1bbc4
- get beehive to punch a rhpkg generated package.
d1bbc4
d1bbc4
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
d1bbc4
- build in 8.0.1.
d1bbc4
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
d1bbc4
d1bbc4
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
d1bbc4
- Add libelf-devel to conflicts for elfutils-devel
d1bbc4
d1bbc4
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
d1bbc4
- Split into runtime and devel package
d1bbc4
d1bbc4
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
d1bbc4
- integrate into official sources
d1bbc4
d1bbc4
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
d1bbc4
- Swaddle.