diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/defs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c81a7c6..52886a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 @@ -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. */ |