]> Git Repo - binutils.git/commitdiff
(I forgot to commit the ChangeLog file in my last commit).
authorTristan Gingold <[email protected]>
Wed, 4 Feb 2009 14:48:38 +0000 (14:48 +0000)
committerTristan Gingold <[email protected]>
Wed, 4 Feb 2009 14:48:38 +0000 (14:48 +0000)
2009-02-04  Tristan Gingold  <[email protected]>

* 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.

gdb/ChangeLog

index 7a40bb4c427954ee2b44aa78450474c9bf54c2f8..1723784d74eb876b9ea2d742b9dcbab9d3cca2ce 100644 (file)
@@ -1,3 +1,17 @@
+2009-02-04  Tristan Gingold  <[email protected]>
+
+       * 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  <[email protected]>
 
        * solist.h (struct target_so_ops): Comment fallback behavior for
This page took 0.028855 seconds and 4 git commands to generate.