From: Michael Snyder Date: Fri, 25 Jul 2003 00:59:36 +0000 (+0000) Subject: 2003-07-24 Michael Snyder X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=31f05bea1fce461aa50d78be843c422e8c27ef96;p=pf3gnuchains%2Fpf3gnuchains3x.git 2003-07-24 Michael Snyder * gencode.c: Fix typo in comment. --- diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index df4d6bc407..4e75706203 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +2003-07-24 Michael Snyder + + * gencode.c: Fix typo in comment. + 2003-07-23 Michael Snyder * gencode.c: A few more fix-ups of refs and defs. diff --git a/sim/sh/gencode.c b/sim/sh/gencode.c index 347729e678..495cb66fdd 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. */