|
@@ -11,6 +11,12 @@ SECTIONS
|
|
*(.text)
|
|
*(.text)
|
|
*(.text.*)
|
|
*(.text.*)
|
|
|
|
|
|
|
|
+ /* section information for utest */
|
|
|
|
+ . = ALIGN(4);
|
|
|
|
+ __rt_utest_tc_tab_start = .;
|
|
|
|
+ KEEP(*(UtestTcTab))
|
|
|
|
+ __rt_utest_tc_tab_end = .;
|
|
|
|
+
|
|
/* section information for finsh shell */
|
|
/* section information for finsh shell */
|
|
. = ALIGN(4);
|
|
. = ALIGN(4);
|
|
__fsymtab_start = .;
|
|
__fsymtab_start = .;
|