* m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by

making one a macro of the other.

* m32c-asm.c: Regenerate.
* m32c-desc.c: Regenerate.
* m32c-desc.h: Regenerate.
* m32c-dis.c: Regenerate.
* m32c-ibld.c: Regenerate.
* m32c-opc.c: Regenerate.
* m32c-opc.h: Regenerate.
This commit is contained in:
DJ Delorie 2005-10-25 18:52:02 +00:00
parent b7b8fb1dfa
commit 92e0a9414c
10 changed files with 246 additions and 260 deletions

View file

@ -879,9 +879,6 @@ m32c_cgen_parse_operand (CGEN_CPU_DESC cd,
case M32C_OPERAND_A1 :
errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_a1, & junk);
break;
case M32C_OPERAND_A1A0 :
errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_ar_SI, & junk);
break;
case M32C_OPERAND_AN16_PUSH_S :
errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_ar_HI, & fields->f_4_1);
break;