rockbox/firmware/asm
Aidan MacDonald d815053360 Add support for -fstack-protector in native builds
-fstack-protector only needs a small amount of runtime
support to work on native builds. It increases code size
by ~1.5% on ARM/MIPS; -fstack-protector-strong adds 3-4%.
This is disabled by default and must be enabled by passing
'--with-stack-protector' to configure.

Change-Id: If952e711d3673c9b469895f08c7bff70b3d95df6
2026-04-21 21:16:28 -04:00
..
arm arm: add optimized ARMv7-M memcpy implementation 2026-02-01 10:02:55 -05:00
m68k
mips
beep.c
corelock.c
ffs.c
lcd-as-memframe-24bit.c
lcd-as-memframe.c
memcpy.c
memmove.c
mempcpy.c
memset.c
memset16.c
pcm-mixer.c
SOURCES Add support for -fstack-protector in native builds 2026-04-21 21:16:28 -04:00
stack-protector.c Add support for -fstack-protector in native builds 2026-04-21 21:16:28 -04:00
strlen.c
thread-unix.c
thread-win32.c
thread.c firmware: split ARM classic & Cortex-M thread implementations 2026-01-12 15:37:27 +00:00
thread.h firmware: split ARM classic & Cortex-M thread implementations 2026-01-12 15:37:27 +00:00