diff options
Diffstat (limited to 'gdb/machoread.c')
-rw-r--r-- | gdb/machoread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index ad33f63..dbf9ae4 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -843,6 +843,7 @@ static const struct sym_fns macho_sym_fns = { macho_new_init, /* init anything gbl to entire symtab */ macho_symfile_init, /* read initial info, setup for sym_read() */ macho_symfile_read, /* read a symbol file into symtab */ + NULL, /* sym_read_psymbols */ macho_symfile_finish, /* finished with file, cleanup */ macho_symfile_offsets, /* xlate external to internal form */ default_symfile_segments, /* Get segment information from a file. */ |