Preserve the ignore count when we resolve a pending breakpoint. Also add
[external/binutils.git] / gdb / ChangeLog
index 7e4c9ef..7f85ab2 100644 (file)
@@ -1,3 +1,17 @@
+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):