Preserve the ignore count when we resolve a pending breakpoint. Also add
[external/binutils.git] / gdb / ChangeLog
index cf38d5d..7f85ab2 100644 (file)
@@ -1,3 +1,80 @@
+2004-05-05  Jim Ingham  <jingham@apple.com>
+       
+       * breakpoint.c (create_breakpoints): Copy the ignore count and
+       thread id over from the pended breakpoint to the actual
+       breakpoint.
+       
+2004-05-05  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (PARM_BOUNDARY): Delete.
+       gdbarch.h, gdbarch.c: Re-generate.
+       * valops.c (PARM_BOUNDARY): Delete macro.
+       (value_push): Delete PARM_BOUNDARY code.
+       * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
+
+2004-05-04  Jim Blandy  <jimb@redhat.com>
+
+       * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
+       Don't assume that the gprs, fprs, and UISA sprs are
+       contiguous, start at register number zero, and end with fpscr.
+       Instead, use the numbers from the tdep structure.
+
+       * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
+       should no longer be used in code specific to the RS6000 and its
+       derivatives.
+       * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
+       tdep->ppc_fp0_regnum.
+       (ppc_supply_fpregset, ppc_collect_fpregset)
+       (rs6000_push_dummy_call, rs6000_extract_return_value)
+       (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
+       (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
+       FP0_REGNUM. 
+       * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
+       (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
+       Same.
+       * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
+       bdm_ppc_store_registers): Same.
+       * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
+       (store_register, fill_fpregset): Same.
+       * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
+       (ppc_linux_supply_fpregset): Same.
+       * ppcnbsd-nat.c (getfpregs_supplies): Same.
+       * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
+       Same.
+       * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
+       do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
+       ppc64_sysv_abi_return_value): Same.
+       * rs6000-nat.c (regmap, fetch_inferior_registers) 
+       (store_inferior_registers, fetch_core_registers): Same.
+
+2004-05-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * m68knbsd-nat.c: Remove file.
+       * m68knbsd-tdep.c: Remove file.
+       * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
+       dependencies.
+       * configure.host: Add m68k-*-netbsdelf*.
+       * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
+       * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
+       solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
+       (XM_FILE): Remove.
+       * config/m68k/nbsdelf.mh: New file.
+       * config/m68k/nbsd.mt: New file.
+       * config/m68k/nbsdaout.mt: Remove file.
+       * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
+       <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
+       (BPT_VECTOR, STACK_END_ADDR): Remove defines.
+       (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
+       (use_struct_convention): Remove prototype.
+       (USE_STRUCT_CONVENTION): Remove define.
+       * config/m68k/xm-nbsd.h: Remove file.
+
+2004-05-04  Michael Snyder  <msnyder@redhat.com>
+
+       * m68k-tdep.c (m68k_gdbarch_init): Default to using 
+       reg_struct_return method (as gcc usually does for cross targets).
+
 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
 
        Committed by Andrew Cagney.