mirror of https://github.com/openssl/openssl.git
				
				
				
			Add some missing cfi frame info in keccak1600-x86_64.pl
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/10654)
This commit is contained in:
		
							parent
							
								
									a5fe7825b9
								
							
						
					
					
						commit
						95bbe6eff7
					
				| 
						 | 
				
			
			@ -86,6 +86,7 @@ $code.=<<___;
 | 
			
		|||
.type	__KeccakF1600,\@abi-omnipotent
 | 
			
		||||
.align	32
 | 
			
		||||
__KeccakF1600:
 | 
			
		||||
.cfi_startproc
 | 
			
		||||
	mov	$A[4][0](%rdi),@C[0]
 | 
			
		||||
	mov	$A[4][1](%rdi),@C[1]
 | 
			
		||||
	mov	$A[4][2](%rdi),@C[2]
 | 
			
		||||
| 
						 | 
				
			
			@ -344,6 +345,7 @@ $code.=<<___;
 | 
			
		|||
 | 
			
		||||
	lea	-192($iotas),$iotas	# rewind iotas
 | 
			
		||||
	ret
 | 
			
		||||
.cfi_endproc
 | 
			
		||||
.size	__KeccakF1600,.-__KeccakF1600
 | 
			
		||||
 | 
			
		||||
.type	KeccakF1600,\@abi-omnipotent
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue