diff options
Diffstat (limited to 'backends/sparc_init.c')
-rw-r--r-- | backends/sparc_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/sparc_init.c b/backends/sparc_init.c index 541df842..a287d1e4 100644 --- a/backends/sparc_init.c +++ b/backends/sparc_init.c @@ -42,8 +42,8 @@ sparc_init (elf, machine, eh, ehlen) else eh->name = "SPARC"; sparc_init_reloc (eh); - eh->reloc_simple_type = sparc_reloc_simple_type; - //eh->core_note = sparc_core_note; + HOOK (eh, reloc_simple_type); + //HOOK (eh, core_note); return MODVERSION; } |