diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-07-25 00:59:36 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-07-25 00:59:36 +0000 |
commit | 32fcda6a209574903dc90a3fbde0725f7cbf8f6a (patch) | |
tree | 9026626cddfbab168cdda304933a993aa7dbc838 /sim/sh | |
parent | 882b74b33cd423c7bff818fcce9f7da8978e97c0 (diff) | |
download | gdb-32fcda6a209574903dc90a3fbde0725f7cbf8f6a.zip gdb-32fcda6a209574903dc90a3fbde0725f7cbf8f6a.tar.gz gdb-32fcda6a209574903dc90a3fbde0725f7cbf8f6a.tar.bz2 |
2003-07-24 Michael Snyder <msnyder@redhat.com>
* gencode.c: Fix typo in comment.
Diffstat (limited to 'sim/sh')
-rw-r--r-- | sim/sh/ChangeLog | 4 | ||||
-rw-r--r-- | sim/sh/gencode.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index df4d6bc..4e75706 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +2003-07-24 Michael Snyder <msnyder@redhat.com> + + * gencode.c: Fix typo in comment. + 2003-07-23 Michael Snyder <msnyder@redhat.com> * gencode.c: A few more fix-ups of refs and defs. diff --git a/sim/sh/gencode.c b/sim/sh/gencode.c index 347729e..495cb66 100644 --- a/sim/sh/gencode.c +++ b/sim/sh/gencode.c @@ -2106,7 +2106,7 @@ filltable (p) } } -/* Table already contais all the switch case tags for 16-bit opcode double +/* Table already contains all the switch case tags for 16-bit opcode double data transfer (ddt) insns, and the switch case tag for processing parallel processing insns (ppi) for code 0xf800 (ppi nopx nopy). Copy the latter tag to represent all combinations of ppi with ddt. */ |