diff --git a/acpica-tools.spec b/acpica-tools.spec index f9d33bd..51515d5 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -32,6 +32,7 @@ Patch5: OPT_LDFLAGS.patch Patch6: int-format.patch Patch7: f23-harden.patch Patch8: asllookup-ppc64.patch +Patch9: template.patch BuildRequires: bison patchutils flex @@ -90,6 +91,7 @@ gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f - %patch6 -p1 -b .int-format %patch7 -p1 -b .f23-harden %patch8 -p1 -b .asllookup-ppc64 +%patch9 -p1 -b .template cp -p %{SOURCE2} README.Fedora cp -p %{SOURCE3} iasl.1 diff --git a/badcode.asl.result b/badcode.asl.result index da7847e..b52d2f8 100644 --- a/badcode.asl.result +++ b/badcode.asl.result @@ -44,7 +44,7 @@ badcode.asl 76: Subtract (MTX1, 4, Local3) Warning 3144 - Method Local is set but never used ^ (Local3) badcode.asl 76: Subtract (MTX1, 4, Local3) -Error 6058 - Invalid type ^ ([Mutex|Reference] found, Subtract operator requires [Integer|String|Buffer]) +Error 6058 - Invalid type ^ ([Mutex] found, Subtract operator requires [Integer|String|Buffer]) badcode.asl 80: CreateField (BUF1, 0, Subtract (4, 4), FLD1) Remark 2089 - Object is not referenced ^ (Name is within method [MTH1])