2.17.50.0.2-3

This commit is contained in:
Jakub Jelinek 2006-06-19 20:58:36 +00:00
parent 6636b5510d
commit cce3af154c
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A GNU collection of binary utilities.
Name: binutils
Version: 2.17.50.0.2
Release: 2
Release: 3
License: GPL
Group: Development/Tools
URL: http://sources.redhat.com/binutils
@ -17,6 +17,8 @@ Patch7: binutils-2.17.50.0.2-build-fixes.patch
Patch8: binutils-2.17.50.0.2-install-info.patch
Patch9: binutils-2.17.50.0.2-kept-section.patch
Patch10: binutils-2.17.50.0.2-bz2721.patch
Patch11: binutils-2.17.50.0.2-perturb.patch
Patch12: binutils-2.17.50.0.2-tls_common.patch
Buildroot: %{_tmppath}/binutils-root
BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison
@ -57,6 +59,8 @@ addresses to file and line).
%patch8 -p0 -b .install-info~
%patch9 -p0 -b .kept-section~
%patch10 -p0 -b .bz2721~
%patch11 -p0 -b .perturb~
%patch12 -p0 -b .tls_common~
# libtool sucks
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
# LTP sucks
@ -167,6 +171,10 @@ fi
%{_infodir}/*info*
%changelog
* Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
- fix two places in ld that misbehaved with MALLOC_PERTURB_=N
- fix .tls_common handling in relocatable linking
* Mon Jun 5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
- fix --as-needed (Alan Modra, #193689, BZ#2721)