Set MAX_REGISTER_SIZE to 64.

2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>

	* defs.h (MAX_REGISTER_SIZE): Set to 64.
This commit is contained in:
H.J. Lu 2010-10-01 00:43:40 +00:00
parent 5898d90e7c
commit a5916a62fd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
* defs.h (MAX_REGISTER_SIZE): Set to 64.
2010-09-30 Tom Tromey <tromey@redhat.com>
* symfile.h (struct sym_fns) <next>: Remove.

View file

@ -1037,7 +1037,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 = 32 };
enum { MAX_REGISTER_SIZE = 64 };
/* Static target-system-dependent parameters for GDB. */