2003-09-29 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
index e20eab28c10002324dbbb49689458768b0ae70b0..8ebd90d09f5a7ee122075702c05e3445ec958303 100644 (file)
@@ -1,3 +1,46 @@
+2003-09-30  Andrew Cagney  <cagney@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
+       to 224, not 220.
+
+2003-09-30  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
+       REGISTER_VIRTUAL_SIZE.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
+       * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
+       * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
+
+2003-09-29  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
+       DEPRECATED_REGISTER_VIRTUAL_TYPE.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
+       * sh64-tdep.c, sparc-tdep.c: Update.
+
+       * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
+       * remote-vxmips.c (vx_read_register): Ditto.
+       * remote-vx68.c (vx_read_register): Ditto.
+       * gnu-nat.c (inf_validate_procs): Ditto.
+
+2003-09-29  J. Brobecker  <brobecker@gnat.com>
+
+       * infcall.c (call_function_by_hand): Fix build failure
+       introduced in the previous change to this file.
+
+2003-09-29  Andrew Cagney  <cagney@redhat.com>
+
+       * NEWS: Mention Objective-C.
+
+2003-09-29  Jerome Guitton  <guitton@act-europe.fr>
+
+       * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
+       test if the register has been saved on the stack.
+       (arm_scan_prologue_cache): When analysing the instruction
+       "str lr, [sp, #-4]", save the address where lr has been stored.
+
 2003-09-28  Andrew Cagney  <cagney@redhat.com>
 
        * frame.c (frame_read_unsigned_register): Delete function.