The branch OpenSSL_1_1_1-stable has been updated
       via  0584ce737efd26aa82d659087fc9f081ef8e30c4 (commit)
      from  c8a9fa6910c3cb6e9b5f8eb029eb6fc80dfc9cfe (commit)


- Log -----------------------------------------------------------------
commit 0584ce737efd26aa82d659087fc9f081ef8e30c4
Author: Richard Levitte <[email protected]>
Date:   Sat Mar 16 10:15:19 2019 +0100

    Add missing '.text' in crypto/bn/asm/ppc.pl
    
    Fixes #8495
    
    Reviewed-by: Matthias St. Pierre <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/8496)
    
    (cherry picked from commit 2864df8f9d3264e19b49a246e272fb513f4c1be3)

-----------------------------------------------------------------------

Summary of changes:
 crypto/bn/asm/ppc.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/bn/asm/ppc.pl b/crypto/bn/asm/ppc.pl
index e370681..f43018a 100644
--- a/crypto/bn/asm/ppc.pl
+++ b/crypto/bn/asm/ppc.pl
@@ -258,6 +258,7 @@ $data=<<EOF;
 # .text section
 
        .machine        "any"
+       .text
 
 #
 #      NOTE:   The following label name should be changed to

Reply via email to