diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-02-04 14:48:38 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-02-04 14:48:38 +0000 |
commit | 4aa99a8802b53703f7ca91e40b4fe61b4c690fc7 (patch) | |
tree | 8a6d9281605bf85d7d6cf462f75d02543d040200 /gdb/ChangeLog | |
parent | 4eb7c0169a1da624cba37371bbb8b401e4e2756f (diff) | |
download | gdb-4aa99a8802b53703f7ca91e40b4fe61b4c690fc7.zip gdb-4aa99a8802b53703f7ca91e40b4fe61b4c690fc7.tar.gz gdb-4aa99a8802b53703f7ca91e40b4fe61b4c690fc7.tar.bz2 |
(I forgot to commit the ChangeLog file in my last commit).
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.
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. |