Import H.J.'s patch to add support for kernel ld -r modules.
This commit is contained in:
parent
a95226edfc
commit
d43b72113c
2734
binutils-2.23.2-kernel-ld-r.patch
Normal file
2734
binutils-2.23.2-kernel-ld-r.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@ Name: %{?cross}binutils%{?_with_debug:-debug}
|
|||||||
# official binutils release happens (2.24.0) we will be able to restore
|
# official binutils release happens (2.24.0) we will be able to restore
|
||||||
# Version to an honest value and everything will be good again.
|
# Version to an honest value and everything will be good again.
|
||||||
Version: 2.23.88.0.1
|
Version: 2.23.88.0.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -64,6 +64,7 @@ Patch13: binutils-2.23.52.0.1-addr2line-dynsymtab.patch
|
|||||||
Patch14: binutils-2.23.52.0.1-check-regular-ifunc-refs.patch
|
Patch14: binutils-2.23.52.0.1-check-regular-ifunc-refs.patch
|
||||||
# Fix errors reported by version 5.0 of texinfo in ld documentation
|
# Fix errors reported by version 5.0 of texinfo in ld documentation
|
||||||
Patch15: binutils-2.23.2-ld-texinfo-fixes.patch
|
Patch15: binutils-2.23.2-ld-texinfo-fixes.patch
|
||||||
|
Patch16: binutils-2.23.2-kernel-ld-r.patch
|
||||||
|
|
||||||
Provides: bundled(libiberty)
|
Provides: bundled(libiberty)
|
||||||
|
|
||||||
@ -180,6 +181,7 @@ using libelf instead of BFD.
|
|||||||
%patch13 -p0 -b .addr2line~
|
%patch13 -p0 -b .addr2line~
|
||||||
%patch14 -p0 -b .check-ifunc~
|
%patch14 -p0 -b .check-ifunc~
|
||||||
%patch15 -p0 -b .ld-texinfo~
|
%patch15 -p0 -b .ld-texinfo~
|
||||||
|
%patch16 -p0 -b .kernel-ld-r~
|
||||||
|
|
||||||
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
||||||
|
|
||||||
@ -479,6 +481,9 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 17 2013 Nick Clifton <nickc@redhat.com> - 2.23.88.0.1-4
|
||||||
|
- Import H.J.'s patch to add support for kernel ld -r modules.
|
||||||
|
|
||||||
* Fri Apr 26 2013 Nick Clifton <nickc@redhat.com> - 2.23.88.0.1-3
|
* Fri Apr 26 2013 Nick Clifton <nickc@redhat.com> - 2.23.88.0.1-3
|
||||||
- Fix errors reported by version 5.0 of texinfo when parsing assembler documentation.
|
- Fix errors reported by version 5.0 of texinfo when parsing assembler documentation.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user