Add dummy TLS variable to no_syscall test master
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Aug 2024 18:53:02 +0000 (14:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Aug 2024 19:46:51 +0000 (15:46 -0400)
commitc3ed6b64bbe1944bd8de8b9fde14e7c290f02a90
tree43f974f2f4baf7440a76beeac6c62145468129b3
parente395695a97a8b73b184f25cfa3a96fd12ba427e5
Add dummy TLS variable to no_syscall test

Ensure the main executable has at least one TLS variable which will be
allocated before the rseq area, making sure the rseq_offset is not 0.  This
allows testing that the rseq_offset variable is properly initialized by
checking it is not 0.

Most toolchains will add at least one main exec TLS variable but it's
currently not the case on RISC-V.

Change-Id: Ie29bcaa1e008e99953a4f19e19f05c8b85dac62d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/no_syscall_test.c
This page took 0.022591 seconds and 4 git commands to generate.