nuttx/libs/libc/machine
YAMAMOTO Takashi 04f2542cc2 libs/libc/machine/arm/armv7-m/arch_elf.c: Appease nxstyle
The following errors are intentionally left.
They are a part of tables which are not trivial to fix.

libs/libc/machine/arm/armv7-m/arch_elf.c:230:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:232:89: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:240:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:242:89: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:403:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:405:91: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:413:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:415:91: error: Long line found
2020-11-21 19:38:32 -08:00
..
arm libs/libc/machine/arm/armv7-m/arch_elf.c: Appease nxstyle 2020-11-21 19:38:32 -08:00
risc-v libs/libc/machine/risc-v: add rv32 support 2020-06-30 09:31:21 -03:00
sim sim: modlib: Implement some x86_64 relocations 2020-03-27 00:04:36 -05:00
x86 binfmt/, binfmt/libelf/, include/nuttx, libs/libc/machine, libs/libc/modlib, and others: Move elf related arch function to include/nuttx/elf.h because the implementation is located in libs/libc/machine and in order to avoid the conflict with the 3rd party libraries and clean up the file inclusion: (1) Remove redundant elf32.h, (2) Remove nuttx/binfmt/elf.h in libs/libc/machine, (2) Remove nuttx/binfmt/elf.h in modlib, and (4) Rmove nuttx/module.h in modlib. 2019-01-26 11:18:45 -06:00
xtensa xtensa/arch_elf.c: Ignore R_XTENSA_NONE 2020-03-16 07:54:49 -06:00
Kconfig libc: Implement strlcpy function 2020-08-14 03:44:26 -07:00
Make.defs build: replace ${TOPDIR} with $(TOPDIR) in Makefile 2020-05-19 19:23:18 +01:00