From 1c0ced916eb5256c96f7b829309bf619b5df1a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 16 Oct 2005 21:22:26 +0200 Subject: [PATCH] * sparc64/machine.m4: Include the same aes macros used for sparc32. (BIAS): Define magic stack bias constant. Rev: src/nettle/sparc64/machine.m4:1.2 --- sparc64/machine.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sparc64/machine.m4 b/sparc64/machine.m4 index e69de29b..3714d8af 100644 --- a/sparc64/machine.m4 +++ b/sparc64/machine.m4 @@ -0,0 +1,5 @@ +define(<BIAS>, 2047) C Magic stack bias for the Sparc64 ABI + +C Use the same AES macros as on sparc32. +include_src(sparc/machine.m4) + -- GitLab