ld: yet another PDB build fix (or workaround)
authorJan Beulich <jbeulich@suse.com>
Fri, 6 Jan 2023 12:36:39 +0000 (13:36 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 6 Jan 2023 14:23:13 +0000 (15:23 +0100)
commit386c173fc2f88ece20fda92e462044903277648a
tree343e0724ba8f1b005b7a5a779b6a3c362895be1b
parente1aec9c1316047b05eb59e97d2e6010646a7c8a8
ld: yet another PDB build fix (or workaround)

Older bash looks to improperly deal with backslashes in here-documents,
leaving them in place on the escaped double quotes inside the parameter
expansion. Convert to a model without using such a construct, by simply
splitting the here-documents into three ones.
ld/emultempl/pe.em
ld/emultempl/pep.em