This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, gas/ARM] Remove spurious comments


Remove spurious comments after the definition of ToC and ToU.

*** gas/ChangeLog ***

2018-01-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	* config/tc-arm.c (ToC macro): Remove spurious comment.
	(ToU macro): Likewise.

Testing: built binutils successfully, no testsuite regression for
arm-none-eabi targets.

Committed as obvious.

Best regards,

Thomas
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 335cd7e1b3d1c0ab0b2d963cd287bcd43d5c5d5c..ec5042051828207211c139301cebe9ec79b23dc6 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.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]