aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-01-20 06:54:48 +0000
committerAlan Modra <amodra@gmail.com>2005-01-20 06:54:48 +0000
commit5e8cb02113dca06a9b67f7b465c105f9c7308866 (patch)
tree3fbd770a98b20000a2653ba2fe2e1d35a50343e5 /opcodes/ppc-opc.c
parentc556cc9c6d052eef25dbb030a297cc0e204ba5c7 (diff)
downloadfsf-binutils-gdb-5e8cb02113dca06a9b67f7b465c105f9c7308866.zip
fsf-binutils-gdb-5e8cb02113dca06a9b67f7b465c105f9c7308866.tar.gz
fsf-binutils-gdb-5e8cb02113dca06a9b67f7b465c105f9c7308866.tar.bz2
* ppc-opc.c (powerpc_opcodes): Add optional 'l' arg to tlbiel.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index c7351e8..8089a25 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -1,6 +1,6 @@
/* ppc-opc.c -- PowerPC opcode list
- Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
- Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004,
+ 2005 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils.
@@ -3562,7 +3562,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "addo.", XO(31,266,1,1), XO_MASK, PPCCOM, { RT, RA, RB } },
{ "caxo.", XO(31,266,1,1), XO_MASK, PWRCOM, { RT, RA, RB } },
-{ "tlbiel", X(31,274), XRTRA_MASK, POWER4, { RB } },
+{ "tlbiel", X(31,274), XRTLRA_MASK, POWER4, { RB, L } },
{ "mfapidi", X(31,275), X_MASK, BOOKE, { RT, RA } },