From: Tristan Gingold Date: Thu, 3 Dec 2009 14:21:22 +0000 (+0000) Subject: 2009-12-03 Tristan Gingold X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=033c64b7ea4b109f1a81d18e568382089d823b0e;p=binutils-gdb.git 2009-12-03 Tristan Gingold * machoread.c (macho_sym_fns): Set sym_segment routine. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6319afeb0c3..2175f8c5a93 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-12-03 Tristan Gingold + + * machoread.c (macho_sym_fns): Set sym_segment routine. + 2009-12-02 Paul Pluzhnikov * ada-lang.c (ada_value_assign): Use observer_notify_memory_changed. diff --git a/gdb/machoread.c b/gdb/machoread.c index 5e0a658f5c1..8ff899be67b 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -738,6 +738,8 @@ static struct sym_fns macho_sym_fns = { macho_symfile_read, /* sym_read: read a symbol file into symtab */ macho_symfile_finish, /* sym_finish: finished with file, cleanup */ macho_symfile_offsets, /* sym_offsets: xlate external to internal form */ + default_symfile_segments, /* sym_segments: Get segment information from + a file. */ NULL /* next: pointer to next struct sym_fns */ };