Add iOS-specific armv4cpud.S module.
authorAndy Polyakov <appro@openssl.org>
Mon, 11 May 2015 09:50:29 +0000 (11:50 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 13 May 2015 16:00:07 +0000 (18:00 +0200)
commit80b1e89bbc901a8f4a5e11945e367e0e0def11ec
tree64091f5b25093f243479acaeeb6ef2f124677d3e
parentbb98f6bef66dc423a3736cc9c5e5602933f58c64
Add iOS-specific armv4cpud.S module.

Normally it would be generated from a perlasm module, but doing so
would affect existing armv4cpuid.S, which in turn would formally void
previously validated platforms. Hense separate module is generated.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit 5837e90f08ffcf5ad84933793bc285630018ce26)
crypto/armv4cpuid_ios.S [new file with mode: 0644]