* emultempl/mmixelf.em: Remove incorrect '#line' directive.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 53a2881473ecaac9191b998b1bf0e13f2cda77d3..9ecaaffb4cb4cb72dacf2d1aa12b4e59b5105f43 100644 (file)
@@ -1,3 +1,70 @@
+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
This page took 0.023903 seconds and 4 git commands to generate.