[Midnightbsd-cvs] [MidnightBSD/src] f846c6: libsa: Add missing GNU-stack annotations to _setjm...
Lucas Holt
noreply at github.com
Tue Jun 27 11:17:30 EDT 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: f846c6e5acb472ca22b53e3460cde916b0be8adc
https://github.com/MidnightBSD/src/commit/f846c6e5acb472ca22b53e3460cde916b0be8adc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M stand/libsa/amd64/_setjmp.S
M stand/libsa/i386/_setjmp.S
M stand/libsa/powerpc/_setjmp.S
Log Message:
-----------
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.
Obtianed from: FreeBSD
More information about the Midnightbsd-cvs
mailing list