nuttx/libs/libc/machine/arm/armv7-m
Neale Ferguson b5cd7c2a82 libs/libc/modlib: fix dynamic loader issues
* build-globals.sh
    - Macros for defining symbols etc. based on assembler in use
    - Use the System.map to get all the nuttx symbols

  * libs/libc/modlib/modlib_globals.S
    - Provide an empty skeleton. If the dynamic loading functions
      are required then run build-global.sh after a clean build
      using the skeleton. This will fill out the skeleton with the
      symbols to be available to dynamically loaded modules.

  * libs/libc/modlib/modlib_loadhdrs.c
    - Fix case where there are no program headers are avaiable
2023-07-07 13:43:20 -04:00
..
gnu libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
arch_elf.c libs/libc/modlib: fix dynamic loader issues 2023-07-07 13:43:20 -04:00
Kconfig Add armv7m assembly strcpy. 2023-04-10 18:59:52 +03:00
Make.defs Add armv7m assembly strcpy. 2023-04-10 18:59:52 +03:00