From: Alan Modra Date: Mon, 28 Jun 2010 14:41:59 +0000 (+0000) Subject: cgen/ X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dc898d5e2674f903854cc5ac2530dc8630b822ab;p=deliverable%2Fbinutils-gdb.git cgen/ * cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var. opcodes/ * mep-dis.c: Regenerate. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bbeeae3103..6642fdd5c1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-06-29 Alan Modra + + * mep-dis.c: Regenerate. + 2010-06-28 Matthew Gretton-Dann * arm-disc.c (parse_insn_neon): Fix Neon alignment syntax. diff --git a/opcodes/mep-dis.c b/opcodes/mep-dis.c index dbf429a4b9..24fab18738 100644 --- a/opcodes/mep-dis.c +++ b/opcodes/mep-dis.c @@ -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);