2002-11-14 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 67a160dd36925606a26283f8f17613fc3a26a1ec..e65cb226de5d06b4f1f0df52fbab90bf45eb5269 100644 (file)
@@ -1,3 +1,99 @@
+2002-11-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * regcache.h (deprecated_registers): Rename registers.
+       * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
+       * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
+       * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
+       * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
+       * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
+       * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
+       * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
+       * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
+       * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
+       * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
+       * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
+       * v850ice.c: Update.
+
+Wed Nov 13 19:51:05 2002  Andrew Cagney  <cagney@redhat.com>
+
+       * utils.c (gdb_realpath): Add comment mentioning realpath with a
+       NULL buffer.
+
+2002-11-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.h (deprecated_read_register_bytes): Rename
+       read_register_bytes.
+       (deprecated_write_register_bytes): Rename write_register_bytes.
+       * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
+       * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
+       * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
+       * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
+       * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
+       * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
+       * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
+       * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
+       * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
+       * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
+       * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
+       * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
+       * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
+       * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
+
+2002-11-13  Jim Blandy  <jimb@redhat.com>
+
+       * findvar.c (read_var_value): Doc fix.
+
+2002-11-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (struct regcache): Replace passthough_p with
+       readonly_p.
+       (regcache_xmalloc): Initialize readonly_p.
+       (build_regcache): Initialize readonly_p.
+       (regcache_save): New function.
+       (regcache_restore): New function.
+       (regcache_cpy): Re-implement using regcache_save and
+       regcache_restore.
+       (regcache_raw_read): Update.
+       (regcache_cooked_read): When a read-only cache, checked for cached
+       pseudo register values.
+       (regcache_raw_write): Assert that the cache is not read-only.
+       Remove code handling a non-passthrough cache.
+       * regcache.h (regcache_save): Declare.
+       (regcache_restore): Declare.
+
+2002-11-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (struct regcache_descr): Add fields
+       sizeof_cooked_registers and sizeof_cooked_register_valid_p.
+       (init_legacy_regcache_descr): Compute the size of a cooked
+       register cache and then assign that to sizeof_raw_registers.  Set
+       sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
+       (init_legacy_regcache_descr): Ditto.
+
+2002-11-13  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (register_buffer): Move to near start of file, update
+       description.
+       (regcache_raw_read): Use.
+       (regcache_raw_write): Use.
+       (struct regcache): Rename raw_registers to registers and
+       raw_register_valid_p to register_valid_p.
+       (regcache_xmalloc): Update.
+       (regcache_xfree): Update.
+       (register_buffer): Update.
+       (regcache_cpy): Update.
+       (regcache_cpy_no_passthrough): Update.
+       (regcache_valid_p): Update.
+       (deprecated_grub_regcache_for_registers): Update.
+       (deprecated_grub_regcache_for_register_valid): Update.
+       (set_register_cached): Update.
+       (regcache_raw_write): Update.
+
+2002-11-13  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-exp.y (name_not_typename): Use copy_name to
+       set current_type variable for fields of THIS.
+
 2002-11-12  Daniel Jacobowitz  <drow@mvista.com>
 
        * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
This page took 0.026457 seconds and 4 git commands to generate.