aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tccelf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tccelf.c b/tccelf.c
index bae8972..321ec2e 100644
--- a/tccelf.c
+++ b/tccelf.c
@@ -1541,13 +1541,11 @@ ST_FUNC void fill_got(TCCState *s1)
continue;
for_each_elem(s, 0, rel, ElfW_Rel) {
switch (ELFW(R_TYPE) (rel->r_info)) {
-#ifdef TCC_TARGET_X86_64
case R_X86_64_GOT32:
case R_X86_64_GOTPCREL:
case R_X86_64_PLT32:
fill_got_entry(s1, rel);
break;
-#endif
}
}
}