Re: [RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier

2021-03-19 Thread Michael Ellerman
Nicholas Piggin writes: > Excerpts from Segher Boessenkool's message of February 26, 2021 1:58 am: >> On Thu, Feb 25, 2021 at 02:10:05PM +1100, Daniel Axtens wrote: >>> It's ignored by future versions of llvm's integrated assembler (by not -11). >>> I'm not sure what it does for us in gas. >> >>

Re: [RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier

2021-03-18 Thread Nicholas Piggin
Excerpts from Segher Boessenkool's message of February 26, 2021 1:58 am: > On Thu, Feb 25, 2021 at 02:10:05PM +1100, Daniel Axtens wrote: >> It's ignored by future versions of llvm's integrated assembler (by not -11). >> I'm not sure what it does for us in gas. > > It enables all insns that exist

Re: [RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier

2021-02-25 Thread Daniel Axtens
Segher Boessenkool writes: > On Thu, Feb 25, 2021 at 02:10:05PM +1100, Daniel Axtens wrote: >> It's ignored by future versions of llvm's integrated assembler (by not -11). >> I'm not sure what it does for us in gas. > > It enables all insns that exist on 620 (the first 64-bit PowerPC CPU). > >> -

Re: [RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier

2021-02-25 Thread Segher Boessenkool
On Thu, Feb 25, 2021 at 02:10:05PM +1100, Daniel Axtens wrote: > It's ignored by future versions of llvm's integrated assembler (by not -11). > I'm not sure what it does for us in gas. It enables all insns that exist on 620 (the first 64-bit PowerPC CPU). > --- a/arch/powerpc/purgatory/trampoline

[RFC PATCH 7/8] powerpc/purgatory: drop .machine specifier

2021-02-24 Thread Daniel Axtens
It's ignored by future versions of llvm's integrated assembler (by not -11). I'm not sure what it does for us in gas. Signed-off-by: Daniel Axtens --- arch/powerpc/purgatory/trampoline_64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/purgatory/trampoline_64.S