2005-11-18  Roland McGrath  <roland@redhat.com>

	* 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.

diff --git a/backends/sh_init.c b/backends/sh_init.c
index 4fadd9b..975d031 100644
--- a/backends/sh_init.c
+++ b/backends/sh_init.c
@@ -38,7 +38,7 @@
   /* 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;
 }