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

