From f47ba53e758a954c72f820e169079aa767d9f96c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 19 Nov 2005 07:40:29 +0000 Subject: 2005-11-18 Roland McGrath * alpha_init.c: Use HOOK macro. * arm_init.c: Likewise. * i386_init.c: Likewise. * ia64_init.c: Likewise. * ppc64_init.c: Likewise. * ppc_init.c: Likewise. * s390_init.c: Likewise. * sh_init.c: Likewise. * sparc_init.c: Likewise. * x86_64_init.c: Likewise. --- backends/sparc_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/sparc_init.c') 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; } -- cgit v1.2.3