From: Niels Möller Date: Mon, 7 Oct 2013 18:33:26 +0000 (+0200) Subject: Corrected .file pseudo-ops. X-Git-Tag: nettle_3.0_release_20140607~167^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332e72e867c274704bb15f5d005ac17d994d02fb;p=thirdparty%2Fnettle.git Corrected .file pseudo-ops. --- diff --git a/ChangeLog b/ChangeLog index 6846b6c7..f4b26c79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,8 @@ * camellia-internal.h (_camellia_crypt): Updated prototype. * camellia-crypt-internal.c (_camellia_crypt): Take separate arguments for rounds and subkey array. - * x86_64/camellia-crypt-internal.asm: Likewise. + * x86_64/camellia-crypt-internal.asm: Likewise. Also corrected + .file pseudo-ops. * x86/camellia-crypt-internal.asm: Likewise. 2013-10-05 Niels Möller diff --git a/x86/camellia-crypt-internal.asm b/x86/camellia-crypt-internal.asm index 201d706c..1d7290bc 100644 --- a/x86/camellia-crypt-internal.asm +++ b/x86/camellia-crypt-internal.asm @@ -135,9 +135,9 @@ define(, < xorl TMP, $1 >) -.file "camellia-encrypt-internal.asm" +.file "camellia-crypt-internal.asm" - C _camellia_crypt(unsigned rounds, const uint64_t *keys, + C _camellia_crypt(unsigned rounds, const uint64_t *keys, C const struct camellia_table *T, C size_t length, uint8_t *dst, C uint8_t *src) diff --git a/x86_64/camellia-crypt-internal.asm b/x86_64/camellia-crypt-internal.asm index 11b59bf8..d78637f4 100644 --- a/x86_64/camellia-crypt-internal.asm +++ b/x86_64/camellia-crypt-internal.asm @@ -115,7 +115,7 @@ C xorl XREG(TMP), XREG($1) xor TMP, $1 >) - .file "camellia-encrypt-internal.asm" + .file "camellia-crypt-internal.asm" C _camellia_crypt(unsigned rounds, const uint64_t *keys, C const struct camellia_table *T,