* Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a19d8603527a7ed537c5c10ff444da8defa0cd1e..12028cf0d69d0acac5699afeb70c16561143d252 100644 (file)
@@ -1,3 +1,116 @@
+2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
+
+2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/nm-linux.h (struct target_ops): Remove forward declaration.
+       (lin_thread_get_thread_signals): Remove prototype.
+       (GET_THREAD_SIGNALS): Remove.
+       * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
+       * linux-thread-db.c (check_thread_signals): Directly call
+       lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
+
+2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gregset.h (GDB_FPXREGSET_T): Remove.
+       (gdb_fpxregset_t): Likewise.
+       (supply_fpxregset): Remove prototype.
+       (fill_fpxregset): Likewise.
+       * i386-linux-nat.c (supply_fpxregset): Remove.
+       (fill_fpxregset): Likewise.
+       (fetch_fpxregs): Inline supply_fpxregset call.
+       (store_fpxregs): Inline fill_fpxregset call.
+
+       * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
+       * config/i386/nm-linux.h: Remove file.
+
+2010-06-09  Michael Snyder  <msnyder@vmware.com>
+
+       * target.c (update_current_target): Fix spelling error in comment.
+       (target_mourn_inferior): Fix spelling error in error message.
+
+2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
+
+      * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
+      SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
+
+2010-06-08  Michael Snyder  <msnyder@vmware.com>
+
+       * remote.c (remote_close): Set inferior_ptid to null_ptid.
+
+2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * configure.ac <"${have_libpython}" != no>: New workaround of
+       python#4434.
+       * configure: Regenerate.
+
+2010-06-08  Hui Zhu  <teawater@gmail.com>
+
+       * record.c (record_wait): Move signal out of replay code.
+
+2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix PR 10640.
+       * dwarf2-frame.c (no_dwarf_call): New function.
+       (execute_stack_op): Set CTX->DWARF_CALL.
+       * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
+       * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
+       (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
+       * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
+       (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
+       (needs_frame_dwarf_call): New function.
+       (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
+       * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
+       Update the comment.  Move variables die, offset and error call to ...
+       (follow_die_ref): ... a new function.
+       (dwarf2_fetch_die_location_block): New function.
+       * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
+
+2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
+       (dwarf_expr_tls_address): Use per_cu instead of objfile.
+       (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
+       Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
+       this change.
+       (struct needs_frame_baton): New field per_cu.
+       (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
+       * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
+
+2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * cp-support.c (make_symbol_overload_list_namespace): Only search
+       static and global blocks.
+       (make_symbol_overload_list_block): New function.
+       (make_symbol_overload_list): Separate namespace search from block
+       search.
+       (make_symbol_overload_list_qualified): Use
+       make_symbol_overload_list_block.
+
+2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * value.h: Created oload_search_type enum.
+       (find_overload_match): Use oload_search_type enum.
+       * valops.c (find_overload_match): Support combined member and
+       non-member search.
+       * eval.c (evaluate_subexp_standard): Calls to
+       find_overload_match now use oload_search_type enum.
+       (oload_method_static): Verify index is a proper value.
+       * valarith.c (value_user_defined_cpp_op): Search for and handle
+       both member and non-member operators.
+       (value_user_defined_cpp_op): New function.
+       (value_user_defined_op): New function.
+       (value_x_unop): Use value_user_defined_op.
+       (value_x_binop): Ditto.
+       * cp-support.c (make_symbol_overload_list_using): Added block
+       iteration.
+       Add check for namespace aliases and imported declarations.
+
+2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.h (owner): Extend the comment.
+
 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Clear stale specific bp_location from former whole breakpoint.
This page took 0.024409 seconds and 4 git commands to generate.