]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-gnu2-tls2mod0.c
arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)
[thirdparty/glibc.git] / elf / tst-gnu2-tls2mod0.c
index 45556a0e173922ccf79fd0d445f807e15aac44aa..3fe3c142777abe04294b8d5e573ebd6c853e2bf4 100644 (file)
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include "tst-gnu2-tls2.h"
+#include <tst-gnu2-tls2.h>
 
 __thread struct tls tls_var0 __attribute__ ((visibility ("hidden")));
 
 struct tls *
 apply_tls (struct tls *p)
 {
+  INIT_TLSDESC_CALL ();
   BEFORE_TLSDESC_CALL ();
   tls_var0 = *p;
   struct tls *ret = &tls_var0;