* ppc-opc.c (powerpc_opcodes): Add optional 'l' arg to tlbiel.
authorAlan Modra <amodra@gmail.com>
Thu, 20 Jan 2005 06:54:48 +0000 (06:54 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 20 Jan 2005 06:54:48 +0000 (06:54 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index d5f93ae70239721007cdf7dab263ee389572c520..17c9875defe5050b1661949e0cab5484a5585499 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (powerpc_opcodes): Add optional 'l' arg to tlbiel.
+
 2005-01-19  Fred Fish  <fnf@specifixinc.com>
 
        * mips-dis.c (no_aliases): New disassembly option flag.
index c7351e8f2cfd6ccfcc6c3def389fdc7de6f9d4ef..8089a255496d896ded2d2fec06d4305f61cbfd5c 100644 (file)
@@ -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 } },
 
This page took 0.028593 seconds and 4 git commands to generate.