forked from Imagelibrary/binutils-gdb
[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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user