Added new patch to handle additional big endian issues on s390x.

This patch handles most of the disassembler issues I could uncover.
There may be others still lurking.

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2016-11-01 16:11:49 -06:00
parent dedc6be813
commit 3df7a96ee8
2 changed files with 2540 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Patch7: f23-harden.patch
Patch8: asllookup-ppc64.patch
Patch9: template.patch
Patch10: s390x-ptrs.patch
Patch11: big-endian-v2.patch
BuildRequires: bison patchutils flex
@ -94,6 +95,7 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
%patch8 -p1 -b .asllookup-ppc64
%patch9 -p1 -b .template
%patch10 -p1 -b .s390x-ptrs
%patch11 -p1 -b .big-endian-v2
cp -p %{SOURCE2} README.Fedora
cp -p %{SOURCE3} iasl.1
@ -188,9 +190,10 @@ fi
%changelog
* Tue Oct 4 2016 Al Stone <ahs3@redhat.com> - 20160930-1
* Fri Oct 28 2016 Al Stone <ahs3@redhat.com> - 20160930-1
- Update to latest upstream. Closes BZ#1381017.
- Refresh patches.
- Major repairs to disassembler code to make it endian-neutral again.
* Thu Sep 1 2016 Al Stone <ahs3@redhat.com> - 20160831-1
- Update to latest upstream. Closes BZ#1372107.

2536
big-endian-v2.patch Normal file

File diff suppressed because it is too large Load Diff