Message ID | 20240724010733.22129-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | tests/tcg: Fix new cross-compiler warnings | expand |
Richard Henderson <richard.henderson@linaro.org> writes: > Recent updates to debian cross-compilers have enabled some > new warnings by default, which encourage good behaviour for > userland binaries. > > Neither are applicable for our system mode kernel images, > but we do have a few userland tests that are affected. > > The --noexecstack assembler flag takes care of adding the > appropriate .note.GNU-stack elf note for us, rather than > writing a dozen lines of assembly template, and so is a > true fix rather than merely disabling the linker warning. Queued to maintainer/for-9.1, thanks. > 10 files changed, 11 insertions(+), 11 deletions(-)
Richard Henderson <richard.henderson@linaro.org> writes: > Recent updates to debian cross-compilers have enabled some > new warnings by default, which encourage good behaviour for > userland binaries. > > Neither are applicable for our system mode kernel images, > but we do have a few userland tests that are affected. > > The --noexecstack assembler flag takes care of adding the > appropriate .note.GNU-stack elf note for us, rather than > writing a dozen lines of assembly template, and so is a > true fix rather than merely disabling the linker warning. Queued to maintainer/for-9.1, thanks.