This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Readd tlbre for PPC 403


Sorry, been having mail problems on top of everything.

Begin forwarded message:

From: Aldy Hernandez <aldyh at redhat dot com>
Date: Fri Mar 14, 2003  9:41:27  AM US/Pacific
To: Nick Clifton <nickc at redhat dot com>
Cc: Daniel Jacobowitz <drow at mvista dot com>, binutils at sources dot redhat dot com
Subject: Re: PATCH: Readd tlbre for PPC 403

Yeah, this is OK.

Sorry for not spotting it; I'm on relocation duties (as in moving ;-)).

Thanks.

On Thursday, March 13, 2003, at 09:24 AM, Nick Clifton wrote:

Hi Aldy,

Did you see this bug posting from Daniel ? Is his patch OK ?

Cheers
        Nick

Daniel Jacobowitz <drow at mvista dot com> writes:

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 } },




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]