aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-02-03 13:48:17 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-02-03 13:48:17 +0000
commitbe52b7566d327cea0584ccded6271dd1e1439dd1 (patch)
tree1fd68d4f649343cca2b8721939d7596635a5790d /gdb/defs.h
parentf3d55a94f36f5ce24656e69c868c21580b5dd63c (diff)
downloadfsf-binutils-gdb-be52b7566d327cea0584ccded6271dd1e1439dd1.zip
fsf-binutils-gdb-be52b7566d327cea0584ccded6271dd1e1439dd1.tar.gz
fsf-binutils-gdb-be52b7566d327cea0584ccded6271dd1e1439dd1.tar.bz2
Increase MAX_REGISTER_SIZE to 32.
2010-02-03 H.J. Lu <hongjiu.lu@intel.com> * defs.h (MAX_REGISTER_SIZE): Increase to 32.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index b0a212d..5b5c261 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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. */