-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-15373
-
-
-
default
-
The issue can be avoided by avoiding the use of a shared static object when building a collection of applications that are designed to run in a multi-threaded, multi-core system.
The linker is not accounting for a needed state change veneer between a caller and callee when building a static shared object file (using the --sso linker option). The veneer is being left out of the generated SSO .out file when both the caller and callee are included in the SSO .out file.