projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
750fa68
)
Committing tiny change -- pretend regs are 32 bits
author
Geoffrey Noer
<noer@cygnus>
Thu, 23 Jan 1997 10:01:20 +0000
(10:01 +0000)
committer
Geoffrey Noer
<noer@cygnus>
Thu, 23 Jan 1997 10:01:20 +0000
(10:01 +0000)
gdb/config/mn10200/tm-mn10200.h
patch
|
blob
|
history
diff --git
a/gdb/config/mn10200/tm-mn10200.h
b/gdb/config/mn10200/tm-mn10200.h
index 8dbcc2e7a732a7ce82ce5a12f095419be24b28ad..c767aaebf65bae05a31d1b022e04454aa892fc36 100644
(file)
--- a/
gdb/config/mn10200/tm-mn10200.h
+++ b/
gdb/config/mn10200/tm-mn10200.h
@@
-21,7
+21,9
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
-#define REGISTER_SIZE 3
+/* 24 bit registers but we'll pretend that they are 32 bits */
+#define REGISTER_SIZE 4
+
#define MAX_REGISTER_RAW_SIZE REGISTER_SIZE
#define NUM_REGS 12