-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-11639
-
-
-
default
The TI compiler supports the GNU attribute extension "constructor." You can apply this attribute to a function to cause it to be executed before the start of the main function. The TI compiler allowed this attribute, but mistakenly discarded the function during linking if not otherwise referenced.