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> |
||
|---|---|---|
| .. | ||
| offsets | ||
| CMakeLists.txt | ||
| cpu_idle.c | ||
| fatal.c | ||
| irq_manage.c | ||
| irq_offload.c | ||
| isr_exit.S | ||
| prep_c.c | ||
| reboot.c | ||
| reset.S | ||
| switch.S | ||
| thread.c | ||
| vects.c | ||