From: Ian Lance Taylor Date: Thu, 20 Jun 1996 01:18:47 +0000 (+0000) Subject: * sparc-dis.c (print_insn_sparc): Remove unused local variable i. X-Git-Tag: gdb-4_18-branchpoint~8471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4264a46e65bc6022e263b261d217d6e69d43bd8c;p=thirdparty%2Fbinutils-gdb.git * sparc-dis.c (print_insn_sparc): Remove unused local variable i. Set imm_added_to_rs1 even if the source and destination register are not the same. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f850661c65d..5c5424f049e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ Wed Jun 19 15:55:12 1996 Ian Lance Taylor + * sparc-dis.c (print_insn_sparc): Remove unused local variable i. + Set imm_added_to_rs1 even if the source and destination register + are not the same. + * sparc-opc.c: Add some two operand forms of the wr instruction. Tue Jun 18 15:58:27 1996 Jeffrey A. Law