nuttx/libs/libc/machine/risc-v
Xiang Xiao b5c48f3ed8 binfmt: Always include arch/elf.h in include/nuttx/elf.h
since symbols defined in arch/elf.h is also used in other case, for example:
CC:  pthread/pthread_testcancel.c machine/arm/gnu_unwind_find_exidx.c:32:8: error: unknown type name '__EIT_entry'
   32 | static __EIT_entry *__exidx_start_elf;
      |        ^~~~~~~~~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-06-25 19:02:53 -03:00
..
gnu libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
arch_elf.c binfmt: Always include arch/elf.h in include/nuttx/elf.h 2023-06-25 19:02:53 -03:00
Kconfig libc: add risc-v libc function 2023-01-10 11:31:26 +08:00
Make.defs libc: add risc-v libc function 2023-01-10 11:31:26 +08:00