From: Ian Lance Taylor Date: Tue, 22 Feb 2000 07:44:54 +0000 (+0000) Subject: From Grant Erickson : X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4db3857a87386bc62e68f10699907440b36eecd1;p=deliverable%2Fbinutils-gdb.git From Grant Erickson : * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6c3815c9f2..396c80a9bc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2000-02-22 Ian Lance Taylor + + From Grant Erickson : + * ppc-opc.c: Correct dcread--it takes 3 arguments, not 2. + 2000-02-21 Alan Modra * dis-buf.c (buffer_read_memory): Change `length' param and all int diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 59218805da..10a6c281e6 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -1,5 +1,5 @@ /* ppc-opc.c -- PowerPC opcode list - Copyright (c) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (c) 1994, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. @@ -2688,7 +2688,7 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "nand", XRC(31,476,0), X_MASK, COM, { RA, RS, RB } }, { "nand.", XRC(31,476,1), X_MASK, COM, { RA, RS, RB } }, -{ "dcread", X(31,486), XRT_MASK, PPC403, { RA, RB } }, +{ "dcread", X(31,486), X_MASK, PPC403, { RT, RA, RB }}, { "nabs", XO(31,488,0,0), XORB_MASK, M601, { RT, RA } }, { "nabs.", XO(31,488,0,1), XORB_MASK, M601, { RT, RA } },