2.16.91.0.6-2

This commit is contained in:
Jakub Jelinek 2006-02-27 23:28:39 +00:00
parent e5b9287547
commit 283d00c720

View File

@ -1,7 +1,7 @@
Summary: A GNU collection of binary utilities. Summary: A GNU collection of binary utilities.
Name: binutils Name: binutils
Version: 2.16.91.0.6 Version: 2.16.91.0.6
Release: 1 Release: 2
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
@ -13,6 +13,8 @@ Patch4: binutils-2.16.91.0.6-ia64-lib64.patch
Patch5: binutils-2.16.91.0.6-elfvsb-test.patch Patch5: binutils-2.16.91.0.6-elfvsb-test.patch
Patch6: binutils-2.16.91.0.6-standards.patch Patch6: binutils-2.16.91.0.6-standards.patch
Patch7: binutils-2.16.91.0.6-build-fixes.patch Patch7: binutils-2.16.91.0.6-build-fixes.patch
Patch8: binutils-2.16.91.0.6-pr26208.patch
Patch9: binutils-2.16.91.0.6-mni.patch
Buildroot: %{_tmppath}/binutils-root Buildroot: %{_tmppath}/binutils-root
BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison
@ -49,6 +51,8 @@ addresses to file and line).
%patch5 -p0 -b .elfvsb-test~ %patch5 -p0 -b .elfvsb-test~
%patch6 -p0 -b .standards~ %patch6 -p0 -b .standards~
%patch7 -p0 -b .build-fixes~ %patch7 -p0 -b .build-fixes~
%patch8 -p0 -b .pr26208~
%patch9 -p0 -b .mni~
# libtool sucks # libtool sucks
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in} perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
# LTP sucks # LTP sucks
@ -159,6 +163,11 @@ fi
%{_infodir}/*info* %{_infodir}/*info*
%changelog %changelog
* Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
- add MNI support on i?86/x86_64 (#183080)
- support S signal frame augmentation flag in .eh_frame,
add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
* Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1 * Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
- update to 2.16.91.0.6 - update to 2.16.91.0.6
- fix ppc64 --gc-sections - fix ppc64 --gc-sections