diff options
Diffstat (limited to 'gdb/machoread.c')
-rw-r--r-- | gdb/machoread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index 2bb3ab3..54e3d2a 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -961,8 +961,9 @@ static const struct sym_fns macho_sym_fns = { &psym_functions }; +void _initialize_machoread (); void -_initialize_machoread (void) +_initialize_machoread () { add_symtab_fns (bfd_target_mach_o_flavour, &macho_sym_fns); |