2009-12-03 Tristan Gingold <gingold@adacore.com>
* machoread.c (macho_sym_fns): Set sym_segment routine.
This commit is contained in:
parent
ef17cb22d0
commit
033c64b7ea
@ -1,3 +1,7 @@
|
||||
2009-12-03 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* machoread.c (macho_sym_fns): Set sym_segment routine.
|
||||
|
||||
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* ada-lang.c (ada_value_assign): Use observer_notify_memory_changed.
|
||||
|
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user