From ef428d568137917d4d1a3bffa9818088efe8f3ef Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 18 Jul 2005 09:54:14 +0000 Subject: 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/ --- crypto/aes/asm/aes-ia64.S | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'crypto/aes/asm/aes-ia64.S') 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 -- cgit v1.2.3