public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Readd tlbre for PPC 403
@ 2003-03-06 15:12 Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-03-06 15:12 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH: Readd tlbre for PPC 403
@ 2003-03-14 17:51 Aldy Hernandez
  0 siblings, 0 replies; 2+ messages in thread
From: Aldy Hernandez @ 2003-03-14 17:51 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-14 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-06 15:12 PATCH: Readd tlbre for PPC 403 Daniel Jacobowitz
2003-03-14 17:51 Aldy Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).