Index: external/boringssl/crypto/modes/asm/ghash-x86_64.pl
--- external/boringssl/crypto/modes/asm/ghash-x86_64.pl.orig
+++ external/boringssl/crypto/modes/asm/ghash-x86_64.pl
@@ -1531,6 +1531,7 @@ ___
 }
 
 $code.=<<___;
+.rodata
 .align	64
 .Lbswap_mask:
 	.byte	15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
@@ -1584,6 +1585,7 @@ $code.=<<___;
 
 .asciz	"GHASH for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
 .align	64
+.previous
 ___
 
 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
