+2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * config/tc-arm.c (ToC macro): Remove spurious comment.
+ (ToU macro): Likewise.
+
2018-01-17 Jim Wilson <jimw@sifive.com>
* config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
#define ToC(mnem, top, nops, ops, te) \
{ mnem, OPS##nops ops, OT_csuffix, 0x0, 0x##top, 0, THUMB_VARIANT, NULL, \
do_##te }
- //TCE (mnem, 0, top, nops, ops, NULL, te)
#define ToU(mnem, top, nops, ops, te) \
{ mnem, OPS##nops ops, OT_unconditional, 0x0, 0x##top, 0, THUMB_VARIANT, \
NULL, do_##te }
- //TUE(mnem, 0, top, nops, ops, NULL, te)
/* Legacy mnemonics that always have conditional infix after the third
character. */