From: Niels Möller Date: Tue, 21 May 2013 07:07:48 +0000 (+0200) Subject: arm: Moved sha1 and sha256 assembly to v6 subdirectory (master 89eb8070683409bcd0dfda... X-Git-Tag: nettle_2.7.1_release_20130528~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9866230ee4d5db97abf5d413608930bccee1672b;p=thirdparty%2Fnettle.git arm: Moved sha1 and sha256 assembly to v6 subdirectory (master 89eb8070683409bcd0dfda330231fbab70a4a939). --- diff --git a/ChangeLog b/ChangeLog index 5e65d1aa..7e5763da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-05-21 Niels Möller + From master (2013-05-20): + * arm/v6/sha1-compress.asm: Moved into v6 directory, since it uses + the v6 instruction uadd8, sel and rev. + * arm/v6/sha256-compress.asm: Likewise. + From master (2013-05-15): * configure.ac (asm_path): Handle armv6 and armv7 differently from older ARMs. Add the arm/v6 directory to asm_path when appropriate. diff --git a/arm/sha1-compress.asm b/arm/v6/sha1-compress.asm similarity index 100% rename from arm/sha1-compress.asm rename to arm/v6/sha1-compress.asm diff --git a/arm/sha256-compress.asm b/arm/v6/sha256-compress.asm similarity index 100% rename from arm/sha256-compress.asm rename to arm/v6/sha256-compress.asm