bsp,abstract-machine: fix shell command table during linking
This commit is contained in:
parent
7e91ba791e
commit
4586aafb06
2 changed files with 11 additions and 3 deletions
|
@ -2,6 +2,17 @@ SECTIONS {
|
|||
. = ALIGN(8);
|
||||
|
||||
.myextra : {
|
||||
/* section information for finsh shell */
|
||||
. = ALIGN(8);
|
||||
__fsymtab_start = .;
|
||||
KEEP(*(FSymTab))
|
||||
__fsymtab_end = .;
|
||||
. = ALIGN(8);
|
||||
__vsymtab_start = .;
|
||||
KEEP(*(VSymTab))
|
||||
__vsymtab_end = .;
|
||||
. = ALIGN(8);
|
||||
|
||||
/* section information for initial. */
|
||||
. = ALIGN(8);
|
||||
__rt_init_start = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue