From a3ab6cb01950e7d00519ddb3ead50eddff4fdcb8 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 19 Jan 2018 14:17:24 +0000 Subject: [gas/ARM] Remove spurious comments Remove spurious comments after the definition of ToC and ToU. 2018-01-19 Thomas Preud'homme gas/ * config/tc-arm.c (ToC macro): Remove spurious comment. (ToU macro): Likewise. --- gas/ChangeLog | 5 +++++ gas/config/tc-arm.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index a6c0e6c..001d30d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-01-19 Thomas Preud'homme + + * config/tc-arm.c (ToC macro): Remove spurious comment. + (ToU macro): Likewise. + 2018-01-17 Jim Wilson * config/tc-riscv.c (validate_riscv_insn) <'z'>: New. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 335cd7e..ec50420 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. */ -- cgit v1.1