Skip to content

Commit 19b23cf

Browse files
Claudiu Zissulescuartemiy-volkov
authored andcommitted
arc64: Mark blink alive when emitting a call to __tls_get_addr
1 parent e14178a commit 19b23cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/config/arc64/arc64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,6 +1739,7 @@ arc64_tls_call (rtx dest, rtx arg)
17391739
if (!arc_tls_symbol)
17401740
arc_tls_symbol = init_one_libfunc ("__tls_get_addr");
17411741

1742+
df_set_regs_ever_live (BLINK_REGNUM, true);
17421743
emit_library_call_value (arc_tls_symbol, dest, LCT_CONST, Pmode,
17431744
arg, Pmode);
17441745
}

0 commit comments

Comments
 (0)