aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-02-22 07:44:54 +0000
committerIan Lance Taylor <ian@airs.com>2000-02-22 07:44:54 +0000
commit4db3857a87386bc62e68f10699907440b36eecd1 (patch)
treedaeb6d81fd1992f9a9bcd9e26964bf9a9ac341b1 /opcodes/ppc-opc.c
parent2aa9e1d78a9794e622bf841b9227a5fc0a70de03 (diff)
downloadfsf-binutils-gdb-4db3857a87386bc62e68f10699907440b36eecd1.zip
fsf-binutils-gdb-4db3857a87386bc62e68f10699907440b36eecd1.tar.gz
fsf-binutils-gdb-4db3857a87386bc62e68f10699907440b36eecd1.tar.bz2
From Grant Erickson <gerickso@Brocade.COM>:
* ppc-opc.c: Correct dcread--it takes 3 arguments, not 2.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 5921880..10a6c28 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 } },