2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
	* defs.h (MAX_REGISTER_SIZE): Increase to 32.
+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
 
 /* 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. */