nuttx/libs/libc/machine/arm
Huang Qi 69cfe8d626 arch/arm: Support setjmp/longjmp for all socs
After check the official specification of ARM ISA
and Thumb ISA, the arch_setjmp_thumb.S are written
by arm unified assembly language,
so it easy to make it works for ARM and thumb ISA.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-03-09 17:13:21 +02:00
..
arm Few typos fixes in binfmt and libc/machine. 2021-03-11 10:35:40 +08:00
armv6-m Few typos fixes in binfmt and libc/machine. 2021-03-11 10:35:40 +08:00
armv7-a arch, board: Add thumb support to i.MX6 2022-02-25 10:51:12 +08:00
armv7-m arm: Move setjmp to common place 2022-03-08 21:00:29 +08:00
armv7-r Few typos fixes in binfmt and libc/machine. 2021-03-11 10:35:40 +08:00
armv8-m arm: Move setjmp to common place 2022-03-08 21:00:29 +08:00
gnu arch/arm: Support setjmp/longjmp for all socs 2022-03-09 17:13:21 +02:00
aeabi_memclr4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memclr8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memclr.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memcpy4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memcpy8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memcpy.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memmove4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memmove8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memmove.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memset4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memset8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memset.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
gnu_unwind_find_exidx.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
Kconfig Kconfig: add quotes in source to clean warnings from setconfig 2021-07-23 02:32:19 -07:00
Make.defs arch/arm: Support setjmp/longjmp for all socs 2022-03-09 17:13:21 +02:00