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 12:36:39 +0000 (13:36 +0100)
commit47bb5b33f742b4338bfa9608288830aecb085da4
tree17afba6c50350fcd528d9ae62f015fbacd089b56
parent59e1f50fefaf54bd1bd01aa71ad890f7c7a47ca9
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