summaryrefslogtreecommitdiffstats
path: root/backends/arm_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/arm_init.c')
-rw-r--r--backends/arm_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/arm_init.c b/backends/arm_init.c
index ee739078..2c9e31a9 100644
--- a/backends/arm_init.c
+++ b/backends/arm_init.c
@@ -38,7 +38,7 @@ arm_init (elf, machine, eh, ehlen)
/* We handle it. */
eh->name = "ARM";
arm_init_reloc (eh);
- eh->reloc_simple_type = arm_reloc_simple_type;
+ HOOK (eh, reloc_simple_type);
return MODVERSION;
}