From adac6a592e2b41717dc1baade6f05312523d4205 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 28 Jun 2010 14:41:58 +0000 Subject: [PATCH] cgen/ * cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var. opcodes/ * mep-dis.c: Regenerate. --- ChangeLog | 4 ++++ cpu/mep.opc | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6c745b..981bdfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-06-28 Alan Modra + + * cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var. + 2010-06-01 DJ Delorie * cpu/xstormy16.cpu (movgriipostincgr, movgriipredecgr, diff --git a/cpu/mep.opc b/cpu/mep.opc index 0afcd9a..d4c1255 100644 --- a/cpu/mep.opc +++ b/cpu/mep.opc @@ -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); -- 2.43.5