Skip to content

Commit 5482e51

Browse files
eukarpovgithub-actions
authored andcommitted
Disable GOT symbols (#31)
1 parent aa979bd commit 5482e51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gcc/config/aarch64/aarch64.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20993,6 +20993,9 @@ aarch64_tlsdesc_abi_id ()
2099320993
static bool
2099420994
aarch64_symbol_binds_local_p (const_rtx x)
2099520995
{
20996+
if (TARGET_PECOFF)
20997+
return true;
20998+
2099620999
return (SYMBOL_REF_DECL (x)
2099721000
? targetm.binds_local_p (SYMBOL_REF_DECL (x))
2099821001
: SYMBOL_REF_LOCAL_P (x));

0 commit comments

Comments
 (0)