diff options
Diffstat (limited to 'sparc64/machine.m4')
-rw-r--r-- | sparc64/machine.m4 | 5 |
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) + |