Re: [PATCH 02/17] x86, lto: Mark all top level asm statements as .text

From: Andi Kleen
Date: Wed Mar 27 2019 - 18:29:18 EST


> > I checked the code general and with the .globl in NATIVE_LABEL the
>
> With or without? I removed that as well.

With.

LTO would still need the .globls because the variable and the asm
statement can end up in different assembler files, and resolution
would rely on the linker.


-Andi