SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unaligned
[openssl.git] / crypto / modes / asm / ghash-sparcv9.pl
index 708ae0c893ec6c014ea2af1287663ec7b914a4da..652222cc80d31f8b7048ce265fc76e486cae9d02 100644 (file)
@@ -315,6 +315,7 @@ gcm_gmult_4bit:
 .type  gcm_gmult_4bit,#function
 .size  gcm_gmult_4bit,(.-gcm_gmult_4bit)
 .asciz "GHASH for SPARCv9, CRYPTOGAMS by <appro\@openssl.org>"
+.align 4
 ___
 
 $code =~ s/\`([^\`]*)\`/eval $1/gem;