Update to 20160930 source AND major fixes for big-endian support.
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
8d92670606
commit
6061af3752
@ -34,8 +34,9 @@ Patch7: f23-harden.patch
|
|||||||
Patch8: asllookup-ppc64.patch
|
Patch8: asllookup-ppc64.patch
|
||||||
Patch9: template.patch
|
Patch9: template.patch
|
||||||
Patch10: s390x-ptrs.patch
|
Patch10: s390x-ptrs.patch
|
||||||
Patch11: big-endian-v2.patch
|
Patch11: big-endian-part1.patch
|
||||||
Patch12: free.patch
|
Patch12: free.patch
|
||||||
|
Patch13: big-endian-part2.patch
|
||||||
|
|
||||||
BuildRequires: bison patchutils flex
|
BuildRequires: bison patchutils flex
|
||||||
|
|
||||||
@ -96,8 +97,9 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
|
|||||||
%patch8 -p1 -b .asllookup-ppc64
|
%patch8 -p1 -b .asllookup-ppc64
|
||||||
%patch9 -p1 -b .template
|
%patch9 -p1 -b .template
|
||||||
%patch10 -p1 -b .s390x-ptrs
|
%patch10 -p1 -b .s390x-ptrs
|
||||||
%patch11 -p1 -b .big-endian-v2
|
%patch11 -p1 -b .big-endian-part1
|
||||||
%patch12 -p1 -b .free
|
%patch12 -p1 -b .free
|
||||||
|
%patch13 -p1 -b .big-endian-part2
|
||||||
|
|
||||||
cp -p %{SOURCE2} README.Fedora
|
cp -p %{SOURCE2} README.Fedora
|
||||||
cp -p %{SOURCE3} iasl.1
|
cp -p %{SOURCE3} iasl.1
|
||||||
@ -192,10 +194,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 28 2016 Al Stone <ahs3@redhat.com> - 20160930-1
|
* Fri Dec 9 2016 Al Stone <ahs3@redhat.com> - 20160930-1
|
||||||
- Update to latest upstream. Closes BZ#1381017.
|
- Update to latest upstream. Closes BZ#1381017.
|
||||||
- Refresh patches.
|
- Refresh patches.
|
||||||
- Major repairs to disassembler code to make it endian-neutral again.
|
- Major repairs to compiler and disassembler code to make it endian-neutral
|
||||||
|
again (added patches big-endian-part1 and big-endian-part2).
|
||||||
|
|
||||||
* Thu Sep 1 2016 Al Stone <ahs3@redhat.com> - 20160831-1
|
* Thu Sep 1 2016 Al Stone <ahs3@redhat.com> - 20160831-1
|
||||||
- Update to latest upstream. Closes BZ#1372107.
|
- Update to latest upstream. Closes BZ#1372107.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Fixup the compiler/disassembler to support big-endian.
|
||||||
|
|
||||||
|
Signed-off-by: Al Stone <ahs3@redhat.com>
|
||||||
|
|
||||||
diff -Naur acpica-unix2-20160930/source/common/acfileio.c acpica-unix2-20160930-s390/source/common/acfileio.c
|
diff -Naur acpica-unix2-20160930/source/common/acfileio.c acpica-unix2-20160930-s390/source/common/acfileio.c
|
||||||
--- acpica-unix2-20160930/source/common/acfileio.c 2016-09-30 10:43:55.000000000 -0600
|
--- acpica-unix2-20160930/source/common/acfileio.c 2016-09-30 10:43:55.000000000 -0600
|
||||||
+++ acpica-unix2-20160930-s390/source/common/acfileio.c 2016-10-28 14:25:41.845397957 -0600
|
+++ acpica-unix2-20160930-s390/source/common/acfileio.c 2016-10-28 14:25:41.845397957 -0600
|
1039
big-endian-part2.patch
Normal file
1039
big-endian-part2.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user