aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mep-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-06-28 14:41:59 +0000
committerAlan Modra <amodra@gmail.com>2010-06-28 14:41:59 +0000
commitdc898d5e2674f903854cc5ac2530dc8630b822ab (patch)
tree3fb42b6288dbe8bc7524638598948e7878a2b5e2 /opcodes/mep-dis.c
parent3f062f4418c6e4ec98f5b0f96b5eb4db34e1e85f (diff)
downloadgdb-dc898d5e2674f903854cc5ac2530dc8630b822ab.zip
gdb-dc898d5e2674f903854cc5ac2530dc8630b822ab.tar.gz
gdb-dc898d5e2674f903854cc5ac2530dc8630b822ab.tar.bz2
cgen/
* cpu/mep.opc (mep_examine_ivc2_insns): Delete set but unused var. opcodes/ * mep-dis.c: Regenerate.
Diffstat (limited to 'opcodes/mep-dis.c')
-rw-r--r--opcodes/mep-dis.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/mep-dis.c b/opcodes/mep-dis.c
index dbf429a..24fab18 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);