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>
Wed, 28 Oct 2020 18:57:15 +0000 (14:57 -0400)
commit5e8a0751ae0c418a615025d1da10bc84f91b3d97
tree33e2b21c4b4c53203c0b13dcb2c60bac8c0f5bca
parent8b130e7f1d6a41fb5c64a014c15246ba74b79470
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.

Change-Id: I2b5f5c77865267e35c529dd17a0298cd4405303d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025996 seconds and 4 git commands to generate.