zephyr/arch
Duy Nguyen d18f879566 include: arch: rx: Change data symbol name
The RX linker is using the name "data" for .data region start
which caused the application cannot use "data" for variable
naming globally.
This commit change the name to "__data_region_start" as expected
in the linker_defs.h file

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
2025-06-26 14:07:03 +02:00
..
arc arch: arc: replace "master"/"slave" terminology with inclusive language 2025-06-23 13:43:36 +02:00
arm arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
arm64 arch: arm64: replace "master" terminology with "primary" 2025-06-23 13:43:08 +02:00
common arch: xtensa: Add semihosting support 2025-06-19 09:36:42 +02:00
mips arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
posix arch/posix: Add comment on empty function 2025-05-13 12:09:30 +02:00
riscv arch: riscv: core: Add support for CONFIG_ISR_TABLES_LOCAL_DECLARATION 2025-06-10 08:47:51 +02:00
rx include: arch: rx: Change data symbol name 2025-06-26 14:07:03 +02:00
sparc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
x86 x86: rename DEBUG_INFO to X86_DEBUG_INFO 2025-06-20 14:43:42 -05:00
xtensa xtensa: gdbstub: update comments 2025-06-23 12:32:44 -07:00
archs.yml scripts: hwm_v2: add full_name property for archs 2025-06-06 10:29:44 +02:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig arch: riscv: core: Add support for CONFIG_ISR_TABLES_LOCAL_DECLARATION 2025-06-10 08:47:51 +02:00