Re: [PATCH] RS6000: Use .machine ppc for some CRT files

2020-04-24 Thread Segher Boessenkool
Hi! On Tue, Apr 07, 2020 at 07:18:25AM +0200, Sebastian Huber wrote: > Since commit e154242724b084380e3221df7c08fcdbd8460674 the flag -many is > sometimes not passed to the assembler. Use .machine ppc to prevent > errors if these files are assembled for an ISA which does not support > FPRs. > >

Re: [PATCH] RS6000: Use .machine ppc for some CRT files

2020-04-24 Thread Segher Boessenkool
On Fri, Apr 24, 2020 at 04:47:31PM -0500, Peter Bergner wrote: > On 4/17/20 12:59 AM, Sebastian Huber wrote: > > Hello Segher, > > > > would you mind having a look at this patch. > > > > His patch is here: > > https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543396.html (And at https://p

Re: [PATCH] RS6000: Use .machine ppc for some CRT files

2020-04-24 Thread Peter Bergner via Gcc-patches
On 4/17/20 12:59 AM, Sebastian Huber wrote: > Hello Segher, > > would you mind having a look at this patch. > His patch is here: https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543396.html Peter

Re: [PATCH] RS6000: Use .machine ppc for some CRT files

2020-04-24 Thread Segher Boessenkool
On Fri, Apr 17, 2020 at 07:59:02AM +0200, Sebastian Huber wrote: > would you mind having a look at this patch. Hi! I see no patch? Segher

Re: [PATCH] RS6000: Use .machine ppc for some CRT files

2020-04-16 Thread Sebastian Huber
Hello Segher, would you mind having a look at this patch.

[PATCH] RS6000: Use .machine ppc for some CRT files

2020-04-06 Thread Sebastian Huber
Since commit e154242724b084380e3221df7c08fcdbd8460674 the flag -many is sometimes not passed to the assembler. Use .machine ppc to prevent errors if these files are assembled for an ISA which does not support FPRs. libgcc/ * config/rs6000/crtresfpr.S: Use .machine ppc. * config/r