1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
Armin Wolf d04df84b76 cpu/native: Fix executable stack warning
The tramp assembly was missing a `.note.GNU-stack` section,
meaning the compiler was forced to assume that we require
an executable stack.

Fix this by adding the necessary section.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
2024-01-28 04:43:42 +01:00
..
2023-01-08 22:26:12 +01:00
2023-06-28 11:55:34 +02:00
2023-01-08 22:26:12 +01:00
2023-01-08 22:26:12 +01:00
2023-11-26 21:33:23 +01:00
2023-12-19 11:13:43 +01:00
2023-12-19 11:13:43 +01:00
2023-05-24 09:53:23 +02:00
2021-07-09 10:47:42 +02:00