From 3bc64b88c391bb9f27fdbf38703fef949828987a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 20 Aug 2018 13:20:06 +0200 Subject: [PATCH] RTEMS: Add __tls_get_addr() to crt0 Add __tls_get_addr() for all targets to crt0. This is not only used on ARM. In particular, it is used on RISC-V. This helps to adequately support the GCC libgomp. Signed-off-by: Sebastian Huber