diff options
Diffstat (limited to 'gdb/machoread.c')
-rw-r--r-- | gdb/machoread.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index cc8aca3..ffee181 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -940,9 +940,7 @@ static const struct sym_fns macho_sym_fns = { NULL, /* sym_get_probes */ }; -void _initialize_machoread (); -void -_initialize_machoread () +INIT_GDB_FILE (machoread) { add_symtab_fns (bfd_target_mach_o_flavour, &macho_sym_fns); |