]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
build: suppress GNU ld 2.39 warning about RWX load segments
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2022 10:04:28 +0000 (12:04 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 3 Oct 2022 11:29:02 +0000 (12:29 +0100)
commit5904c7afdf412db9e93ace7cb67ed2899a0d49e8
tree55c8d2a69681cf3bd991d61bb0c5506a15537dd2
parent37ea4e513a2ce0cd22f9c9a32b18d5c022e38e12
build: suppress GNU ld 2.39 warning about RWX load segments

We cannot really avoid such and we're also not really at risk because of
them, as we control page table permissions ourselves rather than relying
on a loader of some sort.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
build/common.mk