* emultempl/mmixelf.em: Remove incorrect '#line' directive.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8cf2b1068f9872ea45539d77d3cd2e59ae36648d..9ecaaffb4cb4cb72dacf2d1aa12b4e59b5105f43 100644 (file)
@@ -1,3 +1,108 @@
+2007-03-09  Markus Deuling  <deuling@de.ibm.com>
+
+       * infrun.c (breakpoints_failed): Remove unnecessary variable.
+       (handle_inferior_event): Remove unnecessary braces.
+       * breakpoint.c (bpstat_what): Remove wrong comment.
+
+2007-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-tdep.c (spu_in_function_epilogue_p): New function.
+       (spu_gdbarch_init): Install it.
+
+2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
+       object types, not 0.
+
+2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-tdep.c (spu_frame_align): New function.
+       (spu_gdbarch_init): Install it.  Set call dummy location to ON_STACK.
+
+2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
+       (spu_software_single_step): Likewise.
+       (spu_read_pc, spu_write_pc): New functions.
+       (spu_gdbarch_init): Install them.
+
+2007-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * cli/cli-dump.c (struct callback_data): load_offset needs to 
+       have signed long type.
+
+2007-03-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
+       Revert the previous change that had some unexpected side-effects
+       on mips32.
+       (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
+       function to get the address of the calling instruction.
+
+2007-03-07  Denis Pilat  <denis.pilat@st.com>
+
+       * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
+       get_selected_frame by deprecated_safe_get_selected_frame.
+
+2007-03-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
+       "gdb_string.h".  Don't include "nbsd-tdep.h".
+       (SIZEOF_STRUCT_REG): Remove.
+       (SHNBSD_SIZEOF_GREGS): New.
+       (shnbsd_supply_gregset, shnbsd_collect_gregset)
+       (shnbsd_regset_from_core_section): New functions.
+       (fetch_core_registers, fetch_elfcore_registers): Remove functions.
+       (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
+       shnbsd_supply_gregset, shnbsd_collect_gregset.
+       (shnbsd_gregset): New variable.
+       (shnbsd_init_abi): Set regset_from_core_section.
+       (GDB_OSABI_NETBSD_CORE): New define.
+       (shnbsd_core_osabi_sniffer): New function.
+       (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
+       * Makefile.in (shnbsd-tdep.o): Update dependencies.
+       * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
+       nbsd-tdep.o.
+       * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
+
+2007-02-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbtypes.c (replace_type): Fix typo that caused us to not update
+       length of the types referenced by the new type CV ring.
+
+2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * frame.c (frame_pop, frame_observer_target_changed): Call
+       reinit_frame_cache.
+       (flush_cached_frames): Rename to reinit_frame_cache and delete
+       old implementation.
+       * frame.h (flush_cached_frames): Delete prototype and update comment.
+
+       * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
+       reinit_frame_cache instead of flush_cached_frames.  Do not call
+       select_frame after reinit_frame_cache.
+       * corelow.c (core_open): Likewise.
+       * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
+       * infrun.c (prepare_to_proceed, context_switch)
+       (handle_inferior_event): Likewise.
+       * linux-fork.c (fork_load_infrun_state): Likewise.
+       * ocd.c (ocd_start_remote): Likewise.
+       * remote-e7000.c (e7000_start_remote): Likewise.
+       * remote-mips.c (device): Likewise.
+       * thread.c (switch_to_thread): Likewise.
+       * tracepoint.c (finish_tfind_command): Likewise.
+       * gdbarch.c: Regenerated.
+
+2007-02-28  Jerome Guitton  <guitton@adacore.com>
+            Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbtypes.c (check_typedef): Do not replace stub type if
+       the resolved type is not defined in the same objfile.
+
+2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
+
 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
 
        * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
This page took 0.024786 seconds and 4 git commands to generate.