Add Power7 support (BZ 487887)

This commit is contained in:
Nicholas Clifton 2009-03-05 13:09:53 +00:00
parent bfe948ddd9
commit cd595c0e3c
2 changed files with 3306 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.19.51.0.2
Release: 15%{?dist}
Release: 16%{?dist}
License: GPLv3+
Group: Development/Tools
URL: http://sources.redhat.com/binutils
@ -31,6 +31,7 @@ Patch05: binutils-2.19.50.0.1-version.patch
Patch06: binutils-2.19.50.0.1-set-long-long.patch
Patch07: binutils-2.19.50.0.1-build-id.patch
Patch08: binutils-2.19.51.0.2-ifunc.patch
Patch09: binutils-2.19.51.0.2-IBM.patch
%if 0%{?_with_debug:1}
# Define this if you want to skip the strip step and preserve debug info.
@ -102,6 +103,7 @@ to consider using libelf instead of BFD.
%patch06 -p0 -b .set-long-long~
%patch07 -p0 -b .build-id~
%patch08 -p1 -b .ifunc~
%patch09 -p0 -b .IBM~
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
@ -345,6 +347,9 @@ fi
%endif # %{isnative}
%changelog
* Thu Mar 05 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-16
- Add IBM Power7 support. (BZ 487887)
* Mon Mar 02 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-15
- Add IFUNC support. (BZ 465302)