commit | d4e5db4e5031f1b4050620e2b5a4599ace52a29f | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Thu Mar 04 16:56:40 2021 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Thu Mar 04 16:56:40 2021 +0100 |
tree | da30c6651de4b71df354c908f58dba7e45d0a304 | |
parent | 6b5465b917ed37f7ce5e9bc0b91e07e7adaf101a [diff] |
ld: adjust ld-scripts/map-address.* Without setting an image base address and without naming at least .text, this test produces entirely bogus PE output. To be honest, even the ELF output looks odd: .text gets placed at 0x10204, and both foo and bar get associated with .text despite living below its start address. Since neither image base nor .text placement are the subject of this test, specify .text placement explicitly and in the PE case force the image base to zero.