* Makefile.in: Update dependencies.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 65d6044b4dd5eee1a59edc75a36a05ad2bb0a09e..a9e209f46952d8d18e16d9b98e589b008c69f153 100644 (file)
@@ -1,3 +1,87 @@
+2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in: Update dependencies.
+       * dwarf2expr.c: New include "gdb_assert.h".
+       (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
+       (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
+       (execute_stack_op): Error out on too large RECURSION_DEPTH.
+       Increase/decrease RECURSION_DEPTH around the function.
+
+2008-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (get_offsets): Handle a single segment.
+       * symfile.c (symfile_map_offsets_to_segments): Allow more bases
+       than segments.
+
+2008-06-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * solib-svr4.c (struct lm_info): Add lm_addr.
+       (main_lm_addr): New.
+       (svr4_default_sos): Set lm_addr.
+       (svr4_current_sos): Set lm_addr and main_lm_addr.
+       (svr4_fetch_objfile_link_map): Rewrite.
+       (svr4_clear_solib): Clear main_lm_addr.
+
+2008-06-03  Michael Snyder  <msnyder@redhat.com>
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * mips-tdep.c (mips_eabi_return_value): Replace stub that always
+       returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
+
+2008-06-02  Roman Zippel <zippel@linux-m68k.org>
+
+       * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
+
+2008-06-02  Roman Zippel <zippel@linux-m68k.org>
+
+       * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
+
+2008-06-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
+       treat pointers in data space as function descriptors if the
+       target address is also in the data space.
+
+2008-05-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
+       the trad-frame register value for the SP register.
+
+2008-05-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
+
+2008-05-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
+       that identifies function descriptors outside of the .opd section.
+
+2008-05-28  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
+       temporary catchpoints.  In MI add missing fields 'reason', 'disp', 
+       'bkptno'.
+       (print_mention_exception_catchpoint): Add 'Temporary' for temporary
+       catchpoints.
+       (handle_gnu_v3_exceptions): Use tempflag.
+
+2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Refactor varobj_update interface.
+        * varobj.c (varobj_update): Report changes as vector.  Also
+        return not just a list of varobj, but a list of special structures
+        that tell what exactly has changed.
+        * varobj.h (enum varobj_update_error): Rename to
+        varobj_scope_status.
+        (struct varobj_update_result_t): New.
+        (varobj_update): Adjust prototype.
+        * mi/mi-cmd-var.c: Adjust for changes.
+
+2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * varobj.c (varobj_update): Fix comment typo.
+       Fix indentation.
+
 2008-05-26  Joel Brobecker  <brobecker@adacore.com>
 
        Set the symtab field of symbols read from ECOFF debugging entries.
This page took 0.025264 seconds and 4 git commands to generate.