]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsa: Add missing GNU-stack annotations to _setjmp.S.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Nov 2022 16:36:40 +0000 (08:36 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 22 Nov 2022 16:36:40 +0000 (08:36 -0800)
commit69f6399c3733d717bc3dcefda7fcc031f06cef0d
tree187d48520f48fe52f318e1c9e6cae55b234b3fe7
parent03bbe1845de759edefb962bc9bb2f0c8247b709c
libsa: Add missing GNU-stack annotations to _setjmp.S.

ld.bfd marks the stack as executable for the crt objects due to the
missing annotations which raises a fatal warning starting with version
2.39.
stand/libsa/amd64/_setjmp.S
stand/libsa/i386/_setjmp.S
stand/libsa/powerpc/_setjmp.S