[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 a6c0e6cb60ba8b00844d85d7d067c3ad9a065ed1..001d30dec47ed95e04f1fc3aeea394499584fae2 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 335cd7e1b3d1c0ab0b2d963cd287bcd43d5c5d5c..ec5042051828207211c139301cebe9ec79b23dc6 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.  */
This page took 0.037161 seconds and 4 git commands to generate.