diff options
| author | Roland McGrath <[email protected]> | 2005-11-19 07:40:29 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-11-19 07:40:29 +0000 |
| commit | f47ba53e758a954c72f820e169079aa767d9f96c (patch) | |
| tree | b50fb909ecc8bbce8b7a5f76ce01eb41e2b40db8 /backends/sh_init.c | |
| parent | 9365d2c3439c524c9ca0b9d70f0a559d392a7e05 (diff) | |
2005-11-18 Roland McGrath <[email protected]>
* 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.
Diffstat (limited to 'backends/sh_init.c')
| -rw-r--r-- | backends/sh_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sh_init.c b/backends/sh_init.c index 4fadd9b4..975d031d 100644 --- a/backends/sh_init.c +++ b/backends/sh_init.c @@ -38,7 +38,7 @@ sh_init (elf, machine, eh, ehlen) /* 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; } |
