commit | b93fa42ca952662568cb05d1fa9c17d80a773ea2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Feb 14 12:10:29 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 14 12:10:29 2023 -0500 |
tree | bd1433c0d0e1d43f8f1c9bad61dae84876f8080c | |
parent | faac9dee8e0629326dc122f4624fc4897e3f38b0 [diff] |
linker scripts: Drop .note.GNU-stack sections With newer toolchains we see a warning about: missing .note.GNU-stack section implies executable stack NOTE: This behaviour is deprecated and will be removed in a future version of the linker Follow the lead of the Linux kernel here and discard this section. Signed-off-by: Tom Rini <trini@konsulko.com>