Index: crypto/aes/asm/aes-x86_64.pl
--- crypto/aes/asm/aes-x86_64.pl.orig
+++ crypto/aes/asm/aes-x86_64.pl
@@ -2221,6 +2221,7 @@ ___
 }
 
 $code.=<<___;
+.rodata
 .align	64
 .LAES_Te:
 ___
@@ -2643,6 +2644,7 @@ $code.=<<___;
 	.long	0x1b1b1b1b, 0x1b1b1b1b, 0, 0
 .asciz  "AES for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
 .align	64
+.previous
 ___
 
 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
