summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm/aes-ia64.S
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-07-18 09:54:14 +0000
committerAndy Polyakov <appro@openssl.org>2005-07-18 09:54:14 +0000
commitef428d568137917d4d1a3bffa9818088efe8f3ef (patch)
tree9cb39222cd93e794ceafe52451f42c3695d9b2a0 /crypto/aes/asm/aes-ia64.S
parentafbe674edb96a8359ab779c5f28e7badfd88e64d (diff)
Fix unwind directives in IA-64 assembler modules. This helps symbolic
debugging and doesn't affect functionality. Submitted by: David Mosberger Obtained from: http://www.hpl.hp.com/research/linux/crypto/
Diffstat (limited to 'crypto/aes/asm/aes-ia64.S')
-rw-r--r--crypto/aes/asm/aes-ia64.S6
1 files changed, 2 insertions, 4 deletions
diff --git a/crypto/aes/asm/aes-ia64.S b/crypto/aes/asm/aes-ia64.S
index 542cf335e9..3377838000 100644
--- a/crypto/aes/asm/aes-ia64.S
+++ b/crypto/aes/asm/aes-ia64.S
@@ -179,11 +179,10 @@ _ia64_AES_encrypt:
.skip 16
AES_encrypt:
.prologue
- .fframe 0
.save ar.pfs,r2
- .save ar.lc,r3
{ .mmi; alloc r2=ar.pfs,3,0,12,0
addl out8=@ltoff(AES_Te#),gp
+ .save ar.lc,r3
mov r3=ar.lc }
{ .mmi; and out0=3,in0
ADDP in0=0,in0
@@ -472,11 +471,10 @@ _ia64_AES_decrypt:
.skip 16
AES_decrypt:
.prologue
- .fframe 0
.save ar.pfs,r2
- .save ar.lc,r3
{ .mmi; alloc r2=ar.pfs,3,0,12,0
addl out8=@ltoff(AES_Td#),gp
+ .save ar.lc,r3
mov r3=ar.lc }
{ .mmi; and out0=3,in0
ADDP in0=0,in0