commit | 21aa4a9a86f136730f2faad206952220a0f3b10f | [log] [tgz] |
---|---|---|
author | Alexander Dengg <dornbirndevelops@gmail.com> | Wed Jul 06 07:42:16 2022 +0200 |
committer | Maureen Helm <maureen.helm@intel.com> | Wed Jul 06 10:56:01 2022 -0500 |
tree | cdac412168e0b4955282526b59b3ae4e4e74fe6d | |
parent | 5b108be3d15851fd6ff13a1232a05d2001dfadbc [diff] |
lib: open-amp: support resource table on C++ applications In C++ applications, methods which are meant to be implemented in C should be wrapped in a `extern "C"` scope at the point of declaration. This enables the correct symbol table mangling, which fixes current linker errors in C++. Signed-off-by: Alexander Dengg <dornbirndevelops@gmail.com>