summaryrefslogtreecommitdiffstats
path: root/backends/riscv_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/riscv_init.c')
-rw-r--r--backends/riscv_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/riscv_init.c b/backends/riscv_init.c
index 761d9c2e..80be86d3 100644
--- a/backends/riscv_init.c
+++ b/backends/riscv_init.c
@@ -51,6 +51,7 @@ riscv_init (Elf *elf __attribute__ ((unused)),
eh->name = "RISC-V";
riscv_init_reloc (eh);
HOOK (eh, reloc_simple_type);
+ HOOK (eh, check_special_symbol);
HOOK (eh, machine_flag_check);
return MODVERSION;