nuttx/libs/libc/machine/arm64
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
arch_elf.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
arch_mcount.c libc/machine/arm64: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_memchr.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_memcmp.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_memcpy.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_memmove.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_memset.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_setjmp.S libc/machine/arm64: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_strchr.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strchrnul.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strcmp.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strcpy.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strlen.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strncmp.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strnlen.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
arch_strrchr.S libc/arm64: add cfi for optimized func 2025-12-18 22:05:12 +08:00
CMakeLists.txt arch:use ARCH_64BIT to mark arch is support 64bit 2025-12-18 22:05:12 +08:00
Kconfig arm64/gnu:Set arch_* optimizations to be on by default. 2023-08-19 18:43:08 +08:00
Make.defs arch:use ARCH_64BIT to mark arch is support 64bit 2025-12-18 22:05:12 +08:00