nuttx/libs/libc/machine/arm
Marco Casaroli 06d6e895da libs/libc/machine/arm: Fix the nxstyle errors in arch_elf.c.
Both files put the body of the relocation switch at the same indent as the
switch braces, so nxstyle reports forty-four errors in each and any patch
whose hunks land near them fails the check job.

Giving the body its level takes the bit diagrams in the comments one column
past the line limit.  The rulers say Instr rather than Instructions, which is
enough and is what the same rulers further down already do.  A comment that
had no code on its line becomes a sentence of its own, and two that were a
column out are put right.

Whitespace and comments only.  Compiled before and after for cortex-m7 and
cortex-m33: the disassembly is identical.

Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
2026-09-01 09:16:39 +08:00
..
arm include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
armv6-m include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
armv7-a arm: memcpy: add NEON paths for aligned copies 2026-05-09 09:46:43 +08:00
armv7-m libs/libc/machine/arm: Fix the nxstyle errors in arch_elf.c. 2026-09-01 09:16:39 +08:00
armv7-r arm: memcpy: add NEON paths for aligned copies 2026-05-09 09:46:43 +08:00
armv8-m libs/libc/machine/arm: Fix the nxstyle errors in arch_elf.c. 2026-09-01 09:16:39 +08:00
armv8-r arm: memcpy: add NEON paths for aligned copies 2026-05-09 09:46:43 +08:00
aeabi_memclr.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memclr4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memclr8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memcpy.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memcpy4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memcpy8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memmove.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memmove4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memmove8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memset.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memset4.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
aeabi_memset8.c libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
arch_atexit.c libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_crc32.c libc/arm: optimize crc32/crc32c for arm 2025-04-04 09:51:50 -03:00
arch_dummy.c arch/arm: Move lib_dummy.c from arch/arm/src/common/ghs to libs/libc/machine/arm 2025-06-30 09:56:27 +08:00
arch_mcount.S libs/libc/machine/arm: add Cortex-M0/M23 support to arch_mcount 2026-02-04 03:03:45 +08:00
arch_setjmp.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_unwind_find_exidx.c libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
CMakeLists.txt libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
Kconfig libc/arm: optimize crc32/crc32c for arm 2025-04-04 09:51:50 -03:00
Make.defs libs/libc/arm: add back __aeabi_mem* functions 2025-11-28 14:50:58 -03:00
tc32_setjmp.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00