diff options
Diffstat (limited to 'gdb/s12z-tdep.c')
-rw-r--r-- | gdb/s12z-tdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/s12z-tdep.c b/gdb/s12z-tdep.c index 70f8598..28d5635 100644 --- a/gdb/s12z-tdep.c +++ b/gdb/s12z-tdep.c @@ -662,9 +662,7 @@ s12z_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) return gdbarch; } -void _initialize_s12z_tdep (); -void -_initialize_s12z_tdep () +INIT_GDB_FILE (s12z_tdep) { gdbarch_register (bfd_arch_s12z, s12z_gdbarch_init, NULL); } |