diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a40bb4..1723784 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,19 @@ 2009-02-04 Tristan Gingold <gingold@adacore.com> + * machoread.c (macho_symfile_read): Read minsymtab also from + shared libraries. + (macho_symfile_read): Try to read dwarf2 frame info from main + object file, but not from OSO files. + (macho_symfile_offsets): Update section names for latest BFD + changes. + * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops. + (x86_darwin_init_abi_64): Ditto. + * solib-darwin.c: New file. + * solib-darwin.h: New file. + * configure.tgt: Add solib.o solib-darwin.o for Darwin. + +2009-02-04 Tristan Gingold <gingold@adacore.com> + * solist.h (struct target_so_ops): Comment fallback behavior for operation same. |