From: Niels Möller Date: Sun, 25 Mar 2018 09:42:48 +0000 (+0200) Subject: ChangeLog entries for ARM big-endian changes. X-Git-Tag: nettle_3.5rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291921cea762bec44d5f10c1bc5d26337735c0f6;p=thirdparty%2Fnettle.git ChangeLog entries for ARM big-endian changes. --- diff --git a/ChangeLog b/ChangeLog index 5c5c3aea..9447fe22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2018-03-25 Niels Möller + + From Michael Weiser. + * configure.ac (ASM_WORDS_BIGENDIAN): New substution, set from AC_C_BIGENDIAN. + * config.m4.in: Use it to set WORDS_BIGENDIAN. + * asm.m4 (IF_BE, IF_LE): New macros. + * arm/memxor.asm: Support big-endian ARM. + * arm/memxor3.asm: Likewise. + * arm/neon/chacha-core-internal.asm: Likewise. + * arm/neon/salsa20-core-internal.asm: Likewise. + * arm/neon/umac-nh.asm: Likewise. + * arm/v6/sha1-compress.asm: Likewise. + * arm/v6/sha256-compress.asm: Likewise. + * arm/README: Document big-endian considerations. + 2018-03-10 Niels Möller * eccdata.c (ecc_table_size): New helper function.