The branch master has been updated
       via  2864df8f9d3264e19b49a246e272fb513f4c1be3 (commit)
      from  93b1e74cbeaf117658dd1dfc868bd70d9f7ffc65 (commit)


- Log -----------------------------------------------------------------
commit 2864df8f9d3264e19b49a246e272fb513f4c1be3
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)

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

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 f251e8e..21f6963 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