public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] gcc/powerpc: remove -many
       [not found]     ` <20100505155851.GG5834@codesourcery.com>
@ 2010-05-05 23:38       ` Alan Modra
  2010-06-11 11:15         ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Modra @ 2010-05-05 23:38 UTC (permalink / raw)
  To: Nathan Froyd; +Cc: binutils

On Wed, May 05, 2010 at 08:58:51AM -0700, Nathan Froyd wrote:
> We've had the patch below in our tree for a while; I think it does what
> you want.
> 
> Alan, OK for binutils?

No.  This patch appears to be against an old version of binutils.
parse_cpu is now in opcodes/ppc-dis.c

> 	gas/
> 	* config/tc-ppc.c (parse_cpu): Handle -mpmr option.
> 
> Index: gas/config/tc-ppc.c
> ===================================================================
> --- gas/config/tc-ppc.c	(revision 181279)
> +++ gas/config/tc-ppc.c	(revision 181280)
> @@ -864,6 +864,10 @@ parse_cpu (const char *arg)
>      }
>    /* -mppc64 and -m620 mean to assemble for the 64-bit PowerPC
>       620.  */
> +  else if (strcmp (arg, "pmr") == 0)
> +    {
> +      ppc_cpu |= PPC_OPCODE_PMR;
> +    }
>    else if (strcmp (arg, "ppc64") == 0 || strcmp (arg, "620") == 0)
>      {
>        ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_CLASSIC | PPC_OPCODE_64;

-- 
Alan Modra
Australia Development Lab, IBM

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

* Re: [PATCH] gcc/powerpc: remove -many
  2010-05-05 23:38       ` [PATCH] gcc/powerpc: remove -many Alan Modra
@ 2010-06-11 11:15         ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2010-06-11 11:15 UTC (permalink / raw)
  To: Nathan Froyd, binutils

* Alan Modra | 2010-05-06 09:07:59 [+0930]:

>On Wed, May 05, 2010 at 08:58:51AM -0700, Nathan Froyd wrote:
>> We've had the patch below in our tree for a while; I think it does what
>> you want.
>> 
>> Alan, OK for binutils?
>
>No.  This patch appears to be against an old version of binutils.
>parse_cpu is now in opcodes/ppc-dis.c

Alan, I haven't found any follow on this.
So you prefer adding -mpmr to binutils and gcc to relevant cpus or do
you prefer to have -mpmr and a patch to the linux kernel to add this
option once PMR is activated?

Sebastian

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

end of thread, other threads:[~2010-06-11 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20100504094930.GB24795@Chamillionaire.breakpoint.cc>
     [not found] ` <20100504124401.GB7388@bubble.grove.modra.org>
     [not found]   ` <20100505072909.GA2878@Chamillionaire.breakpoint.cc>
     [not found]     ` <20100505155851.GG5834@codesourcery.com>
2010-05-05 23:38       ` [PATCH] gcc/powerpc: remove -many Alan Modra
2010-06-11 11:15         ` Sebastian Andrzej Siewior

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).