port: add 'notext' keyword linker support
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 19 Oct 2020 16:26:36 +0000 (12:26 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 19 Feb 2021 18:57:22 +0000 (13:57 -0500)
commit5abacce031acfb8269552b21022a9e466d6b50cf
tree3c4c748dc833458089849e600e5dbc0bd3919293
parentbc882898846b1ede68b4bf1872b2de6f5f9d6fcd
port: add 'notext' keyword linker support

Check if the linker support the 'notext' keyword to allow relocations
against read-only segments. GNU ld defaults to notext but LLVM's ld does
not, both linkers support the keyword.

This is required for the plugins section symbols.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I952586447a837ce48711a218a2d03050ef3deb1a
configure.ac
src/plugins/ctf/Makefile.am
src/plugins/lttng-utils/Makefile.am
src/plugins/text/Makefile.am
src/plugins/utils/Makefile.am
tests/lib/test-plugin-plugins/Makefile.am
This page took 0.026592 seconds and 4 git commands to generate.