This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
PATCH: Readd tlbre for PPC 403
- From: Daniel Jacobowitz <drow at mvista dot com>
- To: binutils at sources dot redhat dot com
- Date: Thu, 6 Mar 2003 10:11:57 -0500
- Subject: PATCH: Readd tlbre for PPC 403
When BOOKE was introduced, the line for tlbwe was duplicated; one copy
became PPC403 and the other copy became BOOKE. The only copy of tlbre was
changed to BOOKE, though. This patch re-adds tlbre for the 403/405. Is
this OK?
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
2003-03-06 Daniel Jacobowitz <drow at mvista dot com>
* ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
Index: ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.47
diff -u -p -r1.47 ppc-opc.c
--- ppc-opc.c 8 Jan 2003 02:55:52 -0000 1.47
+++ ppc-opc.c 6 Mar 2003 15:09:45 -0000
@@ -4230,6 +4230,7 @@ const struct powerpc_opcode powerpc_opco
{ "tlbrehi", XTLB(31,946,0), XTLB_MASK, PPC403, { RT, RA } },
{ "tlbrelo", XTLB(31,946,1), XTLB_MASK, PPC403, { RT, RA } },
+{ "tlbre", X(31,946), X_MASK, PPC403, { RS, RA, SH } },
{ "sraiq", XRC(31,952,0), X_MASK, M601, { RA, RS, SH } },
{ "sraiq.", XRC(31,952,1), X_MASK, M601, { RA, RS, SH } },