Browse Source
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>pull/92244/head
2 changed files with 12 additions and 7 deletions
Loading…
Reference in new issue