Fix up the .rodata segment's name for Windows as well.
authortb <tb@openbsd.org>
Thu, 23 Feb 2023 08:49:02 +0000 (08:49 +0000)
committertb <tb@openbsd.org>
Thu, 23 Feb 2023 08:49:02 +0000 (08:49 +0000)
commit2536c3e3692e9fc25715e79a926bbf9ef643540b
tree528ae4821fab7781865ad6373ebbf941ca19b9b4
parentc5d243a03e03087540bb2fca35aafd674540f1c3
Fix up the .rodata segment's name for Windows as well.

Here we need .rdata with some alignment goo. Fortunately, this was already
present for .pdata and .xdata, so the change is easy. Also, this is a code
path that doesn't affect OpenBSD at all.

ok jsing miod
lib/libcrypto/perlasm/x86_64-xlate.pl