Skip to content

Commit 19db07c

Browse files
eukarpovgithub-actions
authored andcommitted
Disable GOT symbols (#31)
1 parent 53fbead commit 19db07c

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
@@ -21066,6 +21066,9 @@ aarch64_tlsdesc_abi_id ()
2106621066
static bool
2106721067
aarch64_symbol_binds_local_p (const_rtx x)
2106821068
{
21069+
if (TARGET_PECOFF)
21070+
return true;
21071+
2106921072
return (SYMBOL_REF_DECL (x)
2107021073
? targetm.binds_local_p (SYMBOL_REF_DECL (x))
2107121074
: SYMBOL_REF_LOCAL_P (x));

0 commit comments

Comments
 (0)