2007-05-08 Paul Gilliam <pgilliam@us.ibm.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2f275e084c78225e10be6a107963adf33791bb64..1a8767cee3b20b21005c316c9d89a39a9a58f295 100644 (file)
@@ -1,3 +1,80 @@
+2007-05-08  Paul Gilliam  <pgilliam@us.ibm.com>
+           Luis Machado  <luisgpm@br.ibm.com>
+
+       * rs6000-tdep.c: (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION,
+       STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION, BC_MASK,
+       BC_INSTRUCTION): Define.
+       (deal_with_atomic_sequence): New function.
+       (rs6000_software_single_step): Call deal_with_atomic_sequence.
+       (rs6000_gdbarch_init): Install deal_with_atomic_sequence as
+       gdbarch_software_single_step routine.
+
+2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-linux-nat.c (fetch_ppc_register, fetch_ppc_memory_1,
+       store_ppc_memory_1, fetch_ppc_memory, store_ppc_memory,
+       parse_spufs_run, spu_bfd_iovec_pread, spu_bfd_open,
+       spu_symbol_file_add_from_memory, spu_child_post_startup_inferior,
+       spu_child_post_attach, spu_fetch_inferior_registers,
+       spu_store_inferior_registers, spu_xfer_partial): Store PPE-side
+       memory addresses as ULONGEST, not CORE_ADDR.
+
+2007-05-07  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbarch.sh: Add skip_permanent_breakpoint callback.
+       * gdbarch.h, gdbarch.c: Regenerate.
+
+       * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
+       (resume): Call gdbarch_skip_permanent_breakpoint instead of
+       SKIP_PERMANENT_BREAKPOINT.  Inline default case.
+
+       * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
+       Add REGCACHE argument.  Use it instead of read/write_register.
+       (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
+
+       * config/pa/tm-hppah.h: Delete file.
+       * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
+       * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
+
+2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (c-lang.o, gnu-v3-abi.o): Update.
+       * NEWS: Mention improved C++ thunk support.
+       * c-lang.c (cplus_language_defn): Mention cplus_skip_trampoline.
+       * cp-abi.c (cplus_skip_trampoline): New.
+       * cp-abi.h (cplus_skip_trampoline): New prototype.
+       (struct cp_abi_ops): Add skip_trampoline member.
+       * gnu-v3-abi.c (gnuv3_skip_trampoline): New.
+       (init_gnuv3_ops): Set skip_trampoline.
+
+2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * rs6000-tdep.c (struct frame_extra_info): Delete.
+
+2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * linux-thread-db.c: Update some FIXME comments.
+       (thread_db_xfer_partial): Delete.
+       (init_thread_db_ops): Do not set to_xfer_partial.
+
+2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * inftarg.c, infptrace.c: Remove files.
+       * Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c
+       (inftarg.o, infptrace.o): Remove rules.
+       * gdbcore.h (register_addr): Remove prototype.
+       * inferior.h (kill_inferior, store_inferior_registers,
+       fetch_inferior_registers, attach, detach, ptrace_wait, child_resume,
+       call_ptrace, pre_fork_inferior): Remove prototypes.
+       * target.h (child_xfer_memory, child_pid_to_exec_file, 
+       child_core_file_to_sym_file, child_post_attach,
+       child_post_startup_inferior, child_acknowledge_created_inferior,
+       child_insert_fork_catchpoint, child_remove_fork_catchpoint,
+       child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
+       child_insert_exec_catchpoint, child_remove_exec_catchpoint,
+       child_follow_fork, child_reported_exec_events_per_exec_call,
+       child_has_exited, child_thread_alive): Remove prototypes.
+
 2007-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
This page took 0.024053 seconds and 4 git commands to generate.