Index: crypto/fipsmodule/modes/asm/ghash-x86_64.pl
--- crypto/fipsmodule/modes/asm/ghash-x86_64.pl.orig
+++ crypto/fipsmodule/modes/asm/ghash-x86_64.pl
@@ -1264,6 +1264,7 @@ ___
 }
 
 $code.=<<___;
+.section .rodata
 .align	64
 .Lbswap_mask:
 	.byte	15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
@@ -1275,6 +1276,7 @@ $code.=<<___;
 
 .asciz	"GHASH for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
 .align	64
+.text
 ___
 
 if ($win64) {
