cgen/
authorAlan Modra <amodra@gmail.com>
Mon, 28 Jun 2010 14:41:59 +0000 (14:41 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 28 Jun 2010 14:41:59 +0000 (14:41 +0000)
* cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var.
opcodes/
* mep-dis.c: Regenerate.

opcodes/ChangeLog
opcodes/mep-dis.c

index bbeeae310388e66c3c6b554a0160aa139f6f5006..6642fdd5c1b3e8da0b5f35da7c188951fc9e02ca 100644 (file)
@@ -1,3 +1,7 @@
+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.
index dbf429a4b9126e92754f97fc9e223fbfcea5e640..24fab18738fa7c7f3464d9e58248d5d5ab71ca3b 100644 (file)
@@ -538,9 +538,6 @@ mep_examine_ivc2_insns (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc ATTRIBUTE_
   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);
This page took 0.026469 seconds and 4 git commands to generate.