From: Nick Clifton Date: Tue, 3 Jul 2001 18:37:39 +0000 (+0000) Subject: Fix encoding of clf instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dd46b8b52575d34b13e9eb7e5be8550fecebd56;p=binutils-gdb.git Fix encoding of clf instruction --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c6af91e3a5d..5c9b9d7767b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-07-03 Zoltan Hidvegi + + * ppc-opc.c: Fix encoding of 'clf' instruction. + 2001-06-30 Geoffrey Keating * cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index aa9616f2499..311a5ba9f0f 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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 } },