projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ecb9f2
)
Fix compilation when using MASM on x86
author
Gergely Nagy
<ngg@tresorit.com>
Tue, 16 Aug 2016 12:46:13 +0000
(14:46 +0200)
committer
Rich Salz
<rsalz@openssl.org>
Tue, 16 Aug 2016 18:46:55 +0000
(14:46 -0400)
The generated asm code from x86cpuid.pl contains CMOVE instructions
which are only available on i686 and later CPUs.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1459)
crypto/perlasm/x86masm.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86masm.pl
b/crypto/perlasm/x86masm.pl
index a0a354c8fc36be6af9410b4d03337eb160cab962..d352f47055ea11ba92af53cb8ca8251bd5226824 100644
(file)
--- a/
crypto/perlasm/x86masm.pl
+++ b/
crypto/perlasm/x86masm.pl
@@
-89,7
+89,7
@@
TITLE $_[0].asm
IF \@Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
-.
4
86
+.
6
86
.MODEL FLAT
OPTION DOTNAME
IF \@Version LT 800