Index: crypto/fipsmodule/aes/asm/aesni-x86_64.pl
--- crypto/fipsmodule/aes/asm/aesni-x86_64.pl.orig
+++ crypto/fipsmodule/aes/asm/aesni-x86_64.pl
@@ -1495,6 +1495,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
@@ -1515,6 +1516,7 @@ $code.=<<___;
 
 .asciz  "AES for Intel AES-NI, CRYPTOGAMS by <appro\@openssl.org>"
 .align	64
+.text
 ___
 
 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
