]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* v850-dis.c (v850_cc_names): Fix stupid thinkos.
authorJeff Law <law@redhat.com>
Sat, 31 Aug 1996 21:10:43 +0000 (21:10 +0000)
committerJeff Law <law@redhat.com>
Sat, 31 Aug 1996 21:10:43 +0000 (21:10 +0000)
opcodes/ChangeLog
opcodes/v850-dis.c

index 758135fcee8b9511ab9a5891ee52386062ddfab5..ff369ead23dd2a9c5ecaea2ee50b668b077832be 100644 (file)
@@ -1,6 +1,8 @@
 start-sanitize-v850
 Sat Aug 31 01:27:26 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * v850-dis.c (v850_cc_names): Fix stupid thinkos.
+
        * v850-dis.c (v850_reg_names): Define.
        (v850_sreg_names, v850_cc_names): Likewise.
        (disassemble): Very rough cut at printing operands (unformatted).
index 413e5e9ac2f820008e842afba6ce1950c2d35784..673113724cdc3ba9a6353dd0251d3607403d4749 100644 (file)
@@ -36,8 +36,7 @@ static const char *const v850_sreg_names[] =
 
 static const char *const v850_cc_names[] =
 { "v", "c/l", "z", "nh", "s/n", "t", "lt", "le", 
-  "nv", "nc/nl", "nz", "h", "ns/p", "sa", "lt", "ge", 
-  "le", "gt" };
+  "nv", "nc/nl", "nz", "h", "ns/p", "sa", "ge", "gt" };
 
 int 
 print_insn_v850 (memaddr, info)