summaryrefslogtreecommitdiffstats
path: root/backends/s390_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/s390_init.c')
-rw-r--r--backends/s390_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/s390_init.c b/backends/s390_init.c
index 14578660..64b373b4 100644
--- a/backends/s390_init.c
+++ b/backends/s390_init.c
@@ -37,7 +37,7 @@ s390_init (elf, machine, eh, ehlen)
/* We handle it. */
eh->name = "IBM S/390";
s390_init_reloc (eh);
- eh->reloc_simple_type = s390_reloc_simple_type;
+ HOOK (eh, reloc_simple_type);
return MODVERSION;
}