* cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var.
opcodes/
* mep-dis.c: Regenerate.
+2010-06-29 Alan Modra <amodra@gmail.com>
+
+ * mep-dis.c: Regenerate.
+
2010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* arm-disc.c (parse_insn_neon): Fix Neon alignment syntax.
bfd_byte insn[8];
int e;
- /* At this time we're not supporting internally parallel
- coprocessors, so cop2buflength will always be 0. */
-
/* Read in 64 bits. */
buflength = 8; /* VLIW insn spans 8 bytes. */
status = (*info->read_memory_func) (pc, buf, buflength, info);