]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix encoding of clf instruction.
authorNick Clifton <nickc@redhat.com>
Tue, 3 Jul 2001 18:39:09 +0000 (18:39 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Jul 2001 18:39:09 +0000 (18:39 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 593bec9de1a9d9cc0e295fbc6665d76efa10ea73..4c7f07480869191d0d059611d447c79186cb4ef0 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-03  Zoltan Hidvegi <hzoli@hzoli.2y.net>
+
+       * ppc-opc.c: Fix encoding of 'clf' instruction.
+
 2001-06-11  Alan Modra  <amodra@bigpond.net.au>
 
        Merge from mainline.
index aa9616f24994661e9dd8a4df69a5f2c5628645d3..311a5ba9f0fe4fa79ebc403ae1906b29befdb5dd 100644 (file)
@@ -2480,7 +2480,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 { "mtsrdin", X(31,114),        XRA_MASK,       PPC64,          { RS, RB } },
 
-{ "clf",     X(31,118), XRB_MASK,      POWER,          { RT, RA } },
+{ "clf",     X(31,118), XTO_MASK,      POWER,          { RA, RB } },
 
 { "lbzux",   X(31,119),        X_MASK,         COM,            { RT, RAL, RB } },