summaryrefslogtreecommitdiffstats
path: root/backends/sh_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/sh_init.c')
-rw-r--r--backends/sh_init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/sh_init.c b/backends/sh_init.c
index 02502ab2..7b36e7a3 100644
--- a/backends/sh_init.c
+++ b/backends/sh_init.c
@@ -51,6 +51,11 @@ sh_init (elf, machine, eh, ehlen)
eh->name = "Hitachi SH";
sh_init_reloc (eh);
HOOK (eh, reloc_simple_type);
+ HOOK (eh, gotpc_reloc_check);
+ HOOK (eh, machine_flag_check);
+ HOOK (eh, core_note);
+ HOOK (eh, register_info);
+ HOOK (eh, return_value_location);
return MODVERSION;
}