Re: [RFC PATCH 3/8] powerpc/head-64: do less gas-specific stuff with sections

2021-03-18 Thread Nicholas Piggin
Excerpts from Daniel Axtens's message of February 25, 2021 1:10 pm: > Reopening the section without specifying the same flags breaks > the llvm integrated assembler. Don't do it: just specify all the > flags all the time. I don't have a problem with this but llvm might want to track the issue if

[RFC PATCH 3/8] powerpc/head-64: do less gas-specific stuff with sections

2021-02-24 Thread Daniel Axtens
Reopening the section without specifying the same flags breaks the llvm integrated assembler. Don't do it: just specify all the flags all the time. Signed-off-by: Daniel Axtens --- arch/powerpc/include/asm/head-64.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git