OSDN Git Service

cgen/
authoramodra <amodra>
Mon, 28 Jun 2010 14:41:58 +0000 (14:41 +0000)
committeramodra <amodra>
Mon, 28 Jun 2010 14:41:58 +0000 (14:41 +0000)
* cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var.
opcodes/
* mep-dis.c: Regenerate.

cgen/ChangeLog
cgen/cpu/mep.opc
opcodes/ChangeLog
opcodes/mep-dis.c

index a6c745b..981bdfa 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-28  Alan Modra  <amodra@gmail.com>
+
+       * cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var.
+
 2010-06-01  DJ Delorie  <dj@redhat.com>
 
        * cpu/xstormy16.cpu (movgriipostincgr, movgriipredecgr,
index 0afcd9a..d4c1255 100644 (file)
@@ -1,5 +1,5 @@
 /* MeP opcode support.  -*- C -*-
-   Copyright (C) 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2010 Red Hat, Inc.
    This file is part of CGEN.
    This file is copyrighted with the GNU General Public License.
    See file COPYING for details.  */
@@ -1322,15 +1322,10 @@ mep_examine_ivc2_insns (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc ATTRIBUTE_
 {
   int status;
   int buflength;
-  int cop2buflength;
   bfd_byte buf[8];
   bfd_byte insn[8];
   int e;
 
-  /* At this time we're not supporting internally parallel
-     coprocessors, so cop2buflength will always be 0.  */
-  cop2buflength = 0;
-
   /* Read in 64 bits.  */
   buflength = 8; /* VLIW insn spans 8 bytes.  */
   status = (*info->read_memory_func) (pc, buf, buflength, info);
index bbeeae3..6642fdd 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 dbf429a..24fab18 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);