[gas/ARM] Remove spurious comments

Remove spurious comments after the definition of ToC and ToU.

2018-01-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>

gas/
	* config/tc-arm.c (ToC macro): Remove spurious comment.
	(ToU macro): Likewise.
This commit is contained in:
Thomas Preud'homme 2018-01-19 14:17:24 +00:00
parent d6ad07fdef
commit a3ab6cb019
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -19417,12 +19417,10 @@ static struct asm_barrier_opt barrier_opt_names[] =
#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. */