This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

New ARI warning Wed May 27 01:54:00 UTC 2015


0a1,4
> gdb/aarch64-tdep.c:3009: code: OP eol: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3009:	  if (!bits (aarch64_insn_r->aarch64_insn, 2, 4) &&
> gdb/aarch64-tdep.c:3010: code: OP eol: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3010:	      !bits (aarch64_insn_r->aarch64_insn, 21, 23) &&
> gdb/aarch64-tdep.c:3413: code: OP eol: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3413:  else if ((insn_bits24_27 & 0x0b) == 0x08 && insn_bits28_29 == 0x03 &&
> gdb/aarch64-tdep.c:3460: code: OP eol: Do not use &&, or || at the end of a line
gdb/aarch64-tdep.c:3460:  else if ((insn_bits24_27 & 0x0b) == 0x08 && insn_bits28_29 == 0x03 &&


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