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 sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_insmod.c modlib: Implement sh_addralign handling 2021-04-14 21:17:07 -05:00
mod_modhandle.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_modsym.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_procfs.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_rmmod.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00