summaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2018-01-19 14:17:24 +0000
committerThomas Preud'homme <thomas.preudhomme@arm.com>2018-01-19 14:17:24 +0000
commita3ab6cb01950e7d00519ddb3ead50eddff4fdcb8 (patch)
tree73ac38177a88e485fb4f1ea60c0af66db535994e /gas/config/tc-arm.c
parentd6ad07fdef94777bb512f072361706bcc743d51c (diff)
downloadbinutils-gdb-a3ab6cb01950e7d00519ddb3ead50eddff4fdcb8.tar.gz
[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.
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r--gas/config/tc-arm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 335cd7e1b3d..ec504205182 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -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. */