[gas/ARM] Remove spurious comments
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 19 Jan 2018 14:17:24 +0000 (14:17 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 19 Jan 2018 14:17:24 +0000 (14:17 +0000)
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.

gas/ChangeLog
gas/config/tc-arm.c

index a6c0e6c..001d30d 100644 (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.
index 335cd7e..ec50420 100644 (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.  */