]> sourceware.org Git - cgen.git/commitdiff
cgen/
authorAlan Modra <amodra@gmail.com>
Mon, 28 Jun 2010 14:41:58 +0000 (14:41 +0000)
committerAlan Modra <amodra@gmail.com>
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.

ChangeLog
cpu/mep.opc

index a6c745b0e67f756e84f8163c40c6536d9d2672f6..981bdfa900963131a0ab9098e4b8407a822926ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 0afcd9a4080b4844e1719d1cb6430117df783e02..d4c1255224f7b605529cef4e1146bc795d928c95 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);
This page took 0.046693 seconds and 5 git commands to generate.