summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--output/outelf64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outelf64.c b/output/outelf64.c
index 3e9f7767..1405d2fd 100644
--- a/output/outelf64.c
+++ b/output/outelf64.c
@@ -1013,7 +1013,7 @@ static void elf_out(int32_t segto, const void *data,
"references to be qword absolute");
} else {
elf_add_gsym_reloc(s, segment, addr, 0,
- R_X86_64_GOTOFF64, true);
+ R_X86_64_GOTOFF64, false);
addr = 0;
}
} else if (wrt == elf_got_sect + 1) {