summaryrefslogtreecommitdiff
path: root/sparc64
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-10-16 21:22:26 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-10-16 21:22:26 +0200
commit1c0ced916eb5256c96f7b829309bf619b5df1a41 (patch)
tree23908b95b98f5f755e933fadeed797ef8f7c9ed3 /sparc64
parentd7e908518e53bbd4fc626f5926f6189077bbc709 (diff)
downloadnettle-1c0ced916eb5256c96f7b829309bf619b5df1a41.tar.gz
* 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
Diffstat (limited to 'sparc64')
-rw-r--r--sparc64/machine.m45
1 files changed, 5 insertions, 0 deletions
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)
+