]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Sat, 15 Oct 2005 18:08:03 +0000 (20:08 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 15 Oct 2005 18:08:03 +0000 (20:08 +0200)
Rev: src/nettle/ChangeLog:1.346

ChangeLog

index 29aac5df3534be10d18cc1413b52854211d9353e..fca9df63fba053f98e0ae42de310143b5002be58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
 2005-10-15  Niels Möller  <nisse@lysator.liu.se>
 
-       * 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.