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 14:47:10 +0000 (16:47 +0200)
commit5837e90f08ffcf5ad84933793bc285630018ce26
tree4a3680792f62ca2ec1ac6022717e26714a407d66
parent874faf2ffb22187ad5483d9691a3a2eb7112f161
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>
crypto/armv4cpuid_ios.S [new file with mode: 0644]