nuttx/libs/libc/machine
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 libs/libc/machine/arm: Fix the nxstyle errors in arch_elf.c. 2026-09-01 09:16:39 +08:00
arm64
mips
renesas
risc-v libs/libc/machine/risc-v: Compare a register at a time on equal offsets. 2026-08-17 12:24:06 +02:00
sim
sparc
tricore arch/tricore: drop illd dependence for atomic 2026-08-25 10:07:25 +08:00
x86
x86_64
xtensa
arch_atomic.c libc/machine: realize atomic based on hwspinlock 2026-08-27 11:13:29 +08:00
arch_atomic.h libc/machine: split atomic into header, arch_atomic_irq.c, arch_atomic64.c 2026-08-24 13:20:45 +08:00
arch_atomic64.c nuttx/atomic: use toolchain builtin atomic function 2026-08-24 13:20:45 +08:00
arch_libc.c
CMakeLists.txt libc/machine: realize atomic based on hwspinlock 2026-08-27 11:13:29 +08:00
Kconfig libc/machine: realize atomic based on hwspinlock 2026-08-27 11:13:29 +08:00
Make.defs libc/machine: realize atomic based on hwspinlock 2026-08-27 11:13:29 +08:00