2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 98d226f9c4eec2323ef4edcc5837d2c3bf0e13e6..168b63a6afb453de397abe668f836c069e2c4953 100644 (file)
@@ -1,3 +1,38 @@
+2001-02-06  Michael Snyder  <msnyder@makita.cygnus.com>
+       Submitted by Paul Hilfinger (hilfingr@gnat.com) 
+       and Andrei Petrov (and@genesyslab.com).
+       * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
+       must be allocated dynamically, since these are no longer constants.
+       * infcmd.c: Ditto.
+       * regcache.c: Ditto.
+       * remote.c: Ditto.
+       * sol-thread.c: Ditto.
+       * valops.c: Ditto.
+       * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
+       work-around for a missing Sun header file in solaris for sparc64.
+
+2001-02-04  Philip Blundell  <philb@gnu.org>
+
+       * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
+       thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
+       * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
+       GET_THREAD_SIGNALS): Define.
+       * arm-linux-nat.c (fill_gregset): Correct type of argument.
+       (supply_gregset): Likewise.
+       (fill_fpregset): Likewise.
+       (supply_fpregset): Likewise.
+
+Tue Feb  6 11:58:57 2001  David Taylor  <taylor@redhat.com>
+
+       * valops.c (value_cast): If casting a scalar to a pointer, do not
+       issue a message about truncation unless it exceeds the length of
+       an address, not the length of a pointer.  This is because what the
+       user gives us is an address, not a pointer, and we will ultimately
+       convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
+       to a pointer.  This allows things like "print *(int *)0x01000234"
+       to work without generating a misleading message on a target having
+       two byte pointers and four byte addresses.
+
 2001-02-05  Christopher Faylor  <cgf@cygnus.com>
 
        * win32-nat.c: Change PTR to void * throughout.
This page took 0.037393 seconds and 4 git commands to generate.