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:
ddc2888
)
additional register stuff
author
Geoffrey Noer
<noer@cygnus>
Mon, 9 Dec 1996 09:11:45 +0000
(09:11 +0000)
committer
Geoffrey Noer
<noer@cygnus>
Mon, 9 Dec 1996 09:11:45 +0000
(09:11 +0000)
gdb/config/mn10300/tm-mn10300.h
patch
|
blob
|
history
diff --git
a/gdb/config/mn10300/tm-mn10300.h
b/gdb/config/mn10300/tm-mn10300.h
index 846483dfaf2b10f37751e287eeac23191ebfe582..c776658383a8f7ffccfccaceee4c865607a6c510 100644
(file)
--- a/
gdb/config/mn10300/tm-mn10300.h
+++ b/
gdb/config/mn10300/tm-mn10300.h
@@
-40,6
+40,10
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define LIR_REGNUM 12
#define LAR_REGNUM 13
+#define FP_REGNUM 3 /* ??? */
+#define V0_REGNUM 2 /* ??? */
+#define RP_REGNUM 1 /* ??? */
+
#define REGISTER_VIRTUAL_TYPE(REG) builtin_type_int
#define REGISTER_BYTE(REG) ((REG) * 4)