4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 18:13:31 +08:00

Merge pull request #4527 from CraztTnspt/master

[components][finsh] add support for tasking toolchain
This commit is contained in:
Bernard Xiong 2021-03-27 14:50:32 +08:00 committed by GitHub
commit 029e016176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -831,7 +831,7 @@ int finsh_system_init(void)
__section_end("FSymTab")); __section_end("FSymTab"));
finsh_system_var_init(__section_begin("VSymTab"), finsh_system_var_init(__section_begin("VSymTab"),
__section_end("VSymTab")); __section_end("VSymTab"));
#elif defined (__GNUC__) || defined(__TI_COMPILER_VERSION__) #elif defined (__GNUC__) || defined(__TI_COMPILER_VERSION__) || defined(__TASKING__)
/* GNU GCC Compiler and TI CCS */ /* GNU GCC Compiler and TI CCS */
extern const int __fsymtab_start; extern const int __fsymtab_start;
extern const int __fsymtab_end; extern const int __fsymtab_end;