nuttx/sched/module
YAMAMOTO Takashi 51490bad55 modlib: Implement sh_addralign handling
I've seen a module with 16 bytes .rodata alignment for xmm operations.
It was getting SEGV on sim/Linux because of the alignment issue.
The same module binary seems working fine after applying this patch.

Also, tested on sim/macOS and esp32 on qemu,
using a module with an artificially large alignment. (64 bytes)
2021-04-14 21:17:07 -05:00
..
Make.defs
mod_insmod.c modlib: Implement sh_addralign handling 2021-04-14 21:17:07 -05:00
mod_modhandle.c
mod_modsym.c
mod_procfs.c
mod_rmmod.c