Roland McGrath eed37ea
Name: elfutils
Roland McGrath eed37ea
Summary: A collection of utilities and DSOs to handle compiled objects
Mark Wielaard 614e4be
Version: 0.161
832a74e
%global baserelease 8
Roland McGrath eed37ea
URL: https://fedorahosted.org/elfutils/
Roland McGrath eed37ea
%global source_url http://fedorahosted.org/releases/e/l/elfutils/%{version}/
Mark Wielaard d10bca5
License: GPLv3+ and (GPLv2+ or LGPLv3+)
Roland McGrath eed37ea
Group: Development/Tools
418cfd0
418cfd0
%if %{?_with_compat:1}%{!?_with_compat:0}
8cafad5
%global compat 1
418cfd0
%else
8cafad5
%global compat 0
418cfd0
%endif
418cfd0
Roland McGrath 1723caf
%global portability             %{compat}
Roland McGrath 1723caf
%global scanf_has_m             !%{compat}
Roland McGrath 1723caf
%global separate_devel_static   1
Roland McGrath 0f3f8b9
%global use_zlib                0
Roland McGrath 0f3f8b9
%global use_xz                  0
e3a54f8
Roland McGrath 1548e59
%if 0%{?rhel}
Roland McGrath 1723caf
%global portability             (%rhel < 6)
Roland McGrath 1723caf
%global scanf_has_m             (%rhel >= 6)
Roland McGrath 1723caf
%global separate_devel_static   (%rhel >= 6)
Roland McGrath 0f3f8b9
%global use_zlib                (%rhel >= 5)
Mark Wielaard 5f30b55
%global use_xz                  (%rhel >= 5)
f7bf9a0
%endif
Roland McGrath 1548e59
%if 0%{?fedora}
Roland McGrath 1723caf
%global portability             (%fedora < 9)
Roland McGrath 1723caf
%global scanf_has_m             (%fedora >= 8)
Roland McGrath 1723caf
%global separate_devel_static   (%fedora >= 7)
Roland McGrath 0f3f8b9
%global use_zlib                (%fedora >= 5)
Roland McGrath 0f3f8b9
%global use_xz                  (%fedora >= 10)
f7bf9a0
%endif
f7bf9a0
075802b
%if %{compat} || %{!?rhel:6}%{?rhel} < 6
075802b
%global nocheck true
075802b
%else
075802b
%global nocheck false
075802b
%endif
075802b
72e9019
%global depsuffix %{?_isa}%{!?_isa:-%{_arch}}
72e9019
Roland McGrath eed37ea
Source: %{?source_url}%{name}-%{version}.tar.bz2
Petr Machata 74b8bd2
Mark Wielaard 614e4be
Patch1: %{?source_url}elfutils-portability-%{version}.patch
Mark Wielaard 514171d
Mark Wielaard f1c9e8f
Patch2: elfutils-0.161-ar-long-name.patch
Mark Wielaard 268313f
# libdw: fix offset for sig8 lookup in dwarf_formref_die
Mark Wielaard 268313f
Patch3: elfutils-0.161-formref-type.patch
Mark Wielaard 94ab0ae
# rhbz#1189928 - Consider sh_addralign 0 as 1
Mark Wielaard 94ab0ae
Patch4: elfutils-0.161-addralign.patch
Mark Wielaard 6c0c17a
Patch5: elfutils-0.161-copyreloc.patch
Mark Wielaard 0c39d9c
Patch6: elfutils-0.161-aarch64relro.patch
Mark Wielaard f1c9e8f
418cfd0
%if !%{compat}
Kyle McMartin 2e16caf
Release: %{baserelease}%{?dist}
418cfd0
%else
Kyle McMartin 2e16caf
Release: 0.%{baserelease}
418cfd0
%endif
Roland McGrath eed37ea
72e9019
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
72e9019
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
9a3c170
075802b
%if %{!?rhel:6}%{?rhel} < 6 || %{!?fedora:9}%{?fedora} < 10
075802b
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
075802b
%endif
075802b
f790d25
BuildRequires: gettext
cvsdist 142584f
BuildRequires: bison >= 1.875
cvsdist 142584f
BuildRequires: flex >= 2.5.4a
jbj d0b84a1
BuildRequires: bzip2
418cfd0
%if !%{compat}
418cfd0
BuildRequires: gcc >= 3.4
418cfd0
# Need <byteswap.h> that gives unsigned bswap_16 etc.
418cfd0
BuildRequires: glibc-headers >= 2.3.4-11
418cfd0
%else
418cfd0
BuildRequires: gcc >= 3.2
418cfd0
%endif
cvsdist 2a23697
5c16b08
%if %{use_zlib}
5c16b08
BuildRequires: zlib-devel >= 1.2.2.3
5c16b08
BuildRequires: bzip2-devel
5c16b08
%endif
5c16b08
e4d1f5c
%if %{use_xz}
e4d1f5c
BuildRequires: xz-devel
e4d1f5c
%endif
e4d1f5c
8cafad5
%global _gnu %{nil}
8cafad5
%global _program_prefix eu-
cvsdist 2a23697
cvsdist 2a23697
%description
Mark Wielaard d6d5aa0
Elfutils is a collection of utilities, including stack (to show
Mark Wielaard d6d5aa0
backtraces), nm (for listing symbols from object files), size
Mark Wielaard d6d5aa0
(for listing the section sizes of an object or archive file),
Mark Wielaard d6d5aa0
strip (for discarding symbols), readelf (to see the raw ELF file
Mark Wielaard d6d5aa0
structures), and elflint (to check for well-formed ELF files).
418cfd0
418cfd0
418cfd0
%package libs
c661990
Summary: Libraries to handle compiled objects
418cfd0
Group: Development/Tools
Mark Wielaard d10bca5
License: GPLv2+ or LGPLv3+
Roland McGrath 2a8b128
%if 0%{!?_isa:1}
72e9019
Provides: elfutils-libs%{depsuffix} = %{version}-%{release}
72e9019
%endif
72e9019
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
418cfd0
418cfd0
%description libs
418cfd0
The elfutils-libs package contains libraries which implement DWARF, ELF,
418cfd0
and machine-specific ELF handling.  These libraries are used by the programs
418cfd0
in the elfutils package.  The elfutils-devel package enables building
418cfd0
other programs using these libraries.
cvsdist 2a23697
cvsdist 2a23697
%package devel
c661990
Summary: Development libraries to handle compiled objects
cvsdist 2a23697
Group: Development/Tools
Mark Wielaard d10bca5
License: GPLv2+ or LGPLv3+
Roland McGrath 2a8b128
%if 0%{!?_isa:1}
72e9019
Provides: elfutils-devel%{depsuffix} = %{version}-%{release}
72e9019
%endif
72e9019
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
72e9019
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
Roland McGrath 1548e59
%if !%{separate_devel_static}
72e9019
Requires: elfutils-devel-static%{depsuffix} = %{version}-%{release}
f7bf9a0
%endif
cvsdist 2a23697
cvsdist 2a23697
%description devel
cvsdist 2a23697
The elfutils-devel package contains the libraries to create
cvsdist d561809
applications for handling compiled objects.  libebl provides some
cvsdist d561809
higher-level ELF access functionality.  libdw provides access to
cvsdist d561809
the DWARF debugging information.  libasm provides a programmable
cvsdist d561809
assembler interface.
cvsdist 2a23697
f7bf9a0
%package devel-static
c661990
Summary: Static archives to handle compiled objects
f7bf9a0
Group: Development/Tools
Mark Wielaard d10bca5
License: GPLv2+ or LGPLv3+
Roland McGrath 2a8b128
%if 0%{!?_isa:1}
72e9019
Provides: elfutils-devel-static%{depsuffix} = %{version}-%{release}
72e9019
%endif
72e9019
Requires: elfutils-devel%{depsuffix} = %{version}-%{release}
72e9019
Requires: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
f7bf9a0
f7bf9a0
%description devel-static
f7bf9a0
The elfutils-devel-static package contains the static archives
f7bf9a0
with the code to handle compiled objects.
f7bf9a0
cvsdist 2a23697
%package libelf
c661990
Summary: Library to read and write ELF files
cvsdist 2a23697
Group: Development/Tools
Mark Wielaard d10bca5
License: GPLv2+ or LGPLv3+
Roland McGrath 2a8b128
%if 0%{!?_isa:1}
72e9019
Provides: elfutils-libelf%{depsuffix} = %{version}-%{release}
72e9019
%endif
9fb6ec8
Obsoletes: libelf <= 0.8.2-2
cvsdist 2a23697
cvsdist 2a23697
%description libelf
cvsdist 2a23697
The elfutils-libelf package provides a DSO which allows reading and
cvsdist 2a23697
writing ELF files on a high level.  Third party programs depend on
cvsdist 2a23697
this package to read internals of ELF files.  The programs of the
cvsdist 2a23697
elfutils package use it also to generate new ELF files.
cvsdist 2a23697
cvsdist d561809
%package libelf-devel
cvsdist d561809
Summary: Development support for libelf
cvsdist d561809
Group: Development/Tools
Mark Wielaard d10bca5
License: GPLv2+ or LGPLv3+
Roland McGrath 2a8b128
%if 0%{!?_isa:1}
72e9019
Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
72e9019
%endif
72e9019
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
Roland McGrath 1548e59
%if !%{separate_devel_static}
72e9019
Requires: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
f7bf9a0
%endif
9fb6ec8
Obsoletes: libelf-devel <= 0.8.2-2
cvsdist d561809
cvsdist d561809
%description libelf-devel
cvsdist d561809
The elfutils-libelf-devel package contains the libraries to create
cvsdist d561809
applications for handling compiled objects.  libelf allows you to
cvsdist d561809
access the internals of the ELF object file format, so you can see the
cvsdist d561809
different sections of an ELF file.
cvsdist d561809
f7bf9a0
%package libelf-devel-static
f7bf9a0
Summary: Static archive of libelf
f7bf9a0
Group: Development/Tools
Mark Wielaard d10bca5
License: GPLv2+ or LGPLv3+
Roland McGrath 2a8b128
%if 0%{!?_isa:1}
72e9019
Provides: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
72e9019
%endif
72e9019
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
f7bf9a0
f7bf9a0
%description libelf-devel-static
6b412c1
The elfutils-libelf-static package contains the static archive
6b412c1
for libelf.
f7bf9a0
cvsdist 2a23697
%prep
cvsdist 2a23697
%setup -q
b73b6ec
Roland McGrath 1548e59
: 'compat=%compat'
Roland McGrath 1548e59
: 'portability=%portability'
Roland McGrath 1548e59
: 'separate_devel_static=%separate_devel_static'
Roland McGrath 1548e59
: 'scanf_has_m=%scanf_has_m'
Roland McGrath 1548e59
Roland McGrath 1548e59
%if %{portability}
Mark Wielaard d6d5aa0
%patch1 -p1 -b .portability
418cfd0
sleep 1
418cfd0
find . \( -name Makefile.in -o -name aclocal.m4 \) -print | xargs touch
418cfd0
sleep 1
418cfd0
find . \( -name configure -o -name config.h.in \) -print | xargs touch
5c16b08
%else
Roland McGrath 1548e59
%if !%{scanf_has_m}
5c16b08
sed -i.scanf-m -e 's/%m/%a/g' src/addr2line.c tests/line2addr.c
5c16b08
%endif
418cfd0
%endif
169e650
Mark Wielaard f1c9e8f
%patch2 -p1 -b .ar_long_name
Mark Wielaard 268313f
%patch3 -p1 -b .formref_type
Mark Wielaard 94ab0ae
%patch4 -p1 -b .addralign
Mark Wielaard 6c0c17a
%patch5 -p1 -b .copyreloc
Mark Wielaard 0c39d9c
%patch6 -p1 -b .aarch64relro
Mark Wielaard f1c9e8f
fa1a8eb
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
fa1a8eb
cvsdist 2a23697
%build
418cfd0
# Remove -Wall from default flags.  The makefiles enable enough warnings
418cfd0
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
418cfd0
# the makefiles disable some specific warnings for specific code.
Mark Wielaard d6d5aa0
# But add -Wformat explicitly for use with -Werror=format-security which
Mark Wielaard d6d5aa0
# doesn't work without -Wformat (enabled by -Wall).
Mark Wielaard d6d5aa0
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
Mark Wielaard d6d5aa0
%if !%{compat}
Mark Wielaard d6d5aa0
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
Mark Wielaard d6d5aa0
%endif
418cfd0
9a3c170
%if %{compat}
9a3c170
# Some older glibc headers can run afoul of -Werror all by themselves.
9a3c170
# Disabling the fancy inlines avoids those problems.
9a3c170
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D__NO_INLINE__"
Mark J. Wielaard 22346cb
COMPAT_CONFIG_FLAGS="--disable-werror"
Mark J. Wielaard 22346cb
%else
Mark J. Wielaard 22346cb
COMPAT_CONFIG_FLAGS=""
9a3c170
%endif
9a3c170
Jan Kratochvil f59c256
trap 'cat config.log' EXIT
Mark Wielaard d6d5aa0
%configure $COMPAT_CONFIG_FLAGS CFLAGS="$RPM_OPT_FLAGS -fexceptions"
Jan Kratochvil f59c256
trap '' EXIT
2a32e1c
make -s %{?_smp_mflags}
cvsdist 2a23697
cvsdist 2a23697
%install
cvsdist 2a23697
rm -rf ${RPM_BUILD_ROOT}
6b412c1
make -s install DESTDIR=${RPM_BUILD_ROOT}
cvsdist 2a23697
cvsdist 2a23697
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
cvsdist 2a23697
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
cvsdist 2a23697
cvsdist 2a23697
# XXX Nuke unpackaged files
bfd3a36
(cd ${RPM_BUILD_ROOT}
bfd3a36
 rm -f .%{_bindir}/eu-ld
bfd3a36
)
cvsdist 2a23697
f790d25
%find_lang %{name}
f790d25
cvsdist b2ba691
%check
Mark Wielaard df2a575
make -s %{?_smp_mflags} check || (cat tests/test-suite.log; %{nocheck})
cvsdist b2ba691
cvsdist 2a23697
%clean
cvsdist 2a23697
rm -rf ${RPM_BUILD_ROOT}
cvsdist 2a23697
418cfd0
%post libs -p /sbin/ldconfig
cvsdist 2a23697
418cfd0
%postun libs -p /sbin/ldconfig
cvsdist 2a23697
cvsdist b2ba691
%post libelf -p /sbin/ldconfig
cvsdist b2ba691
cvsdist b2ba691
%postun libelf -p /sbin/ldconfig
cvsdist b2ba691
cvsdist 2a23697
%files
cvsdist 2a23697
%defattr(-,root,root)
77215a9
%{!?_licensedir:%global license %%doc}
77215a9
%license COPYING COPYING-GPLV2 COPYING-LGPLV3
77215a9
%doc README TODO CONTRIBUTING
418cfd0
%{_bindir}/eu-addr2line
2a32e1c
%{_bindir}/eu-ar
418cfd0
%{_bindir}/eu-elfcmp
cvsdist 2a23697
%{_bindir}/eu-elflint
418cfd0
%{_bindir}/eu-findtextrel
cvsdist 2a23697
%{_bindir}/eu-nm
fb2677a
%{_bindir}/eu-objdump
418cfd0
%{_bindir}/eu-ranlib
cvsdist 2a23697
%{_bindir}/eu-readelf
cvsdist 2a23697
%{_bindir}/eu-size
Mark Wielaard fde5936
%{_bindir}/eu-stack
7a7abf8
%{_bindir}/eu-strings
418cfd0
%{_bindir}/eu-strip
Roland McGrath eed37ea
#%%{_bindir}/eu-ld
3cb5dfb
%{_bindir}/eu-unstrip
2dfc22c
%{_bindir}/eu-make-debug-archive
418cfd0
418cfd0
%files libs
418cfd0
%defattr(-,root,root)
77215a9
%{!?_licensedir:%global license %%doc}
77215a9
%license COPYING-GPLV2 COPYING-LGPLV3
afea4a5
%{_libdir}/libasm-%{version}.so
afea4a5
%{_libdir}/libasm.so.*
cvsdist d561809
%{_libdir}/libdw-%{version}.so
f995fa8
%{_libdir}/libdw.so.*
cvsdist 2a23697
%dir %{_libdir}/elfutils
cvsdist 2a23697
%{_libdir}/elfutils/lib*.so
cvsdist 2a23697
cvsdist 2a23697
%files devel
cvsdist 2a23697
%defattr(-,root,root)
cvsdist 2a23697
%{_includedir}/dwarf.h
cvsdist 2a23697
%dir %{_includedir}/elfutils
cvsdist 2a23697
%{_includedir}/elfutils/elf-knowledge.h
afea4a5
%{_includedir}/elfutils/libasm.h
cvsdist 2a23697
%{_includedir}/elfutils/libebl.h
a769ac6
%{_includedir}/elfutils/libdw.h
f995fa8
%{_includedir}/elfutils/libdwfl.h
Mark Wielaard d6d5aa0
%{_includedir}/elfutils/libdwelf.h
28fe4de
%{_includedir}/elfutils/version.h
cvsdist 2a23697
%{_libdir}/libebl.a
afea4a5
%{_libdir}/libasm.so
a769ac6
%{_libdir}/libdw.so
cvsdist 2a23697
f7bf9a0
%files devel-static
f7bf9a0
%defattr(-,root,root)
afea4a5
%{_libdir}/libasm.a
f7bf9a0
%{_libdir}/libdw.a
f7bf9a0
f790d25
%files -f %{name}.lang libelf
cvsdist 2a23697
%defattr(-,root,root)
77215a9
%{!?_licensedir:%global license %%doc}
77215a9
%license COPYING-GPLV2 COPYING-LGPLV3
cvsdist 2a23697
%{_libdir}/libelf-%{version}.so
f995fa8
%{_libdir}/libelf.so.*
cvsdist 2a23697
cvsdist d561809
%files libelf-devel
cvsdist d561809
%defattr(-,root,root)
cvsdist d561809
%{_includedir}/libelf.h
cvsdist d561809
%{_includedir}/gelf.h
cvsdist d561809
%{_includedir}/nlist.h
cvsdist d561809
%{_libdir}/libelf.so
cvsdist d561809
f7bf9a0
%files libelf-devel-static
f7bf9a0
%defattr(-,root,root)
f7bf9a0
%{_libdir}/libelf.a
f7bf9a0
cvsdist 2a23697
%changelog
832a74e
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.161-8
832a74e
- Rebuilt for GCC 5 C++11 ABI change
832a74e
Mark Wielaard 0c39d9c
* Mon Mar 23 2015 Mark Wielaard <mjw@redhat.com> - 0.161-7
Mark Wielaard 0c39d9c
- Add elfutils-0.161-aarch64relro.patch (#1201778)
Mark Wielaard 0c39d9c
Mark Wielaard 6c0c17a
* Mon Mar 09 2015 Mark Wielaard <mjw@redhat.com> - 0.161-6
Mark Wielaard 6c0c17a
- Add elfutils-0.161-copyreloc.patch.
Mark Wielaard 6c0c17a
31002bf
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.161-5
31002bf
- Rebuilt for Fedora 23 Change
31002bf
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
31002bf
Mark Wielaard 94ab0ae
* Sat Feb 07 2015 Mark Wielaard <mjw@redhat.com> - 0.161-4
Mark Wielaard 94ab0ae
- Add elfutils-0.161-addralign.patch (#1189928)
Mark Wielaard 94ab0ae
Mark Wielaard 268313f
* Thu Feb 05 2015 Mark Wielaard <mjw@redhat.com> - 0.161-3
Mark Wielaard 268313f
- Add elfutils-0.161-formref-type.patch
Mark Wielaard 268313f
Mark Wielaard f1c9e8f
* Tue Jan 13 2015 Mark Wielaard <mjw@redhat.com> - 0.161-2
Mark Wielaard f1c9e8f
- Add elfutils-0.161-ar-long-name.patch (#1181525 CVE-2014-9447)
Mark Wielaard f1c9e8f
Mark Wielaard 614e4be
* Fri Dec 19 2014 Mark Wielaard <mjw@redhat.com> - 0.161-1
Mark Wielaard 614e4be
- Update to 0.161.
Mark Wielaard 614e4be
Mark Wielaard c8523f8
* Wed Aug 27 2014 Mark Wielaard <mjw@redhat.com> - 0.160-1
Mark Wielaard c8523f8
- Update to 0.160.
Mark Wielaard c8523f8
  - Remove integrated upstream patches:
Mark Wielaard c8523f8
    elfutils-aarch64-user_regs_struct.patch
Mark Wielaard c8523f8
    elfutils-0.159-argp-attach.patch
Mark Wielaard c8523f8
    elfutils-0.159-aarch64-bool-ret.patch
Mark Wielaard c8523f8
    elfutils-0.159-elf-h.patch
Mark Wielaard c8523f8
    elfutils-0.159-ppc64le-elfv2-abi.patch
Mark Wielaard c8523f8
    elfutils-0.159-report_r_debug.patch
Mark Wielaard c8523f8
    elfutils-0.159-ko_xz.patch
Mark Wielaard c8523f8
Mark Wielaard f586210
* Sat Aug 16 2014 Mark Wielaard <mjw@redhat.com> - 0.159-10
Mark Wielaard f586210
- Add elfutils-0.159-ko_xz.patch
Mark Wielaard f586210
2207858
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-9
2207858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2207858
Mark Wielaard 4247742
* Mon Jul 28 2014 Mark Wielaard <mjw@redhat.com> - 0.159-8
Mark Wielaard 4247742
- Add elfutils-0.159-report_r_debug.patch (#1112610)
Mark Wielaard 4247742
Mark Wielaard 7e31ec2
* Fri Jul 18 2014 Mark Wielaard <mjw@redhat.com> - 0.159-7
Mark Wielaard 7e31ec2
- Add configure check to elfutils-aarch64-user_regs_struct.patch.
Mark Wielaard 7e31ec2
77215a9
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 0.159-6
77215a9
- fix license handling
77215a9
Mark Wielaard 16224b3
* Fri Jul  4 2014 Mark Wielaard <mjw@redhat.com> - 0.159-5
Mark Wielaard 16224b3
- Add elfutils-0.159-aarch64-bool-ret.patch
Mark Wielaard 16224b3
- Add elfutils-0.159-elf-h.patch
Mark Wielaard 16224b3
- Add elfutils-0.159-ppc64le-elfv2-abi.patch (#1110249)
Mark Wielaard 16224b3
Mark Wielaard 1648a11
* Tue Jun 10 2014 Mark Wielaard <mjw@redhat.com> - 0.159-4
Mark Wielaard 1648a11
- Add elfutils-0.159-argp-attach.patch (#1107654)
Mark Wielaard 1648a11
Kyle McMartin 2e16caf
* Mon Jun 09 2014 Kyle McMartin <kyle@fedoraproject.org> - 0.159-3
Kyle McMartin 2e16caf
- AArch64: handle new glibc-headers which provides proper GETREGSET structs.
Kyle McMartin 2e16caf
ffa9599
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-2.1
ffa9599
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ffa9599
Mark Wielaard d6d5aa0
* Mon May 19 2014 Mark Wielaard <mjw@redhat.com> - 0.159-1
Mark Wielaard d6d5aa0
- Update to 0.159.
Mark Wielaard d6d5aa0
  - Remove integrated upstream patches:
Mark Wielaard d6d5aa0
    robustify.patch, mod-e_type.patch and CVE-2014-0172.patch.
Mark Wielaard d6d5aa0
  - Remove special handling of now default compile and configure flags:
Mark Wielaard d6d5aa0
    Don't remove -Werror=format-security, don't configure --enable-dwz.
Mark Wielaard d6d5aa0
Mark Wielaard d6d5aa0
* Thu Apr 10 2014 Mark Wielaard <mjw@redhat.com> - 0.158-3
Mark Wielaard 561f4c0
- Add elfutils-0.158-CVE-2014-0172.patch (#1085729)
Mark Wielaard 561f4c0
Mark Wielaard 514171d
* Tue Mar 11 2014 Mark Wielaard <mjw@redhat.com> - 0.158-2
Mark Wielaard 514171d
- Add elfutils-0.158-mod-e_type.patch.
Mark Wielaard 514171d
Mark Wielaard fde5936
* Mon Jan  6 2014 Mark Wielaard <mjw@redhat.com> - 0.158-1
Mark Wielaard fde5936
- Update to 0.158. Remove all patches now upstream. Add eu-stack.
Mark Wielaard fde5936
Mark Wielaard b82746b
* Thu Dec 19 2013 Mark Wielaard <mjw@redhat.com> - 0.157-4
Mark Wielaard b82746b
- Add elfutils-0.157-aarch64-got-special-symbol.patch.
Mark Wielaard 39b038f
- Remove -Werror=format-security from RPM_OPT_FLAGS.
Mark Wielaard b82746b
Petr Machata 74b8bd2
* Fri Dec 13 2013 Petr Machata <pmachata@redhat.com> - 0.157-3
Petr Machata 74b8bd2
- Add upstream support for aarch64
Petr Machata 74b8bd2
Mark Wielaard df2a575
* Wed Oct  9 2013 Mark Wielaard <mjw@redhat.com> 0.157-2
Mark Wielaard df2a575
- Show tests/test-suite.log in build.log when make check fails.
Mark Wielaard df2a575
Mark Wielaard 3ccf77c
* Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
Mark Wielaard 3ccf77c
- Update to 0.157.
Mark Wielaard 3ccf77c
- Remove elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
Mark Wielaard 3ccf77c
- Remove elfutils-0.156-et_dyn-kernels.patch.
Mark Wielaard 3ccf77c
Mark Wielaard 921351c
* Fri Sep 06 2013 Mark Wielaard <mjw@redhat.com> 0.156-5
Mark Wielaard 921351c
- Add elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
Mark Wielaard 921351c
  Sets up initial CFI return register, CFA location expression and
Mark Wielaard 921351c
  register rules for PPC, S390 and ARM (dwarf_cfi_addrframe support).
Mark Wielaard 921351c
Mark Wielaard d0217a5
* Mon Aug 26 2013 Mark Wielaard <mjw@redhat.com> 0.156-4
Mark Wielaard d0217a5
- Add elfutils-0.156-et_dyn-kernels.patch.
Mark Wielaard d0217a5
  Fixes an issue on ppc64 with systemtap kernel address placement.
Mark Wielaard d0217a5
Mark Wielaard 48d457f
* Thu Aug  8 2013 Mark Wielaard <mjw@redhat.com> 0.156-3
Mark Wielaard 48d457f
- Make check can now also be ran in parallel.
Mark Wielaard 48d457f
Jan Kratochvil f59c256
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-2
Jan Kratochvil f59c256
- Update the %%configure command for compatibility with fc20 Koji.
Jan Kratochvil f59c256
Jan Kratochvil 2045415
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
Jan Kratochvil 2045415
- Update to 0.156.
Jan Kratochvil 2045415
  - #890447 - Add __bss_start and __TMC_END__ to elflint.
Jan Kratochvil 2045415
  - #909481 - Only try opening files with installed compression libraries.
Jan Kratochvil 2045415
  - #914908 - Add __bss_start__ to elflint.
Jan Kratochvil 2045415
  - #853757 - Updated Polish translation.
Jan Kratochvil 2045415
  - #985438 - Incorrect prototype of __libdwfl_find_elf_build_id.
Jan Kratochvil 2045415
  - Drop upstreamed elfutils-0.155-binutils-pr-ld-13621.patch.
Jan Kratochvil 2045415
  - Drop upstreamed elfutils-0.155-mem-align.patch.
Jan Kratochvil 2045415
  - Drop upstreamed elfutils-0.155-sizeof-pointer-memaccess.patch.
Jan Kratochvil 2045415
e15f354
* Tue Jul 02 2013 Karsten Hopp <karsten@redhat.com> 0.155-6
e15f354
- bump release and rebuild to fix dependencies on PPC
e15f354
Mark Wielaard 1974584
* Sun Feb 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-5
Mark Wielaard 1974584
- Add ARM variant to elfutils-0.155-binutils-pr-ld-13621.patch rhbz#914908.
Mark Wielaard 1974584
- rhel >= 5 has xz-devel
Mark Wielaard 1974584
Mark Wielaard e86763b
* Fri Feb 22 2013 Mark Wielaard <mjw@redhat.com> - 0.155-4
Mark Wielaard e86763b
- Replace elfutils-0.155-binutils-pr-ld-13621.patch with upstream fix.
Mark Wielaard e86763b
Mark Wielaard e434431
* Thu Jan 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-3
Mark Wielaard e434431
- Backport sizeof-pointer-memaccess upstream fixes.
Mark Wielaard e434431
Mark Wielaard 091b5a9
* Thu Jan 10 2013 Mark Wielaard <mjw@redhat.com> - 0.155-2
Mark Wielaard 091b5a9
- #891553 - unaligned memory access issues.
Mark Wielaard 091b5a9
Mark Wielaard 2a5e99f
* Mon Aug 27 2012 Mark Wielaard <mjw@redhat.com> - 0.155-1
Mark Wielaard 2a5e99f
- Update to 0.155.
Mark Wielaard 2a5e99f
  - #844270 - eu-nm invalid %N$ use detected.
Mark Wielaard 2a5e99f
  - #847454 - Ukrainian translation update.
Mark Wielaard 2a5e99f
  - Removed local ar 64-bit symbol patch, dwz support patch and xlatetom fix.
Mark Wielaard 2a5e99f
Petr Machata 9923a5e
* Tue Aug 14 2012 Petr Machata <pmachata@redhat.com> - 0.154-4
Petr Machata 9923a5e
- Add support for archives with 64-bit symbol tables (#843019)
Petr Machata 9923a5e
Mark Wielaard ffa1432
* Wed Aug 01 2012 Mark Wielaard <mjw@redhat.com> 0.154-3
Mark Wielaard ffa1432
- Add dwz support
Mark Wielaard ffa1432
Jan Kratochvil 2045415
* Wed Jul 18 2012 Mark Wielaard <mjw@redhat.com> 0.154-2
Mark Wielaard 3152a53
- Add upstream xlatetom fix (#835877)
Mark Wielaard 3152a53
33bbf67
* Mon Jul 02 2012 Karsten Hopp <karsten@redhat.com> 0.154-1.1
33bbf67
- disable unstrip-n check for now (835877)
33bbf67
Mark Wielaard d10bca5
* Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> - 0.154-1
Mark Wielaard d10bca5
- Update to 0.154
Mark Wielaard d10bca5
  - elflint doesn't recognize SHF_INFO_LINK on relocation sections (#807823)
Mark Wielaard d10bca5
  - Update license to GPLv3+ and (GPLv2+ or LGPLv3+)
Mark Wielaard d10bca5
  - Remove elfutils-0.153-dwfl_segment_report_module.patch
Mark Wielaard 1d2f563
- Add elfutils-0.154-binutils-pr-ld-13621.patch
Mark Wielaard d10bca5
Mark Wielaard 05113d6
* Mon Apr 02 2012 Mark Wielaard <mark@klomp.org> - 0.153-2
Mark Wielaard 05113d6
- Fix for eu-unstrip emits garbage for librt.so.1 (#805447)
Mark Wielaard 05113d6
Mark J. Wielaard 22346cb
* Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> - 0.153-1
Mark J. Wielaard 22346cb
- Update to 0.153
Mark J. Wielaard 22346cb
  - New --disable-werror for portability.
Mark J. Wielaard 22346cb
  - Support for .zdebug sections (#679777)
Mark J. Wielaard 22346cb
  - type_units and DW_AT_GNU_odr_signature support (#679815)
Mark J. Wielaard 22346cb
  - low level support DW_OP_GNU_entry_value and DW_TAG_GNU_call_site (#688090)
Mark J. Wielaard 22346cb
  - FTBFS on rawhide with gcc 4.7 (#783506)
Mark J. Wielaard 22346cb
    - Remove gcc-4.7 patch
Mark J. Wielaard 22346cb
Mark Wielaard 8641676
* Fri Jan 20 2012 Mark Wielaard <mjw@redhat.com> - 0.152-3
Mark Wielaard 8641676
- Fixes for gcc-4.7 based on upstream commit 32899a (#783506).
Mark Wielaard 8641676
0ba126e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.152-2
0ba126e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0ba126e
Roland McGrath c025a9f
* Tue Feb 15 2011 Roland McGrath <roland@redhat.com> - 0.152-1
Roland McGrath c025a9f
- Update to 0.152
Roland McGrath c025a9f
  - Various build and warning nits fixed for newest GCC and Autoconf.
Roland McGrath c025a9f
  - libdwfl: Yet another prelink-related fix for another regression. (#674465)
Roland McGrath c025a9f
  - eu-elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
Roland McGrath c025a9f
  - eu-elfcmp: New flag -l/--verbose to print all differences.
Roland McGrath c025a9f
3fe1c64
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.151-2
3fe1c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3fe1c64
Roland McGrath 81f44a1
* Wed Jan 12 2011 Roland McGrath <roland@redhat.com> - 0.151-1
Roland McGrath 81f44a1
- Update to 0.151
Roland McGrath 81f44a1
  - libdwfl: Fix for more prelink cases with separate debug file.
Roland McGrath 81f44a1
  - eu-strip: New flag --strip-sections to remove section headers entirely.
Roland McGrath 81f44a1
Roland McGrath 15411b0
* Thu Dec  2 2010 Roland McGrath <roland@redhat.com> - 0.150-2
Roland McGrath 15411b0
- libdwfl: Remove bogus assert. (#658268)
Roland McGrath 15411b0
Roland McGrath 9e6cf0d
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
Roland McGrath 9e6cf0d
- Update to 0.150
Roland McGrath 9e6cf0d
  - libdw: Fix for handling huge .debug_aranges section. (#638432)
Roland McGrath 9e6cf0d
  - libdwfl: Fix for handling prelinked DSO with separate debug file. (#652857)
Roland McGrath 9e6cf0d
  - findtextrel: Fix diagnostics to work with usual section ordering.
Roland McGrath 9e6cf0d
Jesse Keating cef8ddb
* Wed Sep 29 2010 jkeating - 0.149-2
Jesse Keating cef8ddb
- Rebuilt for gcc bug 634757
Jesse Keating cef8ddb
Roland McGrath 1548e59
* Mon Sep 13 2010 Roland McGrath <roland@redhat.com> - 0.149-1
Roland McGrath 1548e59
- Update to 0.149
Roland McGrath 1548e59
  - libdw: Decode new DW_OP_GNU_implicit_pointer operation;
Roland McGrath 1723caf
           new function dwarf_getlocation_implicit_pointer.
Roland McGrath 1548e59
  - libdwfl: New function dwfl_dwarf_line.
Roland McGrath 1548e59
  - eu-addr2line: New flag -F/--flags to print more DWARF line info details.
Roland McGrath 1548e59
  - eu-readelf: better .debug_loc processing (#627729)
Roland McGrath 1548e59
  - eu-strings: Fix non-mmap file reading. (#609468)
Roland McGrath 1548e59
  - eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
Roland McGrath 1548e59
0f58b0c
* Mon Jun 28 2010 Roland McGrath <roland@redhat.com> - 0.148-1
0f58b0c
- Update to 0.148
0f58b0c
  - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
0f58b0c
           dwarf_offdie_types.
0f58b0c
           New functions dwarf_lineisa, dwarf_linediscriminator,
0f58b0c
           dwarf_lineop_index.
0f58b0c
  - libdwfl: Fixes in core-file handling, support cores from PIEs. (#588818)
0f58b0c
             When working from build IDs, don't open a named file
0f58b0c
             that mismatches.
0f58b0c
  - readelf: Handle DWARF 4 formats.
0f58b0c
c9a4af9
* Mon May  3 2010 Roland McGrath <roland@redhat.com> - 0.147-1
c9a4af9
- Update to 0.147
c9a4af9
f790d25
* Wed Apr 21 2010 Roland McGrath <roland@redhat.com> - 0.146-1
f790d25
- Update to 0.146
f790d25
  - libdwfl: New function dwfl_core_file_report.
f790d25
  - libelf: Fix handling of phdrs in truncated file. (#577310)
f790d25
  - libdwfl: Fix infinite loop handling clobbered link_map. (#576379)
f790d25
- Package translations.
f790d25
ba5f203
* Tue Feb 23 2010 Roland McGrath <roland@redhat.com> - 0.145-1
ba5f203
- Update to 0.145
ba5f203
  - Fix build with --disable-dependency-tracking. (#564646)
ba5f203
  - Fix build with most recent glibc headers.
ba5f203
  - libdw: Fix CFI decoding. (#563528)
ba5f203
  - libdwfl: Fix address bias returned by CFI accessors. (#563528)
ba5f203
             Fix core file module layout identification. (#559836)
ba5f203
  - readelf: Fix CFI decoding.
ba5f203
ac2a108
* Fri Jan 15 2010 Roland McGrath <roland@redhat.com> - 0.144-2
ac2a108
- Fix sloppy #include's breaking build with F-13 glibc.
ac2a108
8cafad5
* Thu Jan 14 2010 Roland McGrath <roland@redhat.com> - 0.144-1
8cafad5
- Update to 0.144
8cafad5
  - libdw: New function dwarf_aggregate_size for computing (constant) type
8cafad5
           sizes, including array_type cases with nontrivial calculation.
8cafad5
  - readelf: Don't give errors for missing info under -a.
8cafad5
             Handle Linux "VMCOREINFO" notes under -n.
8cafad5
- Resolves: RHBZ #527004, RHBZ #530704, RHBZ #550858
8cafad5
e4d1f5c
* Mon Sep 21 2009 Roland McGrath <roland@redhat.com> - 0.143-1
e4d1f5c
- Update to 0.143
e4d1f5c
  - libdw: Various convenience functions for individual attributes now use
e4d1f5c
           dwarf_attr_integrate to look up indirect inherited attributes.
e4d1f5c
           Location expression handling now supports DW_OP_implicit_value.
e4d1f5c
  - libdwfl: Support automatic decompression of files in XZ format,
e4d1f5c
             and of Linux kernel images made with bzip2 or LZMA
e4d1f5c
             (as well as gzip).
e4d1f5c
d36848b
* Tue Jul 28 2009 Roland McGrath <roland@redhat.com> - 0.142-1
d36848b
- Update to 0.142
d36848b
  - libelf: Bug fix in filling gaps between sections. (#512840)
d36848b
  - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx
e4d1f5c
            alias for elf_getshstrndx and deprecate original names.
d36848b
  - libebl, elflint: Add support for STB_GNU_UNIQUE. (#511436)
d36848b
  - readelf: Add -N option, speeds up DWARF printing
e4d1f5c
             without address->name lookups. (#505347)
d36848b
  - libdw: Add support for decoding DWARF CFI into location description form.
e4d1f5c
           Handle some new DWARF 3 expression operations previously omitted.
d36848b
           Basic handling of some new encodings slated for DWARF 4.
ca2d980
fbfe249
* Thu Apr 23 2009 Roland McGrath <roland@redhat.com> - 0.141-1
fbfe249
- Update to 0.141
fbfe249
  - libebl: sparc backend fixes (#490585)
fbfe249
            some more arm backend support
fbfe249
  - libdwfl: fix dwfl_module_build_id for prelinked DSO case (#489439)
fbfe249
             fixes in core file support (#494858)
fbfe249
             dwfl_module_getsym interface improved for non-address symbols
fbfe249
  - eu-strip: fix infinite loop on strange inputs with -f
fbfe249
  - eu-addr2line: take -j/--section=NAME option for binutils compatibility
fbfe249
                  (same effect as '(NAME)0x123' syntax already supported)
fbfe249
- Resolves: RHBZ #495213, RHBZ #465872, RHBZ #470055, RHBZ #484623
fbfe249
5aa39d2
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-2
80a238f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
80a238f
bfd3a36
* Sun Feb 15 2009 Roland McGrath <roland@redhat.com> - 0.140-1
bfd3a36
- Update to 0.140
bfd3a36
  - libelf: Fix regression in creation of section header. (#484946)
bfd3a36
5c16b08
* Fri Jan 23 2009 Roland McGrath <roland@redhat.com> - 0.139-1
5c16b08
- Update to 0.139
5c16b08
  - libcpu: Add Intel SSE4 disassembler support
5c16b08
  - readelf: Implement call frame information and exception handling dumping.
fbfe249
             Add -e option.  Enable it implicitly for -a.
5c16b08
  - elflint: Check PT_GNU_EH_FRAME program header entry.
5c16b08
  - libdwfl: Support automatic gzip/bzip2 decompression of ELF files. (#472136)
5c16b08
169e650
* Thu Jan  1 2009 Roland McGrath <roland@redhat.com> - 0.138-2
169e650
- Fix libelf regression.
169e650
28fe4de
* Wed Dec 31 2008 Roland McGrath <roland@redhat.com> - 0.138-1
28fe4de
- Update to 0.138
28fe4de
  - Install <elfutils/version.h> header file for applications to use in
28fe4de
    source version compatibility checks.
28fe4de
  - libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
28fe4de
  - libcpu: disassembler fixes (#469739)
28fe4de
  - libdwfl: bug fixes (#465878)
28fe4de
  - libelf: bug fixes
28fe4de
  - eu-nm: bug fixes for handling corrupt input files (#476136)
28fe4de
9d47a05
* Wed Oct  1 2008 Roland McGrath <roland@redhat.com> - 0.137-3
9d47a05
- fix libdwfl regression (#462689)
9d47a05
b6004ce
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 0.137-2
44874cc
- Update to 0.137
44874cc
  - libdwfl: bug fixes; new segment interfaces;
44874cc
             all the libdwfl-based tools now support --core=COREFILE option
b6004ce
- Resolves: RHBZ #325021, RHBZ #447416
44874cc
480f4ae
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.135-2
480f4ae
- fix conditional comparison
480f4ae
54edc11
* Mon May 12 2008 Roland McGrath <roland@redhat.com> - 0.135-1
54edc11
- Update to 0.135
54edc11
  - libdwfl: bug fixes
54edc11
  - eu-strip: changed handling of ET_REL files wrt symbol tables and relocs
54edc11
fa1a8eb
* Wed Apr  9 2008 Roland McGrath <roland@redhat.com> - 0.134-1
fa1a8eb
- Update to 0.134
fa1a8eb
  - elflint: backend improvements for sparc, alpha (#204170)
fa1a8eb
  - libdwfl, libelf: bug fixes (#439344, #438867, #438263, #438190)
fa1a8eb
- Remove Conflicts: libelf-devel from elfutils-libelf-devel. (#435742)
ec90f1a
afea4a5
* Sun Mar  2 2008 Roland McGrath <roland@redhat.com> - 0.133-2
fb2677a
- Update to 0.133
afea4a5
  - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
afea4a5
  - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
afea4a5
  - libdwfl: bug fixes and optimization in relocation handling
afea4a5
  - elfcmp: bug fix for non-allocated section handling
afea4a5
  - ld: implement newer features of binutils linker.
afea4a5
- Install eu-objdump and libasm, now has limited disassembler support.
1f1e724
e3a54f8
* Mon Jan 21 2008 Roland McGrath <roland@redhat.com> - 0.132-3
840723d
- Update to 0.132
840723d
  - libelf: Use loff_t instead of off64_t in libelf.h header. (#377241)
840723d
  - eu-readelf: Fix handling of ET_REL files in archives.
840723d
  - libcpu: Implement x86 and x86-64 disassembler.
840723d
  - libasm: Add interface for disassembler.
840723d
  - all programs: add debugging of branch prediction.
840723d
  - libelf: new function elf_scnshndx.
840723d
a7b828d
* Sun Nov 11 2007 Roland McGrath <roland@redhat.com> - 0.131-1
a7b828d
- Update to 0.131
a7b828d
  - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
9fb6ec8
           bug fixes for oddly-formatted DWARF
a7b828d
  - libdwfl: bug fixes in offline archive support, symbol table handling;
9fb6ec8
             apply partial relocations for dwfl_module_address_section on ET_REL
a7b828d
  - libebl: powerpc backend support for Altivec registers
a7b828d
dcd08dc
* Wed Oct 17 2007 Roland McGrath <roland@redhat.com> - 0.130-3
316b9cc
- Fix ET_REL support.
316b9cc
- Fix odd indentation in eu-readelf -x output.
316b9cc
2dfc22c
* Tue Oct 16 2007 Roland McGrath <roland@redhat.com> - 0.130-1
2dfc22c
- Update to 0.130
2dfc22c
  - eu-readelf -p option can take an argument like -x for one section
2dfc22c
  - eu-readelf --archive-index (or -c)
2dfc22c
  - eu-readelf -n improved output for core dumps
2dfc22c
  - eu-readelf: handle SHT_NOTE sections without requiring phdrs (#249467)
2dfc22c
  - eu-elflint: ditto
2dfc22c
  - eu-elflint: stricter checks on debug sections
2dfc22c
  - eu-unstrip: new options, --list (or -n), --relocate (or -R)
2dfc22c
  - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
9fb6ec8
            new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
2dfc22c
  - libebl: backend improvements (#324031)
2dfc22c
  - libdwfl: build_id support, new functions for it
2dfc22c
  - libdwfl: dwfl_module_addrsym fixes (#268761, #268981)
2dfc22c
  - libdwfl offline archive support, new script eu-make-debug-archive
2dfc22c
5b63d35
* Mon Aug 20 2007 Roland McGrath <roland@redhat.com> - 0.129-2
5b63d35
- Fix false-positive eu-elflint failure on ppc -mbss-plt binaries.
5b63d35
52ee0c5
* Tue Aug 14 2007 Roland McGrath <roland@redhat.com> - 0.129-1
52ee0c5
- Update to 0.129
52ee0c5
  - readelf: new options --hex-dump (or -x), --strings (or -p) (#250973)
52ee0c5
  - addr2line: new option --symbols (or -S)
52ee0c5
  - libdw: dwarf_getscopes fixes (#230235)
52ee0c5
  - libdwfl: dwfl_module_addrsym fixes (#249490)
52ee0c5
08a9593
* Fri Jun  8 2007 Roland McGrath <roland@redhat.com> - 0.128-2
3cb5dfb
- Update to 0.128
3cb5dfb
  - new program: unstrip
3cb5dfb
  - elfcmp: new option --hash-inexact
3cb5dfb
- Replace Conflicts: with Provides/Requires using -arch
3cb5dfb
6b412c1
* Wed Apr 18 2007 Roland McGrath <roland@redhat.com> - 0.127-1
6b412c1
- Update to 0.127
6b412c1
  - libdw: new function dwarf_getsrcdirs
6b412c1
  - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
9fb6ec8
             dwfl_module_address_section
6b412c1
2a32e1c
* Mon Feb  5 2007 Roland McGrath <roland@redhat.com> - 0.126-1
2a32e1c
- Update to 0.126
2a32e1c
  - New program eu-ar.
2a32e1c
  - libdw: fix missing dwarf_getelf (#227206)
2a32e1c
  - libdwfl: dwfl_module_addrname for st_size=0 symbols (#227167, #227231)
2a32e1c
d3a3bea
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-3
0a3350b
- Fix overeager warn_unused_result build failures.
0a3350b
f7bf9a0
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-1
f7bf9a0
- Update to 0.125
f7bf9a0
  - elflint: Compare DT_GNU_HASH tests.
f7bf9a0
  - move archives into -static RPMs
f7bf9a0
  - libelf, elflint: better support for core file handling
f7bf9a0
  - Really fix libdwfl sorting of modules with 64-bit addresses (#220817).
f7bf9a0
- Resolves: RHBZ #220817, RHBZ #213792
f7bf9a0
9a3c170
* Tue Oct 10 2006 Roland McGrath <roland@redhat.com> - 0.124-1
9a3c170
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
9a3c170
- Update to 0.124
9a3c170
  - libebl: fix ia64 reloc support (#206981)
9a3c170
  - libebl: sparc backend support for return value location
9a3c170
  - libebl, libdwfl: backend register name support extended with more info
9a3c170
  - libelf, libdw: bug fixes for unaligned accesses on machines that care
9a3c170
  - readelf, elflint: trivial bugs fixed
380133d
a01d88f
* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
a01d88f
- Update to 0.123
a01d88f
  - libebl: Backend build fixes, thanks to Stepan Kasal.
a01d88f
  - libebl: ia64 backend support for register names, return value location
a01d88f
  - libdwfl: Handle truncated linux kernel module section names.
a01d88f
  - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
a01d88f
  - elflint: Fix checks to permit --hash-style=gnu format.
a01d88f
51b5a5d
* Mon Jul 17 2006 Roland McGrath <roland@redhat.com> - 0.122-4
51b5a5d
- Fix warnings in elflint compilation.
51b5a5d
90384aa
* Wed Jul 12 2006 Roland McGrath <roland@redhat.com> - 0.122-3
a997709
- Update to 0.122
a997709
  - Fix libdwfl sorting of modules with 64-bit addresses (#198225).
a997709
  - libebl: add function to test for relative relocation
a997709
  - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
a997709
  - elflint, readelf: add support for DT_GNU_HASH
a997709
  - libelf: add elf_gnu_hash
a997709
  - elflint, readelf: add support for 64-bit SysV-style hash tables
a997709
  - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
cc69268
3c3d383
* Thu Jun 15 2006 Roland McGrath <roland@redhat.com> - 0.121-1
3c3d383
- Update to 0.121
3c3d383
  - libelf: bug fixes for rewriting existing files when using mmap (#187618).
3c3d383
  - make all installed headers usable in C++ code (#193153).
3c3d383
  - eu-readelf: better output format.
3c3d383
  - eu-elflint: fix tests of dynamic section content.
3c3d383
  - libdw, libdwfl: handle files without aranges info.
3c3d383
bcf94ff
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 0.120-3
bcf94ff
- rebuild to pick up -devel deps
bcf94ff
ff3fa1c
* Tue Apr  4 2006 Roland McGrath <roland@redhat.com> - 0.120-2
a78f3e9
- Update to 0.120
a78f3e9
  - License changed to GPL, with some exceptions for using
a78f3e9
    the libelf, libebl, libdw, and libdwfl library interfaces.
a78f3e9
    Red Hat elfutils is an included package of the Open Invention Network.
a78f3e9
  - dwarf.h updated for DWARF 3.0 final specification.
a78f3e9
  - libelf: Fix corruption in ELF_C_RDWR uses (#187618).
a78f3e9
  - libdwfl: New function dwfl_version; fixes for offline.
a78f3e9
6e29682
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
6e29682
- bump again for double-long bug on ppc(64)
6e29682
b6719ab
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
ac232e1
- rebuilt for new gcc4.1 snapshot and glibc changes
ac232e1
83011c6
* Fri Jan 13 2006 Roland McGrath <roland@redhat.com> - 0.119-1
83011c6
- update to 0.119
83011c6
960dce4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
960dce4
- rebuilt
960dce4
3025beb
* Sun Nov 27 2005 Roland McGrath <roland@redhat.com> - 0.118-1
3025beb
- update to 0.118
3025beb
  - elflint: more tests.
3025beb
  - libdwfl: New function dwfl_module_register_names.
3025beb
  - libebl: New backend hook for register names.
3025beb
- Make sure -fexceptions is always in CFLAGS.
3025beb
9b930d0
* Tue Nov 22 2005 Roland McGrath <roland@redhat.com> - 0.117-2
418cfd0
- update to 0.117
418cfd0
  - libdwfl: New function dwfl_module_return_value_location (#166118)
418cfd0
  - libebl: Backend improvements for several CPUs
418cfd0
418cfd0
* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.116-1
418cfd0
- update to 0.116
418cfd0
  - libdw fixes, API changes and additions
418cfd0
  - libdwfl fixes (#169672)
418cfd0
  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
418cfd0
418cfd0
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
418cfd0
- Update requires/conflicts for better biarch update behavior.
418cfd0
418cfd0
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
418cfd0
- update to 0.115
418cfd0
  - New program eu-strings.
418cfd0
  - libdw: New function dwarf_getscopes_die.
418cfd0
  - libelf: speed-ups of non-mmap reading.
418cfd0
  - Implement --enable-gcov option for configure.
418cfd0
418cfd0
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
418cfd0
- update to 0.114
418cfd0
  - new program eu-ranlib
418cfd0
  - libdw: new calls for inlines
418cfd0
  - libdwfl: new calls for offline modules
418cfd0
418cfd0
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
418cfd0
- update to 0.113
418cfd0
  - elflint: relax a bit.  Allow version definitions for defined symbols
418cfd0
    against DSO versions also for symbols in nobits sections.
418cfd0
    Allow .rodata section to have STRINGS and MERGE flag set.
418cfd0
  - strip: add some more compatibility with binutils.
418cfd0
  - libdwfl: bug fixes.
418cfd0
- Separate libdw et al into elfutils-libs subpackage.
418cfd0
418cfd0
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
418cfd0
- update to 0.112
418cfd0
  - elfcmp: some more relaxation.
418cfd0
  - elflint: many more tests, especially regarding to symbol versioning.
418cfd0
  - libelf: Add elfXX_offscn and gelf_offscn.
418cfd0
  - libasm: asm_begin interface changes.
418cfd0
  - libebl: Add three new interfaces to directly access machine, class,
418cfd0
    and data encoding information.
418cfd0
418cfd0
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
418cfd0
- update portability patch
418cfd0
418cfd0
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
418cfd0
- update to 0.111
418cfd0
  - libdwfl library now merged into libdw
418cfd0
418cfd0
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
418cfd0
- update to 0.110
418cfd0
418cfd0
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
418cfd0
- update to 0.109
418cfd0
  - verify that libebl modules are from the same build
418cfd0
  - new eu-elflint checks on copy relocations
418cfd0
  - new program eu-elfcmp
418cfd0
  - new experimental libdwfl library
418cfd0
418cfd0
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
418cfd0
- robustification of eu-strip and eu-readelf
418cfd0
418cfd0
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
418cfd0
- more robustification
418cfd0
418cfd0
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
418cfd0
- robustification
418cfd0
418cfd0
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
418cfd0
- update to 0.108
418cfd0
  - merge strip fixes
418cfd0
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
418cfd0
  - update elf.h from glibc
418cfd0
418cfd0
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
418cfd0
- fix strip -f byte-swapping bug
418cfd0
418cfd0
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
418cfd0
- update to 0.107
418cfd0
  - readelf: improve DWARF output format
418cfd0
  - elflint: -d option to support checking separate debuginfo files
418cfd0
  - strip: fix ET_REL debuginfo files (#156341)
418cfd0
418cfd0
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
418cfd0
- fix some bugs in new code, reenable make check
418cfd0
418cfd0
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
418cfd0
- disable make check for most arches, for now
418cfd0
418cfd0
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
418cfd0
- update to 0.106
418cfd0
418cfd0
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
418cfd0
- update to 0.104
418cfd0
418cfd0
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
418cfd0
- update to 0.103
418cfd0
418cfd0
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
418cfd0
- update to 0.101.
418cfd0
- use %%configure macro to get CFLAGS etc. right
418cfd0
418cfd0
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
418cfd0
- upgrade to 0.99.
418cfd0
418cfd0
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
418cfd0
- upgrade to 0.97.
418cfd0
418cfd0
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
418cfd0
- upgrade to 0.96.
418cfd0
418cfd0
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
418cfd0
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
418cfd0
  warning
418cfd0
418cfd0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
418cfd0
- rebuilt
418cfd0
418cfd0
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
418cfd0
- upgrade to 0.95.
418cfd0
418cfd0
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
418cfd0
- rebuilt
418cfd0
418cfd0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
418cfd0
- rebuilt
cvsdist d561809
cvsdist d561809
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
cvsdist d561809
- upgrade to 0.94
cvsdist d561809
cvsdist d561809
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
cvsdist d561809
- upgrade to 0.93
cvsdist d561809
cvsdist d561809
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
cvsdist d561809
- full version
cvsdist d561809
- macroized spec file for GPL or OSL builds
cvsdist d561809
- include only libelf under GPL plus wrapper scripts
cvsdist d561809
cvsdist d561809
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
cvsdist d561809
- macroized spec file for GPL or OSL builds
cvsdist d561809
cvsdist d561809
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
cvsdist d561809
- split elfutils-devel into two packages.
cvsdist d561809
cvsdist d561809
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
cvsdist d561809
- include only libelf under GPL plus wrapper scripts
cvsdist d561809
cvsdist bf0c57a
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
cvsdist bf0c57a
- readelf, not readline, in %%description (#111214).
cvsdist bf0c57a
cvsdist 147b5aa
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
cvsdist 147b5aa
- update to 0.89 (fix eu-strip)
cvsdist 147b5aa
cvsdist 147b5aa
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
cvsdist 147b5aa
- update to 0.86 (fix eu-strip on s390x/alpha)
cvsdist 147b5aa
- libebl is an archive now; remove references to DSO
cvsdist 147b5aa
cvsdist 147b5aa
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
cvsdist 147b5aa
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
cvsdist 147b5aa
cvsdist 147b5aa
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
cvsdist 147b5aa
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
cvsdist 147b5aa
cvsdist 147b5aa
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
cvsdist 147b5aa
- upgrade to 0.82 (strip tests fixed on big-endian).
cvsdist 147b5aa
cvsdist 147b5aa
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
cvsdist 147b5aa
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
cvsdist 147b5aa
cvsdist 147b5aa
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
cvsdist 147b5aa
- upgrade to 0.80 (debugedit changes for kernel in progress).
cvsdist 147b5aa
cvsdist 147b5aa
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 147b5aa
- rebuilt
cvsdist 147b5aa
cvsdist 147b5aa
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
cvsdist 147b5aa
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
cvsdist 147b5aa
cvsdist 147b5aa
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
cvsdist 147b5aa
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
cvsdist 147b5aa
cvsdist b2ba691
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist b2ba691
- debuginfo rebuild
cvsdist b2ba691
cvsdist b2ba691
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
cvsdist b2ba691
- use the correct way of identifying the section via the sh_info link.
cvsdist b2ba691
cvsdist b2ba691
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
cvsdist b2ba691
- update to 0.75 (eu-strip -g fix)
cvsdist b2ba691
cvsdist b2ba691
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
cvsdist b2ba691
- update to 0.74 (fix for writing with some non-dirty sections)
cvsdist b2ba691
cvsdist b2ba691
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
cvsdist b2ba691
- another -0.73 update (with sparc fixes).
cvsdist b2ba691
- do "make check" in %%check, not %%install, section.
cvsdist b2ba691
cvsdist b2ba691
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
cvsdist b2ba691
- update to 0.73 (with s390 fixes).
cvsdist b2ba691
cvsdist b2ba691
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b2ba691
- rebuilt
cvsdist b2ba691
cvsdist b2ba691
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
cvsdist b2ba691
- fix arguments to gelf_getsymshndx and elf_getshstrndx
cvsdist b2ba691
- fix other warnings
cvsdist b2ba691
- reenable checks on s390x
cvsdist b2ba691
cvsdist b2ba691
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
cvsdist b2ba691
- temporarily disable checks on s390x, until someone has
cvsdist b2ba691
  time to look at it
cvsdist b2ba691
cvsdist b2ba691
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
cvsdist b2ba691
- update to 0.72
cvsdist b2ba691
cvsdist b2ba691
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
cvsdist b2ba691
- update to 0.71
cvsdist b2ba691
cvsdist b2ba691
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
cvsdist b2ba691
- update to 0.69.
cvsdist b2ba691
- add "make check" and segfault avoidance patch.
cvsdist b2ba691
- elfutils-libelf needs to run ldconfig.
cvsdist b2ba691
cvsdist b2ba691
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
cvsdist b2ba691
- update to 0.68.
cvsdist 2a23697
cvsdist 2a23697
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
cvsdist 2a23697
- update to 0.67.
cvsdist 2a23697
cvsdist 2a23697
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
cvsdist 2a23697
- update to 0.65.
cvsdist 2a23697
cvsdist 2a23697
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
cvsdist 2a23697
- update to 0.64.
cvsdist 2a23697
cvsdist 2a23697
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
cvsdist 2a23697
- split packages further into elfutils-libelf
cvsdist 2a23697
cvsdist 2a23697
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
cvsdist 2a23697
- update to 0.63.
cvsdist 2a23697
cvsdist 2a23697
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
cvsdist 2a23697
- Adjust for dropping libtool
cvsdist 2a23697
cvsdist 2a23697
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
cvsdist 2a23697
- update to 0.59
cvsdist 2a23697
cvsdist 2a23697
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
cvsdist 2a23697
- update to 0.56
cvsdist 2a23697
cvsdist 2a23697
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
cvsdist 2a23697
- update to 0.54
cvsdist 2a23697
cvsdist 2a23697
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
cvsdist 2a23697
- update to 0.53
cvsdist 2a23697
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
cvsdist 2a23697
cvsdist 2a23697
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
cvsdist 2a23697
- get beehive to punch a rhpkg generated package.
cvsdist 2a23697
cvsdist 2a23697
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
cvsdist 2a23697
- build in 8.0.1.
cvsdist 2a23697
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
cvsdist 2a23697
cvsdist 2a23697
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
cvsdist 2a23697
- Add libelf-devel to conflicts for elfutils-devel
cvsdist 2a23697
cvsdist 2a23697
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
cvsdist 2a23697
- Split into runtime and devel package
cvsdist 2a23697
cvsdist 2a23697
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
cvsdist 2a23697
- integrate into official sources
cvsdist 2a23697
cvsdist 2a23697
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
cvsdist 2a23697
- Swaddle.