projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffd2ad
)
alpha-mont.pl: comply with stack alignment requirement [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Sat, 10 Apr 2010 13:33:46 +0000
(13:33 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 10 Apr 2010 13:33:46 +0000
(13:33 +0000)
crypto/bn/asm/alpha-mont.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/alpha-mont.pl
b/crypto/bn/asm/alpha-mont.pl
index 7a2cc3173b0ec49b29771bec2c24f94ada1ffd0a..f7e0ca1646cd3caad91ec442aee62fc3031bd039 100644
(file)
--- a/
crypto/bn/asm/alpha-mont.pl
+++ b/
crypto/bn/asm/alpha-mont.pl
@@
-53,15
+53,15
@@
$code=<<___;
.align 5
.ent bn_mul_mont
bn_mul_mont:
- lda sp,-4
0
(sp)
+ lda sp,-4
8
(sp)
stq ra,0(sp)
stq s3,8(sp)
stq s4,16(sp)
stq s5,24(sp)
stq fp,32(sp)
mov sp,fp
- .mask 0x0400f000,-4
0
- .frame fp,4
0
,ra
+ .mask 0x0400f000,-4
8
+ .frame fp,4
8
,ra
.prologue 0
.align 4
@@
-306,7
+306,7
@@
bn_mul_mont:
ldq s4,16(sp)
ldq s5,24(sp)
ldq fp,32(sp)
- lda sp,4
0
(sp)
+ lda sp,4
8
(sp)
ret (ra)
.end bn_mul_mont
.rdata