commit | fcdce142519644cdc359b3a7bc6eca6985e44c88 | [log] [tgz] |
---|---|---|
author | Jeremy Drake <sourceware-bugzilla@jdrake.com> | Mon Apr 07 13:19:28 2025 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Apr 07 13:19:28 2025 +0200 |
tree | f294063294362209a091d34555d1f73b8fb2520d | |
parent | 236214b1981b952d212e8bfd7b811210653771ae [diff] |
bfd: add load config size workaround for i386 XP and earlier Per the Microsoft PE documentation, XP and earlier on i686 require the Size field to be 64, rather than the actual size as required on other architectures. I have confirmed Windows 11 accepts either 64 or the actual size for i386 images, but only the actual size for x86_64 images. Signed-off-by: Jeremy Drake <sourceware-bugzilla@jdrake.com>