From 6aba52b6d1adce2c0d948c12a0582cbb44dcbec9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 5 Oct 2005 23:24:36 +0200
Subject: [PATCH] *** empty log message ***

Rev: src/nettle/ChangeLog:1.332
---
 ChangeLog | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index cdadceca..6b3e542f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 2005-10-05  Niels Möller  <nisse@lysator.liu.se>
 
+	* x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when
+	using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE.
+	* x86/sha1-compress.asm: Use PROLOGUE and EPILOGUE.
+	* x86/arcfour-crypt.asm: Likewise.
+	* x86/aes-encrypt.asm: Likewise.
+
+	* config.m4.in (ELF_STYLE): Substitute configure's ASM_ELF_STYLE.
+
+	* asm.m4 (PROLOGUE, EPILOGUE): New macros, checking the value of
+	ELF_STYLE. So far, used and tested only for the x86 assembler
+	files, and needed to make the assembler happy both with ELF
+	(linux, solaris) and COFF (windows).
+
+	* configure.ac (NM): Use AC_CHECK_TOOL to check for nm.
+	(ASM_SYMBOL_PREFIX): Use $NM when examining the object file.
+	(ASM_ELF_STYLE): New variable. Set to 'yes' if assembling a file
+	with ELF-style .type and .size pseudo ops works.
+
 	* Makefile.in (TARGETS, DISTFILES): Added nettle.pdf.
 	(.texinfo.dvi, .dvi.ps, .ps.pdf): New targets, to build nettle.pdf.
 	(DOCTARGETS): New variable with targets that shouldn't be deleted
-- 
GitLab