Add missing '.text' in crypto/bn/asm/ppc.pl
Fixes #8495
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8496)
(cherry picked from commit 2864df8f9d
)
This commit is contained in:
parent
c8a9fa6910
commit
0584ce737e
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ $data=<<EOF;
|
|||
# .text section
|
||||
|
||||
.machine "any"
|
||||
.text
|
||||
|
||||
#
|
||||
# NOTE: The following label name should be changed to
|
||||
|
|
Loading…
Reference in a new issue