PATCH: Readd tlbre for PPC 403

Aldy Hernandez aldyh@redhat.com
Fri Mar 14 17:51:00 GMT 2003


Sorry, been having mail problems on top of everything.

Begin forwarded message:

> From: Aldy Hernandez <aldyh@redhat.com>
> Date: Fri Mar 14, 2003  9:41:27  AM US/Pacific
> To: Nick Clifton <nickc@redhat.com>
> Cc: Daniel Jacobowitz <drow@mvista.com>, binutils@sources.redhat.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@mvista.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@mvista.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 } },
>>
>



More information about the Binutils mailing list