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