From d9a35582d091a445b5d6f1333bc87c05cef9ad7e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 29 Oct 2001 22:43:32 +0000 Subject: [PATCH] * d30v-dis.c: Fix a comment typo. --- opcodes/ChangeLog | 4 ++++ opcodes/d30v-dis.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b211d38..0ae53ad 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-10-29 Kazu Hirata + + * d30v-dis.c: Fix a comment typo. + 2001-10-23 Chris Demetriou * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and diff --git a/opcodes/d30v-dis.c b/opcodes/d30v-dis.c index f8c5c60..c6c3f74 100644 --- a/opcodes/d30v-dis.c +++ b/opcodes/d30v-dis.c @@ -314,7 +314,7 @@ print_insn (info, memaddr, num, insn, is_long, show_ext) } /* repeati has a relocation, but its first argument is a plain immediate. OTOH instructions like djsri have a pc-relative - delay target, but a absolute jump target. Therefore, a test + delay target, but an absolute jump target. Therefore, a test of insn->op->reloc_flag is not specific enough; we must test if the actual operand we are handling now is pc-relative. */ else if (oper->flags & OPERAND_PCREL) -- 2.7.4