forked from Imagelibrary/binutils-gdb
C++ comments
binutils isn't c99 (yet). This replaces or removes some C++ style comments. bfd/ * arc-got.h: Use C style comments. * coff-z80.c: Likewise. * elf32-csky.c: Likewise. * peXXigen.c: Likewise. * elf32-m32c.c (m32c_elf_relax_delete_bytes): Remove commented out code. binutils/ * dwarf.c: Use C style comments. * resrc.c: Likewise. gas/ * config/tc-s12z.c: Use C style comments. * config/tc-z80.c: Likewise. * config/tc-xtensa.c (emit_ld_r_n): Remove commented out code. include/ * coff/internal.h: Use C style comments. * coff/pe.h: Likewise. * elf/ppc64.h: Likewise. opcodes/ * arm-dis.c: Use C style comments. * cr16-opc.c: Likewise. * ft32-dis.c: Likewise. * moxie-opc.c: Likewise. * tic54x-dis.c: Likewise. * s12z-opc.c: Remove useless comment. * xgate-dis.c: Likewise.
This commit is contained in:
@@ -1962,7 +1962,7 @@ static const struct bm bm_table[] = {
|
||||
{ 0x84, 0x00, BM_REG_IMM},
|
||||
{ 0x06, 0x06, BM_REG_IMM},
|
||||
{ 0xC6, 0x44, BM_RESERVED0},
|
||||
// 00
|
||||
|
||||
{ 0x8F, 0x80, BM_OPR_B},
|
||||
{ 0x8E, 0x82, BM_OPR_W},
|
||||
{ 0x8C, 0x88, BM_OPR_L},
|
||||
|
||||
Reference in New Issue
Block a user