We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b04c13 commit 2a93eb6Copy full SHA for 2a93eb6
1 file changed
bsp/renesas/ra8p1-titan-board/script/fsp.ld
@@ -455,6 +455,12 @@ SECTIONS
455
KEEP(*(VSymTab))
456
__vsymtab_end = .;
457
458
+ /* section information for utest */
459
+ . = ALIGN(4);
460
+ __rt_utest_tc_tab_start = .;
461
+ KEEP(*(UtestTcTab))
462
+ __rt_utest_tc_tab_end = .;
463
+
464
/* section information for initial. */
465
. = ALIGN(4);
466
__rt_init_start = .;
0 commit comments