]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Thu, 13 Oct 2005 15:13:22 +0000 (17:13 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 13 Oct 2005 15:13:22 +0000 (17:13 +0200)
Rev: src/nettle/ChangeLog:1.341

ChangeLog

index 3c87daa867d8f4ea82c6627cd1e2a43023435b43..bc780c46507782dfe74c2fb1248085990643e381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2005-10-13  Niels Möller  <niels@s3.kth.se>
 
+       * config.m4.in (ASM_MARK_NOEXEC_STACK): Use a diversion, to
+       substitute the value of ASM_MARK_NOEXEC_STACK at the end of each
+       assembler file.
+
+       * configure.ac (ASM_MARK_NOEXEC_STACK): Check if the C compiler
+       generates a .note.GNU-stack section. If so, we should do the same
+       in our assembler files.
+
        * sparc64/aes.asm: New file. Copy of sparc/aes.asm, with minor
        changes to the stack frame layout. Patch contributed by Henrik
        Grubbström. Not yet tested.