aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-20 01:18:47 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-20 01:18:47 +0000
commit4264a46e65bc6022e263b261d217d6e69d43bd8c (patch)
tree99dde899d6462207d12c241413c41ab8842fa216 /opcodes
parent25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d (diff)
downloadfsf-binutils-gdb-4264a46e65bc6022e263b261d217d6e69d43bd8c.zip
fsf-binutils-gdb-4264a46e65bc6022e263b261d217d6e69d43bd8c.tar.gz
fsf-binutils-gdb-4264a46e65bc6022e263b261d217d6e69d43bd8c.tar.bz2
* 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.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f850661..5c5424f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
Wed Jun 19 15:55:12 1996 Ian Lance Taylor <ian@cygnus.com>
+ * 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 <law@rtl.cygnus.com>