mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user