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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sh_init.c b/backends/sh_init.c
index 4fadd9b4..975d031d 100644
--- a/backends/sh_init.c
+++ b/backends/sh_init.c
@@ -38,7 +38,7 @@ sh_init (elf, machine, eh, ehlen)
/* We handle it. */
eh->name = "Hitachi SH";
sh_init_reloc (eh);
- eh->reloc_simple_type = sh_reloc_simple_type;
+ HOOK (eh, reloc_simple_type);
return MODVERSION;
}