Increase MAX_REGISTER_SIZE to 32.
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Feb 2010 13:48:17 +0000 (13:48 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Feb 2010 13:48:17 +0000 (13:48 +0000)
2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>

* defs.h (MAX_REGISTER_SIZE): Increase to 32.

gdb/ChangeLog
gdb/defs.h

index c81a7c6cdfc93c1f3c31c91f4634cef3809c78f5..52886a8fad5ea10e230433ec1632e52e55f486fa 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * defs.h (MAX_REGISTER_SIZE): Increase to 32.
+
 2010-02-02  Tom Tromey  <tromey@redhat.com>
 
        * valops.c (value_cast_structs): Try downcasting using the RTTI
index b0a212dd28b5dad6c47fa1d14e89a2d37fb2906a..5b5c261604bfcb3625b0001158ef71cb615aeb00 100644 (file)
@@ -1023,7 +1023,7 @@ extern void *alloca ();
 /* Maximum size of a register.  Something small, but large enough for
    all known ISAs.  If it turns out to be too small, make it bigger.  */
 
-enum { MAX_REGISTER_SIZE = 16 };
+enum { MAX_REGISTER_SIZE = 32 };
 
 /* Static target-system-dependent parameters for GDB. */