From: Michael Snyder Date: Wed, 23 Jul 2003 21:17:33 +0000 (+0000) Subject: 2003-06-27 Michael Snyder X-Git-Tag: ezannoni_pie-20030916-branchpoint~668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e1d0fc1a1f904291ab6b1445a21530b3d2edbec;p=platform%2Fupstream%2Fbinutils.git 2003-06-27 Michael Snyder * gencode.c (op movsxy_tab): Fix an error in the bit pattern. --- diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 0cd05f5..ad4bd8f 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -4,6 +4,7 @@ 2003-06-27 Michael Snyder + * gencode.c (op movsxy_tab): Fix an error in the bit pattern. * gencode.c (gensim_caselist): The movy instructions use registers R6 and R7 (not R4 and R5 like the movx insns). diff --git a/sim/sh/gencode.c b/sim/sh/gencode.c index e5dee8f..e8e780f 100644 --- a/sim/sh/gencode.c +++ b/sim/sh/gencode.c @@ -1259,7 +1259,7 @@ op movsxy_tab[] = "R[n] += ((R[n] & 0xffff) == MOD_ME) ? MOD_DELTA : 2;", "iword &= 0xfd53; goto top;", }, - { "n", "n8","movx.w ,@+REG_8","111100xxaa101000", + { "n", "n8","movx.w ,@+REG_8","111100xxaa101100", "WWAT (R[n], DSP_R (m) >> 16);", "R[n] += ((R[n] & 0xffff) == MOD_ME) ? MOD_DELTA : R[8];", "iword &= 0xfd53; goto top;",