zephyr/arch
Christoph Winklhofer 501f33edea arch: Unify declaration of text region
The declaration for the text region '__text_region_start' and
'__text_region_end' should be consistent with the declaration in the
include file 'zephyr/linker/linker-defs.h'.

The local declarations are:
  extern uintptr_t __text_region_start, __text_region_end;
whereas 'linker_defs.h' declares them as:
  extern char __text_region_start[];
  extern char __text_region_end[];

This may result in conflicting types when 'linker_defs.h' is indirectly
included. Hence, remove the local declarations.

Signed-off-by: Christoph Winklhofer <cj.winklhofer@gmail.com>
2025-04-23 02:15:25 +02:00
..
arc arch/arc: Remove redundant __cxa_atexit from MWDT stubs 2025-04-16 20:36:27 +02:00
arm arch: arm: core: cortex_m: Make relocate_vector_table weak 2025-04-09 15:23:25 +02:00
arm64 arm64: reset: disable cache and MMU for safety 2025-03-28 08:34:59 +01:00
common arch: common: Make nocache region loadable 2025-04-21 12:42:19 +02:00
mips arch: mips: Rename _Fault to z_mips_fault 2025-01-28 23:42:06 +01:00
nios2 arch: nios2: Rename _Fault to z_nios2_fault 2025-01-28 23:42:06 +01:00
posix posix arch: Change kconfig menu prompt to be a bit clearer 2025-04-16 20:37:16 +02:00
riscv arch: Unify declaration of text region 2025-04-23 02:15:25 +02:00
sparc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
x86 arch: x86: Restrict direct IPI support 2025-03-17 20:01:09 +01:00
xtensa xtensa: userspace: use ADDX4 to calculate syscall table index 2025-04-17 00:57:19 +02:00
archs.yml hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig kconfig: Remove stale references to _Swap() 2025-04-16 01:10:15 +02:00