Skip to content

Commit 0ecb965

Browse files
eukarpovgithub-actions
authored andcommitted
Disable GOT symbols (#31)
1 parent 777b8bd commit 0ecb965

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
@@ -21162,6 +21162,9 @@ aarch64_tlsdesc_abi_id ()
2116221162
static bool
2116321163
aarch64_symbol_binds_local_p (const_rtx x)
2116421164
{
21165+
if (TARGET_PECOFF)
21166+
return true;
21167+
2116521168
return (SYMBOL_REF_DECL (x)
2116621169
? targetm.binds_local_p (SYMBOL_REF_DECL (x))
2116721170
: SYMBOL_REF_LOCAL_P (x));

0 commit comments

Comments
 (0)