update IAR RISC-V example

This commit is contained in:
Scott Larson
2022-11-17 10:33:54 -08:00
parent 35a301ad3b
commit b42c5acd8b
3 changed files with 717 additions and 285 deletions

View File

@@ -33,7 +33,7 @@ else
}
define block RW_DATA with static base GPREL { rw data };
keep { symbol __iar_cstart_init_gp }; // defined in cstartup.s
keep symbol __iar_cstart_init_gp; // defined in cstartup.s
"CSTARTUP32" : place at start of ROM_region32 { ro section .cstartup };