From 5a020de4e85859a109db4a7b712e8c3081897330 Mon Sep 17 00:00:00 2001 From: WillianChan Date: Tue, 27 Jul 2021 19:38:28 +0800 Subject: [PATCH] [modify][components][utilities]Modify the gcc section definition of a Var Export component --- components/utilities/var_export/var_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/utilities/var_export/var_export.h b/components/utilities/var_export/var_export.h index 58cfc06e8d..041d2c3566 100644 --- a/components/utilities/var_export/var_export.h +++ b/components/utilities/var_export/var_export.h @@ -47,7 +47,7 @@ typedef struct ve_iterator ve_iterator_t; const char _vexp_##identi##_module[] RT_SECTION(".rodata.vexp") = #module; \ const char _vexp_##identi##_identi[] RT_SECTION(".rodata.vexp") = #identi; \ RT_USED const struct ve_exporter _vexp_##module##identi \ - RT_SECTION("VarExpTab") = \ + RT_SECTION(#module".VarExpTab."#identi) = \ \ { \ _vexp_##identi##_module, \ _vexp_##identi##_identi, \