Blame SPECS/elfutils.spec

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