From: Niels Möller Date: Sat, 15 Oct 2005 18:08:03 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.14_release_20051205~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10c89ff6b7403c0a7c1e48d6db870dd2ce6ae98;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.346 --- diff --git a/ChangeLog b/ChangeLog index 29aac5df..fca9df63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ 2005-10-15 Niels Möller - * configure.ac (ASM_ELF_STYLE): Fixed .type,@function statement - used when checking for pseudo operations. + * asm.m4 (PROLOGUE): Use TYPE_FUNCTION. + + * config.m4.in: Substitute ASM_TYPE_FUNCTION as TYPE_FUNCTION. + + * configure.ac (ASM_ELF_STYLE): Check for %function and #function, + but not for @function. + (ASM_TYPE_FUNCTION): New substituted variable. + + * configure.ac (ASM_ELF_STYLE): Fixed .type foo,@function statement + used when checking for pseudo operations. * sparc/machine.m4 (AES_LOAD, AES_ROUND): Started writing new AES macros.